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 want to get publish_stream permission when my facebook app installing

check this link it has a picture of requesting permission i want to add that too so how to do that http://developers.facebook.com/docs/guides/upgrade#permissions

share|improve this question
What language/SDK are you using? – Gazler Oct 2 '10 at 20:31
im using PHP language – Mshan Fonseka Oct 2 '10 at 20:41
<?php require_once "facebook_api/facebook.php"; $appapikey = "xxxx"; $appsecret = "xxxx"; $facebook = new Facebook($appapikey, $appsecret); $user_id = $facebook->require_login(); $has_permission = $facebook->api_client->users_hasAppPermission("publish_stream"); ?> here is my code bt itz nt wrkin :( – Mshan Fonseka Oct 2 '10 at 20:43

closed as too localized by BoltClock Feb 8 '12 at 8:46

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.