api - Prob in publishing post on aggregation view -


i have created timeline app local ip, status of app "pending".

it's working account have created app when trying submit/publish message on different user's wall getting error message "(#200) requires extended permission: publish_actions or app must on whitelist". have defined permission "publish_actions":

$loginurl   = $facebook->getloginurl(         array(             'display'   => 'popup',             'next'      => $fbconfig['baseurl'] . '?loginsucc=1',             'cancel_url'=> $fbconfig['baseurl'] . '?cancel=1',             'scope'     => 'publish_checkins,publish_actions, email, offline_access, read_stream, publish_stream, user_birthday, user_location, user_work_history, user_about_me, user_hometown',                    'redirect_uri'  => $fbconfig['baseurl']         ) ); 

i have used php sdk this, code mentioned below:

$publishstream = $facebook->api('/$user/recommendurl:recommend',                              'post', array(                 'website' => 'http://www.shopakira.com/',                 'place'   => '108424279189115',                 'message' => "test recommendations certified"                        )             );  

app id : 201571056616918

please guide me have done wrong.

until actions approved can't publish them users other app's official developer , test user accounts, nor can other users grant publish_actions permission app. continue testing, specify or create test users app administration interface


Comments

Popular posts from this blog

delphi - How to convert bitmaps to video? -

jasper reports - Fixed header in Excel using JasperReports -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -