Access Token is the last token acquired during the OAuth authentication process.
0
votes
2answers
309 views
Facebook SDK 3.0 Android get AccessToken for saved user with id and password?
Is it possible to get a AccessToken for android Facebook API call with saved User id and password?
Or maybe get AccessToken for android from Facebook Websites or some other ways...
I do have User Id ...
0
votes
1answer
316 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",
...
1
vote
0answers
87 views
Facebook C# SDK - error on hosted site, while reading fun page access token
I'm using Facebook C# SDK to interact with my funpage, I wrote an ASP NET vb page that posts photo on the fun page wall, it works fine on my local machine, but I receive this error when I try to ...
0
votes
0answers
170 views
facebook integration in windows phone
I am trying to make facebook integration in my apps. but an error ocurs.this is my whole code:
mainpage.xaml.cs:
using Facebook;
using System.Text;
namespace facebook_windows_phone_sample
...
1
vote
1answer
148 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 ...
0
votes
2answers
231 views
Function to generate access token to be used in web service authentication
I need a php function that generates access token to uniquely identify users. I will store this token in an extra column named "token" and I will use it for authentication with mobile app. I searched ...
0
votes
0answers
200 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
1answer
97 views
Getting offline updates using access_token
I'm building application which will provide new filters for Facebook users. For these filters to work I need to fetch user posts (from his wall) so I managed to let them log in through their Facebook ...
1
vote
1answer
2k 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 ...
0
votes
0answers
75 views
get access token for hotmail for install application
I am new into mobile application. how to get access token for hotmail to get contact and calender
please help me . i am using sencha for developing app
0
votes
2answers
727 views
OAuth: Send Access Token and Get User data
I am trying Google OAuth.I am developing web application running on IBM webSphere server. Application's framework is SpringMVC.
I am trying to get userinfo.profile. I have successfully get Access ...
1
vote
1answer
353 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
votes
1answer
532 views
Facebook PHP SDK dealing with Access Tokens
Ok so I have crawled around lots of various answers but am still a bit confused with how I should be dealing with facebook access tokens!
One of the main problems I'm having is due to what information ...
1
vote
1answer
48 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 ...
5
votes
1answer
431 views
Rails authentication strategy for noob
Hope this is not too broad but after a lot of googling I am not sure where to start. I am looking for a introductory/noob overview to help me get started on building an authentication implementation ...
1
vote
1answer
162 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
0answers
55 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.
...
0
votes
1answer
126 views
OAuthException(#240) This user isn't allowed to upload photos to this object's wall
This is my cron.php
<?php
ob_start();
// Load the required files
require_once('fb_src/facebook.php');
require_once('includes/fb.php');
require_once('includes/db.php');
...
-1
votes
1answer
177 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
0answers
64 views
JSP and Facebook related inquiries. (Keep logged in)
JSP and Facebook related inquiries.
Is a Web site that is linked to Facebook.
On its Web site once the user logged in to Facebook.
After that, disconnect from the web site.
Access to its Web site.
...
0
votes
1answer
77 views
How do I obtain the requires access token?
Until a few days ago the Python script I was using to generate an RSS feed for my own Facebook News Feed was working fine. The script I was using first signed on to Facebook using my log in ...
0
votes
0answers
102 views
OAuth1.0 2Legged OAuth error signature_invalidbase_string
hi i am following this tutorial (link) .i am sending this request in google app engine java.i am trying to implement a 2 legged OAuth authentication.i am sending a post request to url ...
0
votes
1answer
119 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 ...
3
votes
2answers
320 views
How to convert Box's “code” to “token” after user allows access
I'm new at this, trying to hook up Box's API v2. I successfully set up a PHP client library, which I found thanks to the link in the first paragraph on developers.box.com/auth. I've read Box's ...
-1
votes
1answer
132 views
facebook app not accessible from other user accounts
i have developed succesfully an android facebook app which creates events on facebook. i run it as an administrator runs smootly, everything ok. the problem is when i tried to run the application as a ...
0
votes
2answers
118 views
Bad request for http request google drive offline access
I'm trying to get offline access with the refreshtoken. With a httprequest I have to get a new accessToken with the saved refreshToken.
But I keep getting a Bad Request 400 with no further ...
0
votes
2answers
322 views
How to get a new access token after expiration using OAuth 2.0 along with Youtube API in iOS application
I am using the Youtube Api in my iPad application. i managed to get authenticated and get the access token using the OAuth 2.0.
my problem is that the token expires after one hour and i don't know how ...
1
vote
0answers
140 views
Koala: Facebook fresh OAuth code invalid or expired
everybody.
I'm working with a simple Facebook authentication system on my platform (with Rails and Koala) and it's almost working as expected. But there's this one critical bug that's driving me nuts.
...
0
votes
0answers
126 views
Store Facebook Access Token in PhoneGap App
I'm currently working on a PhoneGap app that requires Facebook authentication.
I'm wondering what is the best way to store the Facebook access token that is returned after the user logs in. Should ...
0
votes
0answers
51 views
Delete invalid facebook token from database
I have thousands of token in my sql database.
But after facebook updated, many token become invalid..
How can I remove dead token from my database?
<?
$result = mysql_query("
SELECT
...
3
votes
1answer
193 views
How is a Facebook access token generated?
I use the following code:
$access_token = $object->getAccessToken();
This method sometimes generated an access token (118-char string)
and sometimes it's a 49-character string with a pipe symbol ...
0
votes
1answer
407 views
SkyDrive and permanent access tokens?
Can I access my SkyDrive using a permanent access token?
Basically, I want to grant a particular app (my own) permanent access to my personal SkyDrive account. Possible?
My use case: I'm storing ...
0
votes
1answer
331 views
facebook long live token renewal
I am using Facebook iOS SDK 3.1.
From the FB docs
Apps created from our Mobile SDKs (Android and iOS), from Desktop Apps and the server-side Login flow automatically get long-lived User Access ...
-3
votes
1answer
227 views
Facebook access token expiration issue [closed]
In a case where i just wanted to fetch out feeds of a facebook page. If i use(i.e store locally on the app) the access token expires within a period of 60 days. Is there a solution where the access ...
2
votes
0answers
478 views
Facebook API unsupported get request
I am posting Open Graph actions using the PHP SDK. Randomly about 1 in 20 of these actions turns up on the wall as normal but I am unable to access or delete it through the API. Trying to do so errors ...
-5
votes
1answer
105 views
Extend Facebook access token after 60 days in a cron? [closed]
Is there a way to extend Facebook access_token after 60 days in a cron?
0
votes
1answer
136 views
Best Practice of saving an access token in iOS
I am currently working on an iPhone-App where i have to store an access-token. Temporarily i am just saving it inside the NSUserdefaults but i dont think it is safest way of persisting sensitive Data ...
1
vote
0answers
158 views
we were unable to find the authorization token in ios
I have got api key and secret key,I am making iphone application and wants that user can register through their linkedin account.I am getting we were unable to find the authorization token error.And ...
1
vote
1answer
67 views
get a new short-lived user access_token
I need to renew a long-lived access token. I read
Renew long lived access token server side topic and wrote a code as follows:
<?php
$code = $_REQUEST["code"];
if(empty($code)) {
$dialog_url ...
0
votes
0answers
38 views
Approach for using Graph Api on production server for searching people using access token
We have a web application that is being used worldwide in major Banks. We are developing a feature in our application that uses graph api to search our customers via name,email. List of people(profile ...
3
votes
1answer
128 views
How To: Non-Facebook-Users post to Facebook page wall
I am thinking of a scenario and I need your opinions whether this is even possible.
I have a normal website, on this website I have a form and by sending the form it should be also sent to one ...
3
votes
1answer
123 views
python request with authentication (access_token)
I am trying to get an API query into python. The command line
curl --header "Authorization:access_token myToken" https://website.com/id
gives some json output. myToken is a hexadecimal variable ...
2
votes
1answer
573 views
Facebook App Login - Exchanging code for an oauth access token is working only once
I'm using the URL below to get the auth token:
https://www.facebook.com/dialog/oauth?client_id=CLIENT_ID&redirect_uri=RETURN_URL&scope=manage_pages,publish_stream
This page will redirect to ...
1
vote
0answers
73 views
Down-scoping Oauth access-token, possible?
I am developing an open source javascript project. It has client side database, Oauth Connect login and bear-token base access to cross domain resource servers like (GData, Google cloud storage, AWS ...
3
votes
3answers
1k views
The Access Token is Valid but We get OAuthException: An active access token error
We've been working on an application for about 2 months, and everything was going perfectly.
we were using PHP SDK and offline mode in permissions for login
But since some days ago after recent ...
0
votes
0answers
325 views
Facebook C# SDK how to extend accesstoken?
Here's the code that gives me AccessToken
, scope presents the permissions and oauthurl is the login ulr
private void FrmLogin_Load(object sender, EventArgs e)
{
// oauthurl is the ...
0
votes
1answer
36 views
Is there a way on how to get an access token for User Data Permission in PHP?
I am using PHP to work on Facebook, and I want to get an access_token to get User Data Permission for items like
email
user_actions.music
user_activities
user_events
user_location
etc.
I know this ...
1
vote
0answers
95 views
facebook wall feeds output - access_token issue
I've an apparently simple problem that is killing me. I read a lot on this topic but I cannot find any solution.
when I access to my wall with this url:
Profile feed (Wall): ...
0
votes
2answers
80 views
How can I get Stocktwits access_token in Rails app?
I need help with problem. I have website integrated with Stocktwits using omniauth-stocktwits gem. I want to use Stocktwits API to fetch commentary stream. So, I need access_token!
After user ...
0
votes
1answer
61 views
Session Token Authentication perl in cookie
I am working session authentication. I am passing session id as token in cookie header. I wish to get encrypted token. which cryptable method should i prefer. I am using Digest::SHA, i got this error
...


