mysociety / yournextrepresentative

A website for crowd-sourcing structured election candidate data
https://candidates.democracyclub.org.uk/
GNU Affero General Public License v3.0
56 stars 21 forks source link

update django-allauth to cope with Facebook API deprecation #975

Closed mhl closed 7 years ago

mhl commented 7 years ago

By email from Facebook:

v2.2 Upgrade Reminder

YourNextMP currently has access to Graph API v2.2 which will reach the end of its 2-year lifetime on 27 March, 2017. To ensure a smooth transition, please migrate all calls to Graph API v2.3 or higher.

We should upgrade to at least django-allauth 0.22.0 which switches to Facebook Graph API v2.4.

mhl commented 7 years ago

We believe that the calls used to login with Facebook aren't affected by this upgrade to the Graph API because there are no API calls listed here:

facebook

And also it's past the 27th of March now and it still seems to work :smiley: