How can I get the facebooks' user cover photo via the PHP SDK?
Thanks in advance.
B.W. I have tried to loop through the Graph API, but it didn't work because the album was in the second page, and wasn't displayed.
|
How can I get the facebooks' user cover photo via the PHP SDK? B.W. I have tried to loop through the Graph API, but it didn't work because the album was in the second page, and wasn't displayed. |
||||
|
|
|
There's no way to get this without looping through the album list - you could specify a higher limit in the request for the initial list of albums if you really need to do this without paginating through the albums |
|||