Displaying 1 result from an estimated 1 matches for "fb_user_id".
Did you mean:
ap_user_id
2008 Jun 12
6
Session Best Practices
...|=
returning Facebooker::Session.create do |session|
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 permissio...