Top "Access-token" questions

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

Basic HTTP and Bearer Token Authentication

I am currently developing a REST-API which is HTTP-Basic protected for the development environment. As the real authentication is done …

rest curl basic-authentication access-token restful-authentication
Why Does OAuth v2 Have Both Access and Refresh Tokens?

Section 4.2 of the draft OAuth 2.0 protocol indicates that an authorization server can return both an access_token (which is used …

security oauth access-token refresh-token
Sending the bearer token with axios

In my react app i am using axios to perform the REST api requests. But it's unable to send the …

reactjs rest token axios access-token
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://…

python authentication curl access-token
Facebook Access Token for Pages

I have a Facebook Page that I want to get some things from it. First thing are feeds and from …

facebook facebook-graph-api oauth access-token facebook-page
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 …

php facebook api access-token
Get refresh token google api

I can't get my refresh token with my code. I can only get my access token, token type etc., I …

google-calendar-api token access-token gdata
How to refresh token with Google API client?

I've been playing around with the Google Analytics API (V3) and have run into som errors. Firstly, everything is set …

php google-api oauth-2.0 access-token google-analytics-api
Not receiving Google OAuth refresh token

I want to get the access token from Google. The Google API says that to get the access token, send …

gdata gdata-api access-token
trying to get app access token

I tried to get an app-access-token for my facebook app with this code: APP_ACCESS_TOKEN = FB.api( "oauth/access_…

facebook access-token