In Facebook Graph API, I'm trying to get the large picture of each user in a search result. The following call will give me the small picture of each user:
It's rather easy to get the large picture for a single user, by adding the type=large parameter. But that seems to be ignored when searching (probably since there's already a 'type' parameter used to filter the search results). Is there any way I can do it with Graph API?
Thanks!