An open API service indexing awesome lists of open source software.

https://github.com/tolgatasci/face_api_review_bypass

Facebook api permissions error Bypass no review
https://github.com/tolgatasci/face_api_review_bypass

facebook facebook-api facebook-graph-api facebook-messenger-bot facebook-page facebook-sdk

Last synced: 7 months ago
JSON representation

Facebook api permissions error Bypass no review

Awesome Lists containing this project

README

          

# Facebook api permissions fail or bug bypass
That's the logic. We're adding a test user to the user. If you do not accept, we refuse access.

$role = $fb->get('/'.getenv('FACEBOOK_APP_ID').'/roles?limit=100', "APP TOKEN");
$role = json_decode($role->getBody());

$ara = "no";

foreach($role as $rl){

if($rl->user==USER_ID){
$ara = "ok";
}
}

if($ara=="no"){
$fb->post(getenv('FACEBOOK_APP_ID').'/roles',array('user'=>$facebook_user->getId(),'role'=>'testers'),getenv('DEV_TOKEN'));
return "first";
}

if return first Again LOGİN and response info

plase sending application accep plase and login.