How to ask user for permission to publish in his news feed?
Posted
by Peter
on Stack Overflow
See other posts from Stack Overflow
or by Peter
Published on 2010-03-15T06:32:19Z
Indexed on
2010/03/15
7:09 UTC
Read the original article
Hit count: 269
This is what I have so far
<input type="submit" />
<fb:prompt-permission perms="publish_stream">Click Here</fb:prompt-permission>
I want to prompt the user by showing him a dialog box to allow my application to publish in his news feed when he clicks the submit button.
© Stack Overflow or respective owner