I want to retrieve gender-specific dummy profile pictures via the graph API if possible. By trial and error, I found a URL that retrieves the genderless picture: https://graph.facebook.com/picture?type=square. So I’m hoping male and female might be available too.
I want to retrieve gender-specific dummy profile pictures via the graph API if possible.
Share
How about creating two test users under your app, one of each sex.
Then point to their generic pictures
http://graph.facebook.com/TEST_USER_ID/picture?type=square,
That way if at any point Facebook changes their pictures, you automatically get those changes. 🙂