Questions tagged [amazon-cognito-facebook]

Questions about the Amazon Cognito authentication using Facebook

66 questions
0
votes
1 answer

How to add user to User Pools of Amazon Congnito with Amazon PHP SDK

I can get identity id with Facebook token from Amazon Cognito by using Aws\CognitoIdentity\CognitoIdentityClient of Amazon PHP SDK ( https://docs.aws.amazon.com/aws-sdk-php/v3/api/class-Aws.CognitoIdentity.CognitoIdentityClient.html ).…
user1651520
0
votes
1 answer

Getting the Cognito Identity ID when I am on a different page

I was able to successfully log in a user that used Facebook to authenticate. This worked fine and the page got redirected to another page as expected. The code is given below. My question is How can i retrieve the User ID (or the Cognito Identity…
Illep
  • 16,375
  • 46
  • 171
  • 302
-1
votes
1 answer

Aws Cognito Social login

We want to integrate social login with aws. We get facebook token from facebook SDK then we pass it to AWS client. But It gives a below error. Code: AWSMobileClient.getInstance().initialize(SignUpActivity.this, new Callback() { …
Ronak Gadhia
  • 524
  • 5
  • 12
-1
votes
2 answers

Invalid Access Token when make getUser Request in cognito

I am integrating AWS cognito authentication with social login (facebook/google). I am follow all the steps as given in documentation but the end return Invalid Access Token Service: AmazonCognitoIdentityProvider; Status Code: 400; Error Code:…
Jai kumar
  • 45
  • 7
-1
votes
1 answer

How to get the user details using mobile hub User-sign feature?

I'm using AWS Mobile Hub service for user sign-in. I follow mobile hub developer guide and i was successfully able to login using Facebook. After logging -in how to get the user details like profile picture or name or DOB etc. The developers guide…
-1
votes
2 answers

Cognito Facebook graph api user data

I am wondering whether if I continue with cognito Facebook login whether I will still be able to get the data like age, gender and interests like i believe you can with normal Facebook login. Thanks for the help
1 2 3 4
5