Bring into explicit v2.5 graph api compliance
Bug #1632700 reported by
Alberto Mardegan
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Facebook Scope |
Confirmed
|
Medium
|
Unassigned |
Bug Description
Two graph API calls are not explicitly using graph api v2.5.
They should be.
== Old Description
From Facebook:
"Ubuntu currently has access to Graph API v2.1 which will reach the end of its 2-year lifetime on 30 October, 2016. To ensure a smooth transition, please migrate all calls to Graph API v2.2 or higher."
Here's a list of endpoints we are using and which need to be updated:
GET {album-id}
GET {user-id}
GET {user-id}
GET {user-id}/feed
GET {user-id}/home
tags: | added: backlog |
To post a comment you must log in.
facebook-scope (which is really the facebook photos scope) uses graph api version 2.5 which is available until 12 April 2018: /developers. facebook. com/docs/ apps/changelog
https:/