Access Token is the last token acquired during the OAuth authentication process.

learn more… | top users | synonyms

1
vote
1answer
5k views

window.fbAsyncInit / FB.init does not appear to be running

I am just getting started with the Facebook JavaScript SDK, all I want to do is enable users to log in to my web site with their FB account. First I put in the <div class="fb-login-button">Login ...
1
vote
2answers
2k views

Have offline_access tokens started expiring on logout?

I have a number of PHP scripts that pull data from my Facebook profile. I had set these up with an Access Token that I took from the Graph Explorer. https://developers.facebook.com/tools/explorer/ ...
1
vote
2answers
1k views

How to know if Access Token expires in Google Api PHP

How will I know if my access token has expired. I'm using try and catch try { $result = ...
1
vote
2answers
2k views

Get LinkedIn Access Token with OAuthSimple in Javascript

I'm using OAuthSimple in Javascript with PIN based authentication (OOB flow). We are developing an HTML5 app which lives inside a mobile device's native wrapper using PhoneGap. There's not ANY server ...
1
vote
2answers
532 views

fetching data using access token

I want to fetch feed/post/statuses data for a particular user. But found that it is necessary to have an access token. My concern is , do we need to have a separate access token for every user to ...
1
vote
2answers
276 views

Intermittent bad Facebook app access_token

I'm creating test users in Facebook for my application. It works sometimes. When it doesn't, the error occurs on this call: function getTestAccounts($fb, $a) { $s = urlencode($a); **$accounts = ...
1
vote
3answers
4k views

how RSA tokens works

I would like to understand how RSA tokens (SecurID) work, what is the algorithm used there, is it the same algorithm as the regular RSA encryption/decryption ?
1
vote
1answer
2k views

how to send Twitter OAuth access tokens with ajax request?

I want to load in a user's home timeline after authenticating through 'sign it with twitter' using OAuth. I'm using this library to handle the authentication part ...
1
vote
2answers
5k views

Getting Access Token from cookies to use with Facebook Graph API

Assuming I have a user logged in to Facebook (Cookies are saved in the browser's cache), what is the simplest way to get its access token? I'm experimenting with Facebook's Graph API, and I don't want ...
1
vote
1answer
119 views

Client Secret vs Access Token Rails Instagram API

I'm learning Ruby on Rails and I'm trying to implement Instagram API. I'm reading through documentation https://github.com/Instagram/instagram-ruby-gem and in the configuration portion it says to put ...
1
vote
2answers
132 views

Twitter api for getting friends list using access token and secret

My first question at StackOverFlow! Pardon me if I go wrong, my question doesn't make any sense or it hurts the community. I have got Twitter Access Token and Twitter Secret for my Android app using ...
1
vote
2answers
45 views

Is there a way to register an application on Google+ like on Facebook?

In particular I'm interested in the possibility of getting an App Access Token with no expiration time, exactly as I do with Facebook. I want to publish on behalf of the user via server, and I found ...
1
vote
1answer
1k views

Facebook. Fatal error: Uncaught OAuthException: An active access token must be used to query information about the current user

with my app's administrator acount on facebook my app work normally, but with other account I get error: Fatal error: Uncaught OAuthException: An active access token must be used to query information ...
1
vote
1answer
159 views

How to make authorize request with Google Plus Social Graph

I am working on PHP application, which communicates with Google Plus. For getting information about people in circles I send request to this link: ...
1
vote
1answer
283 views

PHP - Linkedin OAuth callback not being called?

Just like this question with no answer , I am trying to hook up to Linked in through PHP/OAuth. I have gotten the token. Gotten everything working. But for some reason Linkedin will not return to my ...
1
vote
1answer
373 views

App Access Token can't retrive Test Users?

I can't get the list of my test users with my app access token. First I get the app access token with the following graph api call: ...
1
vote
1answer
305 views

How does facebook match access token to the consuming application

I have been trying to wrap my head around creating a RESTFul API using Oauth for both 2-legged and 3-legged authentication scenarios. I have read a lot of articles and I am at the moment just very ...
1
vote
4answers
2k views

Whats the expiry time of Facebook access token fetched for the first time

Few days back I was trying to refresh access token and observed for "Web" type of app the initial access token expiry time is around 2 hrs and for "native/desktop" type app its 25 hrs. But since today ...
1
vote
1answer
435 views

Retreive Access token from Accounts Manager

I have implemented my own authenticator for Facebook and stored access_token in Accounts Manager. I have tried all 3 ways to retreive auth_token, but in vain. In my method, I have started a thread, ...
1
vote
3answers
355 views

Am I to store a facebook user's offline_access token in my users database?

I am making a web application where I get a user's information from his/her facebook api after he/she logs in with facebook to use my web application. I have PHP code that succeeds in getting an ...
1
vote
2answers
1k views

Facebook PHP SDK - Remove/expire permissions and app from a user's profile

I'm currently working on adding Facebook integration into a website of mine via the PHP SDK. I'm requesting and planning to use the offline_access permission so I'm storing the access_token in a ...
1
vote
1answer
1k views

Facebook ACCESS_TOKEN used with links.getStats

links.getStats was working fine as simple REST call just few weeks ago, and right now it's failing... The reason is simple, it needs an ACCESS_TOKEN. Of course, my application, which I use to stream ...
1
vote
2answers
1k views

How to bypass facebook PHP login method if you already have a valid auth_token

I'm using this library for Facebook graph API access within my codeigniter project: http://www.haughin.com/code/facebook/ My web app uses the Facebook JS SDK to authenticate users client-side, then ...
1
vote
1answer
128 views

Facebook Test users - Access Token

I am trying to test my app by creating some test users on the app developer portal. When i click on the link "switch to" next to a test user, it logs me out of facebook and logs me in as the test ...
1
vote
1answer
241 views

Appending Access Token to FQL Query

Is there a way to append my long term access token to the query given at Getting Facebook Events using fql ? The query at that link is fql?q={"event_info":"SELECT name,description, pic_small,pic_big, ...
1
vote
1answer
46 views

For How Long Time Can My App Have Access?

I need to create an app which can post photos on behalf of the user to his/her wall or photoalbum. What is the longest possible time the app can post photos without the user actually visiting/using ...
1
vote
1answer
134 views

Oauth2 - long lived Tokens vs Reauthentication in a Client Credentials Flow

We've secured our REST server with OAuth2 and implemented the client credentials grant type for several client apps that we control. Now we're faced with the decision to either make the tokens long ...
1
vote
1answer
265 views

Facebook invalid access token after clearing cache&cookies

My app is not loaded and I get the erro below in these two scenarios: a) The first time I access my app after clearing cache & cookies, or from a PC I haven't used before, with any browser. b) ...
1
vote
1answer
401 views

difference between app access token and user access token

What's the difference between app access token and user access token? I noticed that userData from FB is different, but I can make OpenGraph action and post on user wall or send to friends wall. ...
1
vote
2answers
296 views

PHP- Save Access Tokens for Tumblr API

So I've been up all night trying to figure this out (literally). But Im stumped. What I want to do is, simply, to save access tokens for future use and to allow users to not have to "Allow" the app ...
1
vote
1answer
122 views

Securely storing an access token

What security measures should I put in place to ensure that, were my database to be compromised, long-life access tokens could not be stolen? A long-life access token is as good as a username and ...
1
vote
1answer
131 views

Designing (OAuth2) access token

We are planning to implement OAuth2 spec and are reviewing the "access token" implementation. Looks like the specification gives a lot of freedom to implementors and we are looking for some best ...
1
vote
1answer
142 views

Parse the callback URL from foursquare?

I am trying to parse the URL returned from the foursquare api (the callback URL) the problem is that the request comes in this format ...
1
vote
2answers
554 views

Soundcloud api access Token (Oauth2)

Test whit php-soundcloud I try to use the script php-soundcloud (Oauth 2) and I encounter a problem after user login. I do exactly the tutorial wiki: ...
1
vote
1answer
790 views

Posting scores with app access token

I'm trying to post a score from my server. I have my app set up as a game. I've got my app access token. I'm POSTing to https://graph.facebook.com/USER_ID/scores I have authorized and given ...
1
vote
1answer
437 views

Shopify OAuth authentication does not return permanent access token

I am developing a shopify app with rails and I am following both these links for the OAuth2 authentication: http://api.shopify.com/authentication.html & https://github.com/Shopify/shopify_api. I ...
1
vote
1answer
740 views

How to get short-lived access token?

I saw the page about "Removal of offline_access permission" https://developers.facebook.com/roadmap/offline-access-removal/ but I can't find a way to let the access token expire to test my desktop ...
1
vote
1answer
2k views

PHP and Bing Translation API

Does anyone have a PHP code sample of how to use the Microsoft Bing Translation API with their new token-based request system? I've registered with Azure Marketplace, I have a client ID and a client ...
1
vote
1answer
607 views

Android - refresh Facebook AccessToken

This month Facebook removed the "offline_access" permission. How I can extend or ask for new access token? Should I use like before facebook.authorize? But in this case the user want see again the ...
1
vote
2answers
353 views

How to lock the token, Based on the time in asp.net?

Am using the following program for generate the Token,based on the time(current time).It was work properly,It means the token will be generate. public string GenerateToken() { ...
1
vote
1answer
626 views

Do I need to keep my access token secret

I'm using the actionscript api for a flash application on the web. I would like to perform actions which require an access token, but I'm unsure of the security implications of using this in flash ...
1
vote
3answers
3k views

Facebook: Post on Page as Page issue (access token / php)

I'm totally frustrated with my first facebook app project. I'm having major issues with what seems to be a simple task. I want to setup a cron job on my server (easy) that will post something smart ...
1
vote
1answer
662 views

FQL Getting comments without access_token

Main question: Is it possible to get comments using FQL without access_token? Description: At first I have added comment from my personal account: ...
1
vote
1answer
747 views

How to parse access token from URL

I get the following URL: http://localhost:8080/facebook/Status#access_token=dsadsa I trying parse it in method Status() but variable "Request.Url" is http://localhost:8080/facebook/Status How ...
1
vote
1answer
538 views

How to upload image using access token?

I am creating this url from jquery with an access token www.mysite.com/xyz.php?access_token=valid_access_token&id=1 and to upload photo I am using this code in xyz.php $facebook = new ...
1
vote
1answer
142 views

Loading several Album Cover Photos at once?

Currently I used the Graph API to return the albums of a Facebook Fan Page. Using the cover_photo, I can get the photo using by using the following in my HTML: ...
1
vote
1answer
139 views

How can I get the user's email address in google apps?

How can I get the user's email address if I have the access token of that user in my google plus apps?
1
vote
1answer
4k views

What is supposed to be the redirect_uri when getting access token in facebook app?

$token_url = "https://graph.facebook.com/oauth/access_token?client_id=" . $app_id . "&redirect_uri=" . urlencode($my_url) . "&client_secret=" . $app_secret . "&code=" . ...
1
vote
1answer
296 views

Troubles using Facebook Connect with SharePoint 2010

We are getting troubles using Facebook Connect Graph API within a SharePoint Portal, We are facning problems while getting Access_token from cookie. before, it was gotten from cookie and It did not ...
1
vote
1answer
5k views

How to create an access token?

I am a bit confused about the facebook graph api and access tokens. I have created a facebook user and a facebook page. Now I want to write an application that lets the user post a message on the ...

1 2 3 4 5 14