When I make a request https://graph.facebook.com/me - I get a large JSON object with a lot of good data.
However, I also want to get a cover photo for the user (if it exists). Is there a way to do this while also preserving the default fields?
For example: https://graph.facebook.com/me?fields=cover - returns only the cover image.
If I use one field, do I need to specify exactly the other fields that I need?
source
share