Hi
I’m want to use ruby on rails to create a facebook connect web site with full facebook integration (events API)
can I use OmniAuth for authentication and facebooker to handle the facebook API together ?
Is facebooker up to date with the latest API changes in Facebook ?
Can you recommend any good articles about the subject ?
Thanks
Gady
You can use Onmiauth to connect to facebook.
To specicie the permissions you will need from facebook, this snippet should solve your problem :
The using of Facebooker depends of the version of rails you are using.
Facebooker is not compatible with Rails3(It wasn’t a couple of month ago)
But don’t worry there some alternatives :
If you choose to use fb_graph, this snippet should retrieve your profile :
Hope it will help you