Get User Information using Apple API

I could get "access_token" and "refresh_token" from following URL:

POST https://appleid.apple.com/auth/token


But I don't know the API of getting User Information using "access_token"

Is there any API that accept the "access_token" as the input and return the User Information (user ID, email...)?


It is very good that there is an API like this: https://stackoverflow.com/questions/7130648/get-user-info-via-google-api

Thank you very much.

Replies

I have same issue
  • the same issue here

Add a Comment

the same issue here

yes.. much needed.. Anyone has any workarounds?