You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GraphCollection.next_page method doesn't accept api_version as parameter. Whenever user perform next_page for /album endpoint, then it returns erroneous value for cover_photo field.
Steps to replicate:
Fetch albums for a page which contains more than 50 albums for api_version 2.6. Fetch following album fields: id,cover_photo.
Response will contain cover_photo value in JSON format. Also, Response will contain paging information along with next url.
Call next_page method on response will return next page albums. However, in this response cover_photo JSON would become string rather than JSON.
The text was updated successfully, but these errors were encountered:
Interesting! That's a good catch. I take it there are cases where you might want to use a specific API version for next_page but not to set it for the API as a whole?
GraphCollection.next_page method doesn't accept api_version as parameter. Whenever user perform next_page for /album endpoint, then it returns erroneous value for cover_photo field.
Steps to replicate:
The text was updated successfully, but these errors were encountered: