how to get NAME of logged user using REST API
sujit1779
Registered Users Posts: 46 Big grins
Hi,
Is there any API which will retrieve NAME of logged in user? I am using REST API with oAuth.
Thanks.
Sujit
Is there any API which will retrieve NAME of logged in user? I am using REST API with oAuth.
Thanks.
Sujit
0
Comments
The method smugmug.auth.checkAccessToken should give you what you want. It returns both the NickName and Name of the user.