I could able to generate authorization URL and could able to trigger my callback API.
But how can I get the authorized user details such as first name, last name, id, profile pic etc?
I didnt find any solution on internet and I almost spent a lot of time on this.
Please help me to find out a solution.
I got these
{"oauth_token":"PVHUBxxxxxxxxxxxxxxx","oauth_verifier":"5vlkG3xxxxxxxxxx"}
I want to get the firstName,lastName and profile pic of this account using these keys.
Pease help me to solve this.
Thanks