The process is as follows. 1. User clicks Facebook Login button 2. User signs in and grants perms 3. Facebook redirects uses FB.Event.subscribe auth.login to redirect my login controller
I have a facebook app which run only through a fan page. Go to app : http://apps.facebook.com/imageassistant/ (You should have a fan page to check this)
I am developing functionality for Listing email(those who shared) of my-friends(who ever is logged in) from FaceBook. Is it possible to do with Graph API ? I tried for login and then allowing permissi
hi I am using following code to pop up Facebook application request dialog in my rails application. 开发者_运维百科$(\'#app_request\').live(\"click\", function () {
I have a test page where I am trying to work out the problems of the Facebook Login button.I tried somethin开发者_运维问答g, put things back to how they were, and now the button stopped rendering.
i am trying to develop an app开发者_开发问答 using sencha touch. Is it possible to integrate facebook into the app? Any sample code would be appreciate.
I\'m writing a Facebook iframe/canvas app on fanpage as a new tab and given the ability to users to invite friends. However when their friends accepted the invitation, the invitation doesn\'t delete a
I am creating a Facebook Canvas application, and I am following more or less the demo app. As in the demo, I can get the user data from the signed_request which is POSTed to my site on the first page
I\'m developing a facebook app us开发者_运维知识库ing the javascript sdk on localhost.I\'ve added the domain to the canvas url and setup my hosts file to point it to 127.0.0.7.When I go to the domain,
I\'m working with the Facebook Javascript SDK and I\'m tweaking the user-login system for my website. I\'m wondering what the difference between auth.login/auth.logout and auth.sessionChange. As far a