-
Notifications
You must be signed in to change notification settings - Fork 402
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
#343. add access token params in the profile picture url #344
Conversation
anyone still maintains this gem? |
yes, this is on my radar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@OlivierJM definitely. I'm just thinking if we should do this only for particular (API) version or just release new major version (of this gem) with API default changed to one related this change is related as well. |
I think a release for just this particular API change would do. |
Just wanted to leave a gentle reminder that these new requirements go live on Facebook on 10/24 😃 |
OK, let's setup final plan. Would adding access token for profile picture URL break old APIs? |
It doesn't look like It breaks the current APIs @anklos kindly confirm am not much of a rails guy |
@OlivierJM can confirm it does not. I am running my forked version on production. |
@simi it does not break old APIs, which just ignore the |
awesome, sounds good. what would you recommend we update in the documentation ? @simi it looks like we are good to go on this. |
@OlivierJM could mention that new version supports facebook API changes for profile picture (https://developers.facebook.com/docs/graph-api/reference/user/picture/) |
awesome, thanks. |
released as 8.0.0 |
Thanks a lot @simi |
According to new facebook API change, it requires access token to fetch user profile picture: https://developers.facebook.com/docs/graph-api/reference/user/picture/
This pull request adds access token param in the image url, which resolves the issue I posted #343