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.

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.

share|improve this question

1 Answer

up vote 1 down vote accepted

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

share|improve this answer
How can I request such a thing?(limit) – agam360 Nov 23 '11 at 20:23
1  
add ?limit=100 to the end of the api call to request 100 items, ?limit=200 for 200, etc – Igy Nov 23 '11 at 21:21

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.