appdotnet / api-spec

App.net API Documentation is on the web at https://developers.app.net. Source for these docs is in the new-docs branch here. Please use the issue tracker and submit pull requests! Help us build the real-time social service where users and developers come first, not advertisers.
https://developers.app.net
950 stars 98 forks source link

Avatar is wrong #213

Closed levinunnink closed 12 years ago

levinunnink commented 12 years ago

I authenticated via OAuth and downloaded my details using the "me" call. However the avatar image I got back is not my avatar.

This is the avatar URL I received: https://d2rfichhc2fb9n.cloudfront.net/image/4/c7aEfn_cByfVOOSrCKitktKjXEfEnBcKv_-j2OdA9fTUadK9ksxx3vXGGPRY5xvOCpzlXxR3Ba9GLw_HiHAF3y3lWKILXb6UOxdVI2efgZKgrQVekuUBvhoTDzGkP16nahmyDktPWaO6xr-plY1HhTK4Pko

My correct avatar URL is: https://d2rfichhc2fb9n.cloudfront.net/image/4/83ltoqrh4abH1ITPX0uRdPZgqGY9ainx8q7bz5-oq4v29XkewqdTlb1sb1seC3cW3_0h3rc_eAI7aAOmwVmxq6jMjLaAvKgSUMJ8h2ybRGKS3zzCGF1GE97hc055mam06dlbzPlJdJSs63rZ4Gv3ElUaHqA

levinunnink commented 12 years ago

Correction, I was loading with a username of "me" not a user id. My mistake.