I have created Facebook application. In my primary assumption every user, who'd like to participate, should open below URL:
https://www.facebook.com/dialog/permissions.request?_path=permissions.request&app_id=xxxxxxxxxxxxxxx&redirect_uri=http://yyyyyyyy&display=page&response_type=code&perms=publish_actions%2Cemail,offline_access&fbconnect=1&from_login=1&client_id=zzzzzzzzzzzzzzzzzz
After that, he would accept app terms and click "Go to application". Now he's redirecting to my website.
Next step, I'd like to public on his wall simple message. I have prepared php script, but I need to get User's Application ID to send the post. Open Graph is expanded, but trying to get ID by using many ways, I obtain no-data (empty field between bracket).
Could you tell me, what's wrong? How could I get ID from everyone, who is using my application?