search for: mini_feed

Displaying 1 result from an estimated 1 matches for "mini_feed".

2008 Apr 08
3
Session Expired for Profile Publishing
...ns/facebooker/lib/facebooker/model.rb:35:in `uid'' /app/models/publisher.rb:14:in `profile_update'' ... The only way I can get it to work is to start a new session and use code as suggested in the comments here: <http://apps.facebook.com/facebooker_tutorial/messaging/mini_feed> like this: MyPublisher.deliver_profile_update(@user.create_session.user) That seems very wrong. Why do I need to (1) separately store the session_key (as in the link above) and (2) create a new session in order to update the profile FBML? Any thoughts? -- jaaron