I hope someone wil be able to help to resolve my problem. We can't say Facebook's forums are very useful for developers...
This is my problem. On two different applications, I execute requests with Graph API. For one of both, I make a friends request to invite user's friends to use application. For the second application, I use Facebook Places to retrieve all informations about a location. These two codes are simples functionnalities tests.
Before excute a request with Graph API, I ask to user to give me necessaries authorizations. But results are, often, an empty JSON "data" array...
Before posting here, I search some solutions on internet. Some people say application hasn't necessaries rights. Others user must like application page to retrieve informations correctly... I tried these solutions... whithout concluant result.
For example, talking about my Facebook Place based application. It asks user_checkins and friends_checkins rights. Goal is to retrieve, for a given location, datas from users who're tagged there. But I have an empty data array as return.
I tried my code in different ways, with PHP SDK, Javscript SDK and FQL. Same result.
Thanks :)
Sorry for my english. I'm a french developper ;)