We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow to pass user_id to Users#user_photos, like in other methods(e.g. user_friends).
user_id
Users#user_photos
user_friends
The text was updated successfully, but these errors were encountered:
For now, only USER_ID = self is supported by users/photos API endpoint
USER_ID = self
Sorry, something went wrong.
The documentation doesn't reflect the actual state. I just tried in apigee console and it worked for non-self user id(e.g. https://api.foursquare.com/v2/users/34751494/photos?v=20131016)
In their API Explorer it works as well.
g3ortega
No branches or pull requests
Allow to pass
user_id
toUsers#user_photos
, like in other methods(e.g.user_friends
).The text was updated successfully, but these errors were encountered: