I'm writing this post to shed some light on poorly documented Graph API properties and connections. All comments are welcome and I'll try to update this blog entry with the latest and greatest.
photo.backdated_time
Some information about backdated_time can be found in this stackoverflow question.
user.installed
Appears to be letting us know if the user has installed the current application. You can see this field added by specifically declaring on the Graph API call of `me/friends?fields=installed`. Yet another stackoverflow question led me to this information.
user.email
Can't seem to get the email on the user object? Well, just add `?fields=email` to your Graph API query and you now will get that information.
No comments:
Post a Comment