marceloverdijk / restfbmessenger

RestFB Messenger
Apache License 2.0
22 stars 15 forks source link

incompatible graph api with fbrest #6

Closed kirill578 closed 6 years ago

kirill578 commented 7 years ago

the response from facebook graph api when trying to get user by his id contains: profile_pic which is a String url however the mapping of the fbrest library in the type.User object has no such value. thus when you try to get the profile photo you get null

marceloverdijk commented 7 years ago

Hi @kirill578, Sorry for not responding earlier. This one slipped my mind apparently :-(

I've upgraded the restfbmessenger lib to the latest restfb 1.36.0 release. The new restfbmessenger 1.2.0 is available in Maven Central. Can you check if the problem still exists in that version. Otherwise we have to raise an issue at https://github.com/restfb/restfb as this library uses the restfb types.

Please let me know.