Does anybody know a way how to get access to the Flattr users Gravatar icons in Flattr API v2? Preferred way would be without authentification, since in my project I’m using the API without OAuth2.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The avatar itself is currently not included in any API responses so the only way you can get a gravatar through the API right now is if you request the “extendedread” scope and fetch the e-mail of the authorizing user by fetching https://api.flattr.com/rest/v2/userAvatars will be added to the responses very soon though, thanks for pointing it out.As of 31 october there’s now an “avatar” key in the user responses which for all users which has chosen to have an avatar will contain the URL to that avatar.