lundi 7 novembre 2016

Facebook API: How do you get the link for the last uploaded picture? (Open Graph)

I am using Facebook API v2.8 so it is impossible to use FQL to ORDER by date.

I can get the photo but the first who was created. This is my OpenGraph's Link:

19292868552/photos?fields=link,backdated_time_granularity (how I can put order by time desc)

I find this as solution but I think there is an easy way:

Alright, so using the Graph API you need to do this:

  • Retrieve a list of of all albums
  • Determine which album was changed most recently
  • Retrieve a list of photos in that album
  • Determine which photo was changed most recently



Aucun commentaire:

Enregistrer un commentaire