@Murugank , Welcome to Apigee Community ![]()
Are you using Apigee ? Can you please provide more context to your question to better understand your issue? Have you created any proxy for same in Apigee Edge?
@Murugank , Welcome to Apigee Community ![]()
Are you using Apigee ? Can you please provide more context to your question to better understand your issue? Have you created any proxy for same in Apigee Edge?
Thanks for your kind response.
I am using google cloud endpoinds. The google cloud endpoinds accepting only google authorized request.Not accepting facebook authorized request.
Return error
No āAccess-Control-Allow-Originā header is present on the requested resource. Origin āhttp://localhostā is therefore not allowed access. The response had HTTP status code 400.
Then another error 401
I am already login via facebook. But return User must be login.
com.google.a.a.b.b.c:401Unauthorized
{
ācodeā:401,
āerrorsā:[
{
ādomainā:āglobalā,
ālocationā:āAuthorizationā,
ālocationTypeā:āheaderā,
āmessageā:āInvalid token.ā,
āreasonā:ārequiredā
}
],
āmessageā:āInvalid token.ā
com.google.a.a.b.b.c:401Unauthorized
}
Please help me someone.