Closed anklos closed 4 years ago
anyone still maintains this gem?
yes, this is on my radar
@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 access_token
query params in picture url
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