You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The client.account.info method actually goes to the GET /users/:email_or_id endpoint, which is making it stupidly hard to look up current_user info for an oauth_token, where GET /account is all you need.
I'm guessing the method is getting stomped on because of how classes are auto generated.
The text was updated successfully, but these errors were encountered:
The
client.account.info
method actually goes to theGET /users/:email_or_id
endpoint, which is making it stupidly hard to look up current_user info for an oauth_token, whereGET /account
is all you need.I'm guessing the method is getting stomped on because of how classes are auto generated.
The text was updated successfully, but these errors were encountered: