Closed cwarny closed 10 years ago
Is it possible get the user_info of a user different from the authenticated user?
Yep, just use the /v3/user/info endpoint with the login parameter. Docs here.
/v3/user/info
login
The request should look like
curl "https://api-ssl.bitly.com/v3/user/info?access_token=$YOUR_ACCESS_TOKEN&login=some_login"
Is it possible get the user_info of a user different from the authenticated user?