Graph API returns null for /me object address property. I cannot find permission for address. What permission is for user current address? Is address always inaccessible because of privacy issue? Thanks
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
After a user as logged in, you can call /me?access_token=ACCESS_TOKEN and it will return at least basic information about the user. No special permissions needed. One important thing is that the access_token must be tied to a user (aka - received after a user login). If you simply get an access_token for the application (using If you don't use an
So |
|||||||||||
|
locationsimilar to what PayPal provides for online shopping/payment. That is what I suspected based on my research and privacy concerns raised in posts 2 years ago. Surprisingly, Graph API still recognizesaddressas a valid field ofmeobject. Thanks – bj490 Dec 30 '12 at 16:58