0
votes
1answer
53 views

Check Access Token every Request with Redis

I'm currently implementing an OAuth 2.0 Architecture for my RESTful API. With each request I set up an Authorization Bearer Token in the HTTP Header for all my clients to make Authorized Requests. ...
0
votes
0answers
38 views

Facebook Graph API - post comment as user

I want to send comments to wall posts of a fanpage. $facebook->api('/post_id/comments', 'POST', array('access_token' => $auth['access_token'], 'message' => 'my message')); This is working, ...
1
vote
1answer
117 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 ...
0
votes
0answers
27 views

getting “http 302 found” but no access token in flickr api

I am using curl in php to get the access token. but i am getting "302 found" when i output the response header, also the response doesn't include any of the data i am supposed to be getting back like ...
0
votes
1answer
266 views

Google plus for android bad access token

I been following Getting started and sign in to get access_token of user. I do get an access token but when using it i am getting this error: { "error": { "errors": [ { "domain": "global", ...
0
votes
0answers
181 views

Facebook Graph API endpoint access token

I've been using these widgets to popular a dashboard that was using facebook API endpoint to grab insight data from the fan pages that I am an admin for. Today my 60 day access token expired and ...
1
vote
0answers
51 views

Implementing Refresh Tokens in API

Right now my website has an API which is secured using signed key authentication (accessed using a PHP client). Now, I want to introduce the use of a JavaScript client for use with certain endpoints. ...
-1
votes
1answer
150 views

how can i get customer details by using access token with magento api [closed]

I am using Magento REST authentication api in that I am getting the access token and secret key By using this access token I need to get customer id and customer details. Firstly, how can I get ...
0
votes
1answer
105 views

Oauth Multi tenancy: Should access token be generated per user or tenant?

We have a platform that is running on a Multi-Tenant scheme. So we have Tenant as parent and Users as children in the scenario. We are developing a Rest API on that platform (we have SOAP services ...
0
votes
1answer
149 views

Facebook api batch for revalidate multiple access token

I want to make a Facebook batch call to read registered users walls. As far as I know, I need to especify the user access token in the body of each call in batch. But with offline_access ...
0
votes
0answers
834 views

Strange access token response from Facebook

I followed the instructions here (http://developers.facebook.com/docs/opengraph/using-app-tokens/), and I get a response that looks like garbage, regardless of whether it's a POST or a GET, regardless ...
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
2answers
552 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: ...
0
votes
1answer
937 views

Get facebook page access token to automatically publish to facebook page wall

There is a need to publish stories from website to specified facebook page via PHP. Offline access permission is deprecated, so I basically need to get user access token so that I can get page access ...
0
votes
2answers
600 views

How to add a token to my api using mvc 4?

How might I add a secure token to access the api so that not everyone can get it. I would like the format of my url to be : api.example.com/*key*/person?id=5 and when I send this request it will ...
0
votes
1answer
2k views

Getting oAuth token from Instagram API using Java

I have a simple servlet named Autentica that is responsible to get de code parameter used to know the OAuth token. The API returns to my callback page and thus the servlet named callback is runned. ...
0
votes
1answer
1k views

Getting an access token for my facebook app

I know that this seems like something that has been answered before but we are really stuck and confused here! (after hours of research) We have a server that needs to get the insights information of ...
0
votes
2answers
612 views

Facebook PHP SDK 3.1.1 “Error validating access token” after Go to App page

I'm having some strange issues building an iframe app for Facebook. The app seems to get stuck in an infinite loop on the Go To App page. After the user authorizes the app in the Go To App page, and ...
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 ...
0
votes
3answers
525 views

Facebook $user locale auth needed?

I don't know why I'm getting this error: Fatal error: Uncaught OAuthException: An active access token must be used to query information about the current user. I know one normally should use access ...
4
votes
1answer
1k views

Set Javascript API accessToken

I am developing a Facebook app. I have a server side OAuth flow which allows me to authenticate a user without requiring him to click on any button. I hence retrieve his accessToken as long as other ...
7
votes
1answer
2k views

Do Google refresh token expire?

I have used the refresh token several times in just a short period for testing purposes, but I wonder that, do Google refresh token expire? Or I can call the same refresh token to get another access ...
1
vote
2answers
144 views

What is the deal with offline_access? Is it still in use?

I can request an access_token upon supplying an offline_access scope parameter to oauth. I can execute OpenGraph commands that require an access_token just fine when logged out of Facebook, and when I ...
1
vote
0answers
253 views

Getting Access token Gmail atom feed (PHP)

How can I get the access token properly in gmail atom feed. I have gone through 1-4 steps in getting the token but stuck at the last part in upgrading to access token. At the 4th step I have been ...
0
votes
1answer
468 views

Which API Access Tokens Have an Expiration Time?

I know that some services using OAuth Dance have Access Tokens that expires,and that there are some that by default expire,but there is a way to avoid it without refreshing them. Question: Which of ...
0
votes
2answers
299 views

Can't check user_actions permission for the access_token in facebook API explorer

in the permission selector popup i can't find the user_actions permission checkbox. Is that quite normal ? I want test this kind of request /me/music.listens or /me/music.playlists for a future app. ...
3
votes
2answers
2k views

Cannot Store Instagram API access_token with PHP

I'm working on building a small web app connecting into the instagram API. Currently using this library on GitHub which makes things a bit easier. I can connect and initially login fine, and the page ...
7
votes
1answer
1k views

Do twitter access token expire?

I am building a web app from where the user can manage his twitter account. I've created the twitter app and once the user authenticates himself the application gets the access token from twitter. ...
-2
votes
1answer
292 views

I got the access token, now what? [closed]

I have the access token, but my user still being unauthorized until he try to access the app for the second time! I have all user data, access token, profile data, etc, but user's unauthorized when ...
0
votes
1answer
233 views

How to obtain an access_token (not for app)?

I am trying to query facebook reviews from the statistics software R. Could you please let me know how to obtain an access_token? I am not creating an app, and I haven't found any instruction about ...
4
votes
2answers
3k views

Facebook Graph API Explorer won't POST scores

According to Facebook documentation: "Create or update a score for a user You can post a score or a user by issuing an HTTP POST request to /USER_ID/scores with the app access_token as long as you ...
0
votes
2answers
2k views

Why is App Access Token different to AppID|Secret now?

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. ...
0
votes
1answer
2k views

Getting a user's ID using Facebook's Graph API

Is it possible to get the ID (facebook Graph API) of a user who is currently logged in, without any access tokens ? If not , then how do i get new access tokens every time a user visits my page ? ...
1
vote
2answers
1k views

How to post a COMMENT with FB application profile photo?

It is possible for a 'facebook application' to post a COMMENT on a POST when there is a valid ACCESS_TOKEN. API call for the same is: /xyz_profile_id/comments/?access_token=... ACCESS_TOKEN being ...
0
votes
1answer
2k views

How to get access token for searching venues in foursquare

How can i get access token for searching venues in foursquare. From this gem, to fetch venues. venue = Foursquare::Venue.new(access_token) venue.search({:ll => "37.792694,-122.409325"}) and ...
0
votes
1answer
940 views

Getting Access Token

I have tried accessing the access token using the code below: $code=$_REQUEST['code']; if(empty($code)) { $dialog_url = "http://www.facebook.com/dialog/oauth?client_id=" . $app_id . ...
20
votes
4answers
60k views

facebook Uncaught OAuthException: An active access token must be used to query information about the current user

I've been struggling to find out what is happening with this. My scripts were working fine for a bit and suddenly half stopped. I'm accessing the api and am getting back an access token. With the ...
2
votes
1answer
164 views

Via OAuth - should 3:rd party apps be able to retain multiple access tokens per resource owner?

In the API we're developing, the access tokens are unique. With that I mean that there can only be one access token per application and user. The consequence of this is that if a user authenticates ...
3
votes
1answer
1k views

Soundcloud (Oauth2) API getting access token fails

I'm trying to authorize users on my site based on a Soundcloud login. It uses Oauth authentication. The user has to click a button on my site and is redirected to the Soundcloud site, where it logs ...