We recently launched a new app, and one of the features was to provide a discount if a user had liked a particular page. I had successfully tested the functionality on numerous accounts, and we went a
My Facebook application for Android has always returned an access token开发者_如何学JAVA of the type:
My app stores the Facebook Access Token for offline use. The main purpose of the开发者_JS百科 app is to allow users to automatically posts on the walls of people within a specified number of days of t
I am creating a website and I would like it to display the posts present on the wall of my own Facebook profile page. These posts must be visible to any user visiting my site.
I have defined an access token. It is a fresh access token obtained with curl. Why am I still getting the error: An active access token must be used to query information about the current user.
In the code below there is a variable that is never defined. That variable is $access_token. Code needs to be added that will get a fresh access token so that the program can execute without generatin
OK, so this is driving me nuts. Have been t开发者_如何学Crying to get the access token for my app using jquery. When I have the access token everyting is working fine. I can retrieve friends list etc.
I have been working on the Graph API for the past few days. When I try to make an API call using the PHP-SDK, i get an empty json object as a response. But when i copy the access token from the links
So I am using a function as such to get the access token of the already authenticated user that is currently on my website:
I have the Facebook iOS SDK set up in my app. However, I 开发者_运维知识库have trouble determining when my session is finished. How to check if it\'s finished, and where (how) to store the access toke