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?
196 Views Asked by coders At
1
There are 1 best solutions below
Related Questions in FACEBOOK
- Facebook Post Images from local system on own Page
- Provide an archipelago name that humans cannot utter
- How can I look this email address
- Not getting all leads from Meta/Facebook using webhook for page leadgens
- Unsupported post request when trying to create a custom audience via the endpoint https://graph.facebook.com/lapi-version), (custom-audience-id/users)
- Java resized JPEG seems to be invalid format for Facebook?
- How to implement facebook pixel in flutter in 2024 any example?
- Need WhatsApp Data Backup from Api
- Facebook login via JS-SDK via OAuth will get stuck half-way
- Short time token with the Graph API and Facebook login through the iOS SDK
- Facing the "Messaging may be unavailable" error - WhatsApp Cloud API
- Facebook Graph API - Story endpoint does not return all active stories
- Javascript / Dynamically append text element above embedded facebook posts
- When I post text with media on Facebook, the text does not show
- How to search a list of groups using facebook APIs
Related Questions in AMAZON-COGNITO
- Why does terraform aws_cognito_user_pool always show as "updated in-place" on every single terraform plan?
- AWS Cognito Multi-tenant Integration | Ok to use Client’s Idp?
- How do I set custom attributes on a user who signs up via amplify's Authenticator?
- Python AWS Cognito authenticate to other user pool as in Javascript
- How to use multiple user pools with AWS Amplify in React?
- Integrating Sign in with Apple into React Native App with AWS Cognito Authentication
- Secure to share Access Token over public API using CORs?
- Automating Password Reset in Cognito Hosted UI for Users with Expired Temporary Passwords
- How can I add an identity provider to an existing user in an AWS Cognito user pool using the OIDC protocol?
- How to use Android S3 TransferUtility without Cognito?
- can not import Auth from aws-amplify in Angular even though docs says I can
- AWS Cognito SES FROM E-mail address only verified e-mail address allowed no verified domains
- Google signin for aws cognito using Amplify not working. | signInWithRedirect in amplify not working in React native
- AWS AppRunner: Redirect URI Mismatch Error with Amazon Cognito
- Add Cognito to Load Balancer Listener via AWS CLI
Related Questions in AWS-MOBILEHUB
- Couldn't read the region / Failed to read Region from AWSConfiguration
- How to use AWS Mobile Hub with NativeScript
- Trying to initialize project with awsmobile init
- Cognito - getInstance().getTokens() Error: Failed to federate the tokens
- aws mobilehub no-sql batch update with append set
- CognitoUserPool userPool = new CognitoUserPool(this, AWSMobileClient.getInstance().getConfiguration()); is giving null value
- How to Subscribe to All GraphQL Mutations in AWS-Amplify Vue Components?
- AWS Amplify GraphQL API in Vue App Returns Null
- Is AWSmobile-cli discontinued?
- How to retrieve username from Amazon cognito user pool in android
- AWS Cognito Authentication + AWS Mobile Client + API Gateway + S3 Bucket
- Swift AWS Cognito error: Authentication delegate not set
- How to set up dev environment with AWS Mobile hub?
- AWS Cognito Identity Pool SignIn and SignOut in iOS
- AWS Amplify/CLI vs AWS mobile hub
Related Questions in AMAZON-COGNITO-FACEBOOK
- ERROR Error: Uncaught (in promise): TypeError: Cannot read properties of undefined (reading 'token')
- Cognito Federated Social Login React Native
- Flutter facebook login with AWS cognito user pool Facebook review rejected
- How can I use google_sign_in with cognito
- AWS Cognito: Pass custom attributes for social media logins
- aws cognito guest user login with java
- AWS Cognito login with Facebook
- How to get an access token for the federated API from Cognito User Pool
- How to disable AWS Cognito User Pool account created via Identity Provider?
- How Cognito handles refreshing Id and access tokens?
- Aws amplify facebook login app - broken url detected
- Cognito: Facebook attributes not available in UI or ID Token
- Amazon Cognito: an error occur while trying logout
- Setting Facebook API version in AWS Cognito User Pool using Terraform
- AWSMobileClient initialise returns user-state "SignedIn" after uninstalling and then installing application
Related Questions in AMAZON-MOBILE-HUB
- aws mobilehub no-sql batch update with append set
- How to set DynamoDB Table through mobile hub and Swift?
- How to add better validation feedback to Android app using com.amazonaws.mobile.auth.userpools Class SignUpActivity and SignInUI
- Stage management with AWS Mobile hub and AWS Amplify
- Issue getting AWS Rekognition to read images when placed in S3 bucket
- Passing Amazon dynamoDB query results to main thread to show Google Map pins
- AWS: NotAuthorizedException: Invalid login token. Incorrect token audience. (Service: AmazonCognitoIdentity
- AWS Mobile Hub Environments
- AWS Cognito SDK missing user attribute
- Unable to read data in AWS android mobile while using DynamoDB
- AWSMobileClient is not found
- AWS mobile hub sign in UI
- AWS mobile hub sign in function issue
- AWS mobile hub nosql
- How to get the user details using mobile hub User-sign feature?
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 # Hahtags
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.