i am getting an image using it´s id but i also want to get the previous and next picture from the album, is there any way to do that using the graph API? thanks in advance!
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
To do this you need to get all the photos from the album and the manually sort in the order you want (Facebook doesn't allow you to sort by "created", which is probably what you want). I find this is easier using FQL and example code is
Details: http://developers.facebook.com/docs/reference/fql/photo/ (Note: you use the album ID for this call) but you can also do the equivalent in graph API - http://developers.facebook.com/docs/reference/api/photo/ (Note: you use the album's object ID for this call). |
|||
|
|