I'm trying to get a link to a user's profile, and they have already authenticated my application via OAuth, but the API endpoint 'smugmug.users.getInfo' requires a NickName argument, which it seems to respect instead of the oauth token with which the request was signed.
So the effect is that if I make a request with a NickName that does not match the OAuth credentials, the response refers to the given NickName.
Is there a way to get a user's NickName from an oauth token or another endpoint to request information about the currently-authenticated user?
(At the very worst, I'd just like a link to their profile on SmugMug.)
Thanks!