Anyone know how your application can support being one of the tabs an the new profile? Dave -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/facebooker-talk/attachments/20080715/f6974826/attachment.html>
Everything I know I learned from: http://wiki.developers.facebook.com/index.php/New_Design_Tabbed_Profile I don''t know if they''ve released specifics about how exactly that process will work. I''m thinking they are saving it for F8. BJ Clark Inigral, Inc. On Jul 15, 2008, at 12:17 PM, David Clements wrote:> Anyone know how your application can support being one of the tabs > an the new profile? > > Dave > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk
There is a new setting tab. I think you can access it from the developer app at www.new.facebook.com, you give it a URL that it can use on the tab. When the tab is viewed, you get a parameter that gives you the user id of the person whose tab is being viewed. You get no information about the viewer. You do get a session key, but it is a readonly session. I played around with this enough to get it working about 6 weeks ago. Mike On Jul 15, 2008, at 2:54 PM, BJ Clark wrote:> Everything I know I learned from: http://wiki.developers.facebook.com/index.php/New_Design_Tabbed_Profile > I don''t know if they''ve released specifics about how exactly that > process will work. > I''m thinking they are saving it for F8. > > BJ Clark > Inigral, Inc. > > > > On Jul 15, 2008, at 12:17 PM, David Clements wrote: > >> Anyone know how your application can support being one of the tabs >> an the new profile? >> >> Dave >> _______________________________________________ >> Facebooker-talk mailing list >> Facebooker-talk at rubyforge.org >> http://rubyforge.org/mailman/listinfo/facebooker-talk > > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk-- Mike Mangino http://www.elevatedrails.com
Cool.. I got that to work. What are you guys putting in there? Seems like a lot of space. Dave On Tue, Jul 15, 2008 at 1:22 PM, Mike Mangino <mmangino at elevatedrails.com> wrote:> There is a new setting tab. I think you can access it from the developer > app at www.new.facebook.com, you give it a URL that it can use on the tab. > When the tab is viewed, you get a parameter that gives you the user id of > the person whose tab is being viewed. You get no information about the > viewer. You do get a session key, but it is a readonly session. I played > around with this enough to get it working about 6 weeks ago. > > Mike > > > On Jul 15, 2008, at 2:54 PM, BJ Clark wrote: > > Everything I know I learned from: >> http://wiki.developers.facebook.com/index.php/New_Design_Tabbed_Profile >> I don''t know if they''ve released specifics about how exactly that process >> will work. >> I''m thinking they are saving it for F8. >> >> BJ Clark >> Inigral, Inc. >> >> >> >> On Jul 15, 2008, at 12:17 PM, David Clements wrote: >> >> Anyone know how your application can support being one of the tabs an the >>> new profile? >>> >>> Dave >>> _______________________________________________ >>> Facebooker-talk mailing list >>> Facebooker-talk at rubyforge.org >>> http://rubyforge.org/mailman/listinfo/facebooker-talk >>> >> >> _______________________________________________ >> Facebooker-talk mailing list >> Facebooker-talk at rubyforge.org >> http://rubyforge.org/mailman/listinfo/facebooker-talk >> > > -- > Mike Mangino > http://www.elevatedrails.com > > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/facebooker-talk/attachments/20080715/8dfd874c/attachment-0001.html>