We want to integrate our own CMS with our own social identities pages to automate the process of publishing our articles to Facebook and Twitter. To do so we used a system based on PHP HybridAuth scripts. For Twitter no problems. Facebook now requires a specific review for each permission outside the basic ones. We need the manage_pages permission to let the cms automatically manipulate our own pages. Facebook requires a review with step to step instruction to simulate the functionality so they can approve it or not. But how can I simulate something that's intended to be private and available only to our staff? Do I need to mimic the flow in a public directory to just have the permission approved, or is there a better way to solve this issue?
1
There are 1 best solutions below
Related Questions in HYBRIDAUTH
- How to use Auth::check() for Users who logged in via Hybridauth Package in Laravel
- Substitute access token in Hybridauth
- Using Google's API through laravel/hybridauth
- Drupal hybridauth Paypal login issue
- Google OAuth2 redirect_uri_mismatch when your url contains "&"
- using hybridauth behind a load balancer
- Hybrid auth error on login "No provider ID specified."
- hybridauth facebook display=popup setting not working
- Hybridauth Google connect error "accessNotConfigured"
- Comments System with Social Networks Design
- Server Error on saving Consent Screen
- Hybridigniter Auth library and social plugin
- HybridAuth autopost to facebook page
- HybridAuth - handling expired provider tokens during authentication
- Hybrid auth 2.1.2 doesnt log in
Related Questions in FACEBOOK-APP-CENTER
- Facebook/Meta: "Error Found while validating app-ads.txt, can't find valid App ID in file" (Android App)
- Is there a way to redirect users from facebook browser (onClick) enforcing the URL to open in chrome or any other browser?
- Facebook resubmitting app for review not working
- What do green/gray check mark icons mean in Facebook App Dashboard?
- Hiding an (active) app/game from search results
- Can we place webpage functionality URL in the Facebook Web Games Page URL.?
- FB Bot - Adding pages_messaging_subscriptions to existing public bot
- How to hide App from Facebook Search while continuing to use Facebook's Analytics for Apps
- Unable enable iOS & Android on Facebook App Center Listed Platforms
- Facebook App Center Game that doesnt use FB API?
- Facebook returning error '(#200) Requires extended permission: publish_actions' even after getting 'publish actions' permission approved
- How to let Facebook approve a permission that's intended to be private (e.g. CMS to FB pages integration through manage_pages permission)
- Unable to set iOS - iPhone in App Center Listed Platforms
- Unable to configure Facebook app for Facebook App Center - App details page
- Facebook permissions error 200
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Configure your config.php file to include the option
"scope" => "manage_pages"in your facebook provider.