Displaying 2 results from an estimated 2 matches for "setfbml".
2008 Jan 14
0
Setting profile FBML for a Facebook Page
...Pages act like
users but are more for businesses and Bands.
It looks like the current Facebooker API doesn''t currently support
setting the Profile FBML for a Page.
The current code for setting the proflie is this:
def profile_fbml=(markup)
session.post(''facebook.profile.setFBML'', :uid => @id, :markup
=> markup)
end
The UID is actually hard coded to be the authenticated User. This is
more restrictive than the Facebook API allows. You can actually pass
in any User ID. And Facebook pages act like users so get around this
I changed it around a little....
2008 Jun 12
6
Session Best Practices
Hi All- I am still trying to figure out the best way to handle facebook session for my users. Here is my current flow:
in my "external accounts controller"
1) before_filter :ensure_authenticated_to_facebook, :only => [:authenticate_facebook, :edit_facebook]
2) when the user links into facebook, facebooker authenticates and redirects back to my application
3) i detect the