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.

When I make a request to https://graph.facebook.com/me -- I get a large JSON object with lots of good data in it.

However, I want to also get the user's cover photo (if it exists). Is there a way to do this, while also retaining the default fields?

For instance: https://graph.facebook.com/me?fields=cover -- returns just the cover image.

If I use one field, do I need to specify exactly the other fields that I need?

share|improve this question

1 Answer

up vote 1 down vote accepted

You need to either itemise all the fields you want, or accept the defaults, there's no way to get 'defaults + these other fields'

share|improve this answer

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.