Access Token is the last token acquired during the OAuth authentication process.
1
vote
0answers
99 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
56 views
OAuthException: active access token
Our app has so many calls to the facebook api, how can I output the error stack trace so we can see WHICH call to the API is causing the access token error?
OAuthException: An active access token ...
0
votes
2answers
457 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
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
111 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
0answers
63 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 ...
2
votes
1answer
354 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
220 views
Issue with SLComposeViewController ,when app permission is disabled
Am using SLComposeViewController for posting articles to facebook wall.When App permission is turned off for facebook in device settings,
SLComposeViewController still Works by posting article to ...
0
votes
1answer
52 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
49 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
81 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
85 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
279 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
354 views
Handling Facebook access token in Facebook SDK 3.2
How do i handle the Facebook SDK 3.2 for iOS?. And also How do i use the Facebook Access Token in this?.
Thanks in advance.
-1
votes
2answers
138 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
138 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 ...
4
votes
1answer
321 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 ...
-2
votes
1answer
67 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
84 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 ...
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 ...
0
votes
1answer
511 views
Facebook like button and access token
I want to display a Facebook like button on my webpage.
I am using plugin/likes.php Facebook script
I know user access_token.
I want the like button to work without user authentication.
Is there a ...
0
votes
1answer
35 views
March 6, 2013, access tokens and /me/accounts/
So. According to the pending March 6th changes, I have question regarding the "Removing apps from /me/accounts/ and page_admin FQL table" change.
This change seems, to me, imply that you are also ...
0
votes
0answers
182 views
Curl request to get access token using Oauth 2 (installed application) fails
I'm trying to get my Google API access token using Oauth 2 for installed applications. I can get the first login code as per the Google docs example, but when I try to use curl to get my access and ...
3
votes
2answers
417 views
Handling expired access tokens in iOS app
What are the best practices when it comes to handling expired access tokens in an iOS app?
For example, the user could change their Facebook password, or they could simply remove the FB app from ...
0
votes
0answers
139 views
Page token and page permissions to create an event as a page
I've a little question about page perms that facebook returns when querying for user's pages. The returned data looks like that :
array(5) {
["category"]=>
string(9) "Community"
...
0
votes
1answer
93 views
Authentication Token Security
What are the major flaws with authentication following the following logic.
User logs into a.example.com and clicks "Login to b.example.com". This link generates a random string and saves it in the ...
1
vote
1answer
239 views
Sharing things in facebook using fb_graph gem
I'm trying to share in facebook while creating the content using fb_graph(2.6.0) gem,
i'm getting following errors while trying :
app = FbGraph::Application.new(APP_ID, :secret => APP_SECRET)
...
2
votes
1answer
441 views
Getting (OAuthException - #2500) An active access token must be used to query information about the current user
I am getting the following error:
(OAuthException - #2500) An active access token must be used to query information about the current user.
Using V6 of the Facebook SDK in C#.
Below is the code ...
4
votes
4answers
3k views
Facebook app (NOT user) access token expiration
Do Facebook APP access tokens expire? These tokens are different than the USER tokens; they are acquired like this:
...
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 ...
6
votes
3answers
2k views
Shared Facebook Access Token between Website and Mobile Application
I would like a Web site (Rails 3.1 with Devise and Omniauth) and a mobile application (iOS5) to share authentication. By this I mean I would like a user to be able to SSI to the site with Facebook, or ...
0
votes
2answers
63 views
why I am not able to get access token?
I am trying to get access tokenwith this code but not getting any success.I have checked each and every curl operation ,every thing is fine.but still not able to get token.
this is OAuth2 Guidlines ...
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 ...
0
votes
1answer
268 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
1answer
174 views
linkedin access token oauth_expires_in VS 60 days expiration
http://developer.linkedin.com/documents/authentication (section: Refreshing Access Tokens)
The paragraph says
LinkedIn access token can be refreshed in 60 days time
on the other hand it also ...
0
votes
1answer
378 views
Facebook - how to get permanent user access token
My company has a corporate facebook account where they post event pics in different albums. My requirement is to get all the photos from facebook albums and show in our corporate website. I am able to ...
1
vote
0answers
69 views
How to check if google user has already made an account with my site?
In my site users are able to sign-up with their google accounts. I am able to do that just fine and I store their access token and when the access token expires. Also I get a new token if their ...
0
votes
0answers
86 views
Rails + FbGraph - cannot retrieve access_token
This is my controller for authentication through Facebook:
class UserOauthController < ApplicationController
def create
@client = self.auth(facebook_login_path).client
...
0
votes
0answers
13 views
User access tokens are working with different application tokens
I have encountered a pretty weird issue that could lead to potential security concerns:
I've declared one application per environment (development, test, production…), however user tokens work ...
1
vote
1answer
45 views
Rails - how to retrieve user's access_token from Facebook API
When a user will sign up to my app through Facebook, I would like to display all his pages which he manage.
This is how I save data from FB API:
def self.create_user_from_facebook(auth_hash)
...
1
vote
0answers
41 views
oAuth 2 google login - access_token and refresh_token
As far as I understood access_token has a short life about 1 hour and then if the user wants to log on I should use refresh_token to take new access_token. What I observed in my tests is that even on ...
0
votes
1answer
124 views
(PHP) Grabbing AccessToken and feed without permission. (sorta)
I'm beginning a blog and I wanted to make a 'FacebookStatusApp' for the blog.
All it has to do is get my latest status and get request it to my translator page.
I can get my latest feed but the ...
0
votes
1answer
21 views
Why can't an app have direct posting permission to it's app page?
I am writing an app which is basically a service that posts media release news to various social networks including Facebook. I understand the usage of app tokens vs. user tokens vs. page tokens ...
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. ...
1
vote
0answers
91 views
access token for google cloud print service
I want to use google cloud print service for my application,
Concept is : Buyer can purchase products from my site and he should send order list to supplier's printer.
For this, Supplier should ...
0
votes
0answers
99 views
setOAuthAccessToken for twitter gives an error
I am integrating twitter inside my app and every thing went ok unless this error in this code
private void configureToken() {
if (mAccessToken != null) {
...
37
votes
8answers
11k views
Facebook Page Access Tokens - Do these expire?
I'm building an app that allows users to administrate their Facebook Fan Pages. This requires the following two Access Tokens:
A User Access Token
A Page Access Token
I'm quite familiar with User ...
2
votes
0answers
90 views
using omniauth for facebook login with only access token
I am creating an api in rails for mobile application. Now the user will login using facebook and i will recieve the access token post facebook authentication. I have to take this access token and ...




