Access Token is the last token acquired during the OAuth authentication process.
0
votes
1answer
54 views
Google App Engine : Common way to implement sessioned API/ajax requests?
I don't even understand how user session information is persisted across regular HTTP/S GET calls, and I mean the details, like line by line of code and data in the server/client exchanges. I ...
0
votes
0answers
41 views
Collecting client-specific data from OAuth2.0 Access token
Is there a way to collect useful, client-specifc information from API users without using an access_token with stored data about the client?
My use case:
I have implemented an OAuth2.0 Resource ...
0
votes
0answers
72 views
Error while authenticating google mail using oauth (vb.net)
i am using this to get my access token
*note: it is https not ttps, cause i cant post more 2 links in a question.
...
2
votes
2answers
233 views
Cannot get oAuth2 Access Token for Google Analytics API
I am using Rails + Garb Gem (Sija Branch) + omniauth-google-oauth2 Gem and I can successfully authenticate with the Google Analytics API and extract data that our app is generating when using a user ...
0
votes
2answers
69 views
Facebook Access Token - Force Expiration for Test
Is it possible to force a Facebook access token to expire in the new 3.2 Facebook SDK? I need to test the auth logic in my iOS app.
I know this has been asked in the past.. but all answers I have ...
0
votes
0answers
33 views
fail to get the access token
I try to get the access token so as I can access to google storage in my code. Here is my code:
"GoogleCredential credential = new GoogleCredential.Builder().setTransport(HTTP_TRANSPORT)
...
0
votes
1answer
92 views
Get AccessToken with JavaScript from LinkedIn
I am developing a LinkedIn app with Javascript. Is there a way to authenticate a user without requiring him to click on a button and get his access token which can be sended to my server with ...
2
votes
1answer
129 views
Stateless Spring Security usage
I need your help with stateless Spring Security. I wrote service that authorize user, my security.xml:
<http use-expressions="true" create-session="stateless" ...
1
vote
1answer
367 views
Sign in via Google Plus APIs
I am trying to collect data of my user while he signs up for my website.
I am asking for the following scopes while making a request
<span id="signinButton">
<span
class="g-signin"
...
0
votes
1answer
29 views
Require some access token
I ask for read_stream permission in my app. But the users can ignore that request. How can I check if the user gave me the permission?
I want that permission to be required in order to use the app.
...
1
vote
2answers
141 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 ...
0
votes
2answers
133 views
Refresh LinkedIn Access Token using Scribe
I am using Scribe to access the LinkedIn API. I am saving the Access Token along with the Access Token Secret in the database and use them every time I call the API.
The Access Token is supposed to ...
0
votes
1answer
31 views
What is the difference between these facebook access tokens?
I'm developing a FB App that can manage pages but I need to clarify this:
what is the difference between
$page_info = $facebook->api("/$page_id?fields=access_token");
and
$aToken = ...
0
votes
1answer
119 views
How to off session access token expired on facebook api?
I go to https://developers.facebook.com/tools/explorer to get my photo in facebook, I use this code:
$json = ...
1
vote
2answers
57 views
+50
Access token from my app doesn't work when i try to use it in a fql
I am using fql(mentioned below) to retrieve friends checkins,when i try my query on graph explorer it works fine and gives the required results so this means that there is no problem with the my query ...
0
votes
0answers
25 views
Facebook for android: get code instead of auth_token
I'm using Facebook SDK in my Android application
Is there any way to get the code instead of auth_token from session object?
Right now session.getAccessToken() returns auth_token.
I've found that ...
1
vote
0answers
66 views
Using ExtraData to send params from the authorization server back to the client
I've been trying to use the ExtraData property on the EndUserAuthorizationSuccessBase class to send extra params back to the client. I first needed to send back the username but then I figured out I ...
0
votes
1answer
58 views
Storing custom info in UserNamePasswordValidator
I have a WCF service on .NET 4 with a custom UserNamePasswordValidator, secured with SSL and message security.
The UserNamePasswordValidator receives the user name and password and passes it to a ...
5
votes
1answer
98 views
Displaying a fan page in a UIWebView with an authenticated user session using Facebook's access token
We're developing an app for iOS and Android that has a rather odd requirement. One of the tabs of the app opens up the client's Facebook page. So here's our desired functionality:
The user logs in ...
2
votes
1answer
104 views
Access token in my db
so if I want to catch errors with expired access token, I have to check this out
https://developers.facebook.com/blog/post/2011/05/13/how-to--handle-expired-access-tokens/
and ok, but its a lil bit ...
0
votes
0answers
66 views
Is it normal to get long-lived access token in case of OAuth login without Javascript SDK?
I'm using facebook OAuth login in my app without Javascript SDK following the developer thread in developer.facebook.com -
...
1
vote
1answer
170 views
GoogleAuthorizationCodeTokenRequest connect time out exception when using Google's OAuth 2.0
I am able to get an authorization "code" in the callback from the user giving my web app permission to access a Google Calendar. But when I try to get an Access Token and Refresh Token using the ...
0
votes
0answers
92 views
Facebook Connect stops working (PHP Sdk)
I have a problem with a facebook connect in my website. It works just fine for some time, but from one day to the other, it just stops working... then I just keep trying, messing with the code, clear ...
0
votes
0answers
10 views
access token error when using?
I am using Applicationcraft.com to test Facebook. I have created a Facebook app. Their plugin allows me to login and get an access token.
I can use :
var source4 = ...
0
votes
1answer
157 views
Google OAuth 2 auth - Error: redirect_uri_mismatch even after registered uri
I'm trying to exchange authorization_code for access_token with Google OAuth2
$client_id = urlencode(GOOGLE_CLIENT_ID);
$client_sec = GOOGLE_CLIENT_SECRET;
$redirect_uri = ...
0
votes
0answers
30 views
Access token expires and valid check
In offline access, how to get access token expires and check it is valid or not in facebook?
1
vote
0answers
104 views
Obtain an App Access Token with Android FacebookSDK v3
This is my first topic, I hope you can help me (please be nice with my English because my first language is french) thx :) )
I have a problem, I'm trying to get an app Access Token with the Facebook ...
0
votes
1answer
237 views
Using access token - calling the youTube data API C#
It's unclear to me how I can do an API request to retrieve data for the YouTube API.
I used this code (http://zavitax.wordpress.com/2012/12/17/logging-in-with-google-service-account-in-c-jwt/) to get ...
2
votes
1answer
150 views
Devise token_authenticatable without session cookies
I'm using Rails 3 and I've succesfully built a web api. For a bunch of controllers login is required so i decided to use Devise and token_authenticable. It IS working but not quite as I was expecting: ...
0
votes
0answers
16 views
Can we access a facebookapp page through another page by file_get_contents
when we have logged into an application, an access token is already assigned to us.
Can we echo some data in originalpage.php and use file_get_contents(originalpage.php) from another page say ...
0
votes
1answer
115 views
Upload an Image to multiple facebook accounts in C#
I have a Facebook application that the users can subscribe in it. To subscribe, I made a PHP webpage that the user can log in using his Facebook account information and when he become logged in I ...
0
votes
1answer
85 views
How to get Google OAuth2 Token with Webview
I am trying to implement OAuth2 within my android app using webviews.
One issue I am having is after the user allows my app to access their account, I am redirected to the page that contains the ...
16
votes
3answers
238 views
How can I manage many pages as one admin user without exceeding api quota?
My client company manages Facebook Pages for several thousand small businesses. We've built a Facebook App that for our client to simplify the process and allow them to quickly make changes to ...
0
votes
2answers
488 views
How to call a REST API using Python using json request/response- Crucible Development
I am a newbie to python and am trying to create a script to login to crucible and use the token to pass to other services.
1) I am able to make a xml request and get a response but as soon as I pass ...
0
votes
0answers
65 views
facebook wall in my web not working at logout
I surfed the web several days but all the solutions don't work. I'm looking for a step by step explanation. So far I followed
how to handle expired access tokens
With a new access token from "Graph ...
0
votes
1answer
53 views
Is this the correct way to obtain the access token
I managed to get the request token but I cant get the access token. Is my way of getting the access token correct. Any suggestions ?
//Step : 1 (Returns Request Token)
string consumer_key = ...
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 ...
0
votes
0answers
50 views
How can an app ensure Facebook game data integrity?
I have been developing a couple of Facebook games and I ran into a question: How can I verify that data posted to my server (such as game scores) are actually coming as a result of the user taking ...
0
votes
0answers
86 views
Facebook - using application access token for insight data getting blank
I am using application access token with following insights API to download json -
https://graph.facebook.com/xxxxxPageIdxxx/insights/page_views/day?access_token=application_acccesstoken
But, ...
0
votes
0answers
91 views
Facebook API - Page country restriction Set to specific country getting error - Unsupported get request
My Facebook Page country restriction Set to specific country.
so , when I am using application access token with following API to download json for above pageid -
...
0
votes
0answers
287 views
Facebook graph API giving error - Unsupported get request with type - GraphMethodException
I am using application access token with following API to download json -
https://graph.facebook.com/PageId?access_token=xxxxx&method=GET&metadata=true&format=json
I have two Facebook ...
2
votes
1answer
371 views
Google plus for android: Invalid Credentials
I am using the followin code to get an Access Token, after connecting to Google+, to get profile info and e-mail:
String sAccessToken = GoogleAuthUtil.getToken(this,mPlusClient.getAccountName() + "",
...
0
votes
1answer
21 views
March breaking changes, getting app access_token from new endpoint
The breaking change this month is that apps will no longer be returned for /me/accounts and that we should not be using /me/applications/developer to get applications but this endpoint does not return ...
-1
votes
2answers
140 views
Get the facebook access token without visiting the facebook / without any app
Using facebook graph API I can get the fb access token. And to do so I have to visit the facebook.com to allow the application to access my data.
Is there any way to get the facebook access token, by ...
-1
votes
1answer
148 views
Facebook AP access token extending the expiration getting error
I am using following API call to generate access token -
https://graph.facebook.com/oauth/access_token?client_id=XXXXXX&client_secret=XXXXXXX&grant_type=client_credentials
as repose from ...
-2
votes
1answer
70 views
Facebook Extending life/validity of Access Tokens with the same Access Token (ID/string)
I am using following API to extend life (validity) of my access token up to 60 days.
https://graph.facebook.com/oauth/access_token?
grant_type=fb_exchange_token&
...
0
votes
0answers
85 views
MVC 4 - Mix cookie and URL parameter authentication
I have a situation where I have an MVC web-based app that uses bog-standard .Net cookie based forms authentication. I have a need to pass a publicly accessible URL out to a third party system that is ...
4
votes
1answer
354 views
Facebook full permission AccessToken alternative to Offline access token
Currently I am using desktop windows service to download my Facebook page insights/ page likes/friends etc. graph data . so, for that i have added app on my facebook page and generated full permission ...
0
votes
0answers
63 views
GitHub Acces Token POST Error (Cookies required)
I got a PHP application, which I am trying to integrate with GitHub. After I get the code from the authentication and I try to exchange it with an access_token I am getting the following error
...
0
votes
0answers
83 views
Android WebView forge Facebook cookie
I know user access_token in my android app.
I want to open a page in a webview (like button). I don't want the user to be asked about login/pass in this page.
Can i forge a cookie for my webview that ...




