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.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.