Displaying 2 results from an estimated 2 matches for "ensure_has_status_update".
2008 Jun 12
6
Session Best Practices
...bsp; session.secure_with!(facebook.sessions_key, facebook.fb_user_id, 1.day.from_now)
end
So... this all looks great. The problem is that when I add
before_filter :ensure_has_status_update , :only => [:authenticate_facebook, :edit_facebook]
it always asks permission to do this - even when I confirm on facebook , this before_filter thinks I don''t have permission...
thoughts?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <...
2008 May 07
4
Updating a Facebook Status
Does anyone know how to update a Facebook Status with Facebooker?