Facebook - Stream.publish -


I want to publish the program on my site's user's Facebook page, whenever anything happens from my site I will have a cron that will start the stream. When necessary. Publish.

I am publishing the stream to complete it, which requires extended permission from Facebook user. Since the user will not be included in the publication, how do I go about obtaining broad permission for publ_stream from my user base? Can they do this when they are signing up to my site or if I have my username & amp; Password, can I do this for them?

The only way to do this is through a permission dialog if you connect to Facebook If you are using otherwise you can easily join your FBML.

If you are connecting an IFrame / Facebook, then you could possibly add the FB.connect.spromotion dialog without any user action (see the dialog on page loads). In the FBML case, you will need to click on the link your user brings in the window.


Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -