I have a user using my application which implements a social signin using LinkedIn oAuth API.
The error returned is:
invalid_request
and the error description is:
error retrieving consumer xxxxxxxx
Where I've shown xxx appears to be a unique LinkedIn identifier for the user.
I've had no other users report this problem, have been unable to replicate it, and Google matches nothing.
Any ideas? LinkedIn do not have an error reference document, so it's quite difficult to track down what might be going wrong.
Related
One of the websites we used to get data from requires now log in via Google, I have been granted access, and want to update the app to continue working.
I've set up credentials (clientId, clientSecret) as well as service account - whichever is easier tbh.
The url I'm trying to access looks like "https://xxxxxxxxxxxxxx.appspot.com/view/company_name"
When logging in manually, I'm being informed that:
To continue, Google will share your name, email address, language preference and profile picture with iap.googleapis.com.
Trying to get it working first on:
https://developers.google.com/oauthplayground/
But each time I select scope (guessing here) Google OAuth2 API v2 (userinfo.email, userinfo.profile) and get the tokens I end up receiving following error message:
Invalid IAP credentials: Expected JWT to have 3 parts separated by a '.' but there are 2 parts
Could anyone tell me all the things I'm doing wrong here?
I am trying to make a GET request to facebook graph API. When i introduce locale,timezone and gender to the below URL, I receive an error -
https://graph.facebook.com/v2.6/USER_ID?fields=first_name,last_name,profile_pic,locale,timezone,gender&access_token=PAGE_ACCESS_TOKEN
error
message "(#100) Insufficient permission to access user profile."
type "OAuthException"
code 100
error_subcode 2018247
fbtrace_id "EcbnYPgb/sm"
Please help as I am unable to understand why that would be the case.
It's your inclusion of locale,timezone,gender which is causing this error.
According to Facebook's recent changes, for apps created after July 26, 2018 to access additional user profile fields app developers must apply for each field in the Messenger Platform tab of the app console.
Good afternoon!
I'm trying to start working with adwords api, I created the adwords identifier and OAuth2 keys by the instruction, I try to get a token through GetRefreshToken by clicking on the link
https://accounts.google.com/o/oauth2/auth?access_type=offline&client_id=***.apps.googleusercontent.com&redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=code&scope=https://www. googleapis.com/auth/adwords
I get a 403 error:
Error: restricted_client Unregistered scope (s) in the request: https://www.googleapis.com/auth/adword
Tell me what's wrong with what I'm doing?
Are you trying it with the same email linked with AdWords? Please try logging into your account and then try the same call. There might be some cache issue of your browser
You need to use the same email address id which is linked with Adwords
I am trying to add email contact to my SendGrid Account List, but am unable to authenticate from the iOS App. I have tried authentication from https://sendgrid.com/docs/API_Reference/Web_API_v3/How_To_Use_The_Web_API_v3/authentication.html but getting 404 NOT Found Error. To add contact to a list, I need to hit https://sendgrid.com/docs/API_Reference/Web_API_v3/Marketing_Campaigns/contactdb.html#Add-a-Single-Recipient-to-a-List-POST API referenced here, but its returning "Authentication Required".
Got it. Answer to my question is SendGrid API v3 Documentation i.e. https://sendgrid.com/docs/API_Reference/api_v3.html. Need to send the API key in request headers.
Friends,I got a question,and I have googled it,but I didn't find the answer.
I create an iOS twitter app,and apply for a twitter API.
I used my API key in my app,Xcode returns error.
Just like this: http://tinypic.com/r/262ksnk/8
("Failed to validate oauth signature and token")
and this picture is my twitter api status
(sorry,I do not have enough coin to upload a pic,so post my pic here. )
what is wrong with my twitter api,can anyone help me?
Thanks very much.
What is wrong?
Best regards.
This error message relates to a HTTP 401 response.
Please make sure you are properly signing your OAuth requests. This guide will help you with the common pitfalls: Troubleshooting OAuth 1.0A.
In particular, if you are using valid keys and properly signing your OAuth requests but still receiving 401 errors, please check your system time. Since the OAuth signature relies on the current time, it must be in sync with the one from Twitter servers (exposed in all Date response headers from the Twitter API).
The "performance issues" described on the Twitter API status page apply to Twitter as a whole, and have nothing to do with your application. If you are having issues interacting with the Twitter API, we cannot diagnose those from the information provided ("error 3").