search for: facebook_id

Displaying 3 results from an estimated 3 matches for "facebook_id".

2012 Feb 24
0
Need Suggestion: how to Fetch Facebook information using the facebook_id in rails 3.1
Hi, I am the Newbie to rails and fb_graph.I have a rails3.1 app with authlogic authentication. all of users can the register with the facebook_id in my app. what i am suppose to do means if any one user can see the others facebook profile using the facebook_id. if there is any possiblity or not. Any samples like this or some example are available. . Thanks in advance. -- You received this message because you are subscribed to the Goog...
2008 Dec 16
3
ApplicationProperties
...then grant special permissions to them ... I tried creating something like this: class ApplicationProperties < ActiveRecord::Base def facebook_session @facebook_session ||= returning Facebooker::Session.create do |session| session.secure_with!(session_key,User.find(:first).facebook_id,1.hour.from_now) end end end but that doesn''t seem to help, i.e. the facebook session thing is specific to the user model .... Many thanks in advance CHEERS> SAM -- Sam Joseph, Ph.D. Co-Director Laboratory for Interactive Learning Technologies Department of Information and...
2007 Dec 17
7
Get "some read error" on calls to worker
...end end and the call... MiddleMan.new_worker( :worker => :update_facebook_account_info_worker, :job_key => @some.id, # Only run one worker per id :data => { :session_key => @session_key, :requesting_fb_id => @organizer.facebook_id, :facebook_ids => @fb_ids, :params => params } ) The output... create=>{:params=>REDACTED]} Some read error Some read error Some read error Thanks Rob -------------- next part -------------- An HTML attachment was scrubbed... URL:...