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 of the mobile hub doesn;t explain this. Is it possible to get the details or is it only to authenticate users?
How to get the user details using mobile hub User-sign feature?
192 Views Asked by coders At
1
There are 1 best solutions below
Related Questions in FACEBOOK
- Facebook Api - Albums/Photos/Comments
- How to get Facebook subscriber count + friend count
- Firebase facebook authentication not working
- Facebook iOS SDK 4 error info.plist
- Why don't any of my facebook share buttons work?
- Can't perform authentication through facebook with Parse
- PlayN and Firefox issues
- How do I stop the facebook send widget from going off the screen?
- Add extended permissions - Facebook
- Pass image, summary, URL to Facebook share button in ASP.NET MVC
- Facebook Open Graph Description in a message length limitation
- Facebook ShareKit image caption not working
- how to display Notification Count in iOS like Facebook
- How to estimate current situation of an old site not created by myself before i launch my new one?
- Facebook Graph API limit publishing to fan page
Related Questions in AMAZON-COGNITO
- Getting cross client id token for AWS from Google Sign-In SDK
- AWS Cognito: Access to Identity is forbidden when calling getOpenIdToken()
- how to use AWS cognito with custom authentication to create temporary s3 upload security token
- How to merge AWS Cognito identities
- Put file on S3 with AWS SDK 2 & Cognito for unauth users using iOS SDK 2
- Specifying IAM roles for permissions in AWS S3
- obtaining AWS credentials using cognito in python boto
- AWS.config.credentials are null between page requests
- AWS Cognito Invalid login token error with my token from Developer authentication
- AWS Custom Authorizer with request parameters
- Register a New User with the Mobile SDK for Android on AWS Cognito
- adding a record to existing aws cognito dataset
- Thread 1: Signal SIGABRT (Could not cast value of type to 'SignInViewController' to 'AWSCognitoIdentityPasswordAuthentication')
- Examples of Ruby on rails + aws congnito
- Android AWS Cognito UserPool globalSignout not working when user is signed in from multiple devices
Related Questions in AWS-MOBILEHUB
- AWS Cognito Mobile Hub
- Is it possible to define path params in AWS Mobile Hub API?
- AWS iOS Swift 3 Cognito Type does not conform to protocol
- AWS Cognito. Is possible to import users to a User Pool and relate them with their existing developer authenticated identities?
- AWS Cognitio Swift 3 Identity not found
- Limiting and Ordering the Scan Result AWS
- AWS Mobile Hub Localization
- Designing custom sign in flow/activity for Cognito
- Swift AWS Cognito error: Authentication delegate not set
- AWS Cognito Authentication + AWS Mobile Client + API Gateway + S3 Bucket
- How to set up dev environment with AWS Mobile hub?
- Using AWS Mobile Hub to get a working sign in
- AWS Cognito Login Data
- Amazon SNS Sample Application
- Apple Developer Account generates invalid push certificates
Related Questions in AMAZON-COGNITO-FACEBOOK
- Amazon Cognito facebook login on Angular 2
- AWS Mobile Hub sample app with User Pools and Federated Social Identity Providers
- Creating cognito Facebook identity provider?
- AWS Cognito login with Facebook
- How Cognito handles refreshing Id and access tokens?
- How to disable AWS Cognito User Pool account created via Identity Provider?
- How to get an access token for the federated API from Cognito User Pool
- Cognito social auth should result in a session token
- How to get the user details using mobile hub User-sign feature?
- Cognito auth flow fails with "Already found an entry for username Facebook_10155611263153532"
- Save AWS Cognito Users in DynamoDB
- API Gateway authorization for Cognito User pool+Identity pool
- Using Facebook login with AWS Cognito User Pool
- AWS Cognito for facebook users with serverless framework
- Amazon Cognito User Pool And Facebook Login in Android
Related Questions in AMAZON-MOBILE-HUB
- Is it possible to define path params in AWS Mobile Hub API?
- Direct Linking (Amazon Mobile Associates API) not working for non-US items?
- I wrote a android app using aws mobile hub for usersign using facebook and google, but getting error
- How to get the user details using mobile hub User-sign feature?
- AWS mobile hub nosql
- AWS SNS - Error Domain=com.amazonaws.AWSSNSErrorDomain Code=0 "(null)"
- AWS Mobile Hub Environments
- Stage management with AWS Mobile hub and AWS Amplify
- What Cloud Service should I use to deploy mobile apps and when should I use Cloud Services?
- AWS SNS - Subscribe to topic fails - "Application endpoint arn invalid"
- aws mobilehub no-sql batch update with append set
- In which table does Amazon Cognito data gets saved - Beginner
- User signing in using Amazon Cognito
- AWSMobileHubHelper DynamoDB AccessDeniedException
- AWS: NotAuthorizedException: Invalid login token. Incorrect token audience. (Service: AmazonCognitoIdentity
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Currently the AWS Auth SDK which helps you perform Facebook SignIn doesn't support retrieving the user profile information can directly use the Facebook iOS SDK to fetch information including username, imageURL, etc.