Users want to use my facebook app for many hours without refreshing the browser. But token expires in 2 hours. Now I ask users to refresh the page but that\'s annoying.
We are getting troubles using Facebook Connect Graph API within a SharePoint Portal, We are facning problems while getting Access_token from cookie.
I am using facebook sdk for android to fetch the FB data. The access_token that is received after successful login expires after a certain time. I want to refresh the token token in the background. ie
In order to obtain an access_token from Facebook, you have to transmit your app_id, the code you receive after the authorize request, and your app\'s secret_key.
How do I sign-in on twitter by php script? (I don\'t want to use the login page) I use PHP/OAuth (http://github.com/abraham/twitteroauth).
I have been working on Facebook app and I have been using Facebook Graph Toolkit for months and all the while, MY CODES are working (I can get Access Token, and I can use them to retrieve Facebook use
I\'m using security tokens to create not guessable URLs like this (16 bytes, hex) http://example.com/something/private/b5f8c21a628e12b39786fb8ef9561d31
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic
In the facebook docs, it says we can specify: AppID|Secret As the application access_token However, when going to https://developers.facebook.com/tools/access_token/the App Token is different. This
I am developing an IM client for iPhone, which will have support for an FB account as well. I am using facebook-ios-sdk for getting auth token.