Under the "picture" connection on the User docs, it says the following:
October 2012 Breaking Changes" migration setting is enabled for your app, this field will be an object with the url and is_silhouette fields; is_silhouette is true if the user has not uploaded a profile picture
Now - I am not sure if the option is available or not, but I am seeing a difference in result when I use my app or the API Dashboard app when asking for /me/picture...
When I use the Graph API App ID in the Graph API Explorer, the result I am getting looks like this:
{
"data":
{
"url":
"https://fbcdn-profile-a.akamaihd.net/hprofile-ak-prn1/161183_651673319_6614657_n.jpg",
"is_silhouette":
false
}
}
However, when I use my app, I am seeing this (for the same OpenGraph query):
"https://fbcdn-profile-a.akamaihd.net/hprofile-ak-prn1/161183_651673319_6614657_n.jpg"
So the question is, how do I get my app to return the same result and where on my app's dashboard can I find these migration switches I can play with?