Facebook PHP SDK LoginURL -
i think may have wrong setting in app, because if send user facebook login url permissions sends them app overview page (the 1 "go app" button) , sends them permissions request page. there way send them straight request permissions page , allow facebook deal whether they're logged in or not??
$params = array( 'scope' => 'manage_pages', 'redirect_uri' => 'xxxxxxxxxxx/connect/step2.php', ); $loginurl = $facebook->getloginurl($params);
facebook-graph-api
No comments:
Post a Comment