The way I have set it up is that when the user first visits the site, it will ask them to login with Facebook. It gets an access token and creates a session on my site.
Does anyone know where can I find all the error code and error type for FBGraph? While handling error, I want to check what error FBGraph thro开发者_运维知识库ws (like: duplicate post error, access to
I am working with Facebook Graph Api. I am getting new pages of data under the json format and when there is no more data I run into the following:
According to facebook documentation, http://developers.facebook.com/docs/reference/api/album/, to upload a photo, source type should be \"multipart/form-data\"
I am new to Ruby On Rails & developing a web application with Facebook connectivity implemented in it. I am using omniauth & fb_graph gem to authenticate user & to get user\'s information.
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am making user to log in my app with \'manage_pages\' permission by the call to FB.login(function(response) {...... },{scope:\'manage_pages\'});
I am using fbconnect to login on my site by using the php-sd开发者_高级运维k. I want to close the popup window after getting user detail and redirect the opener window.
How do I format facebook\'s date string using php into something a bit prettier? the format returned by the facebook graph api is
This question already has answers here: Closed 11 years ago. Possible Duplicate: How to check IF user has ALREADY liked the face开发者_运维问答book page?