Facebook Graph API: manage my fanpage without app review?

migajek

I'd like to develop a simple web app to automatically post status updates on behalf of a Page I'm admin of. If I understand the docs correctly, I need to:

  1. login to facebook with app id & app secret and ask for manage_pages permission
  2. retrieve Page Access Token from /me/accounts
  3. use that Page Access Token to work with my Page

the thing is, I need to have my application reviewed by Facebook in order to be able to request manage_pages (extended) permission. However to undergo the review successfully my app needs to be functional.

How am I supposed to develop properly working app when I can't even test it against Graph API as I don't have the page access token?

Is there really no way to generate long-lasting Page Access Token manually and provide it to my web app?

luschn

You don´t need to go through the review process if it´s only an App for you. manage_pages works without review for every User with a role in the App (Admin, Developer, Tester).

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Facebook Graph API: manage my fanpage without app review?

From Dev

Upload post to Facebook fanpage with API

From Dev

add app on facebook fanpage with facebook sdk C#

From Dev

Get first 4 posts from facebook fanpage without access token

From Dev

graph api restfb - post link of fanpage with link preview

From Dev

graph api restfb - post link of fanpage with link preview

From Dev

Facebook Graph API and app secret

From Dev

Facebook restrict posts to fanpage

From Dev

Open graph custom story review, without facebook login

From Dev

Open graph custom story review, without facebook login

From Dev

Accessing Facebook Graph API without login

From Dev

Facebook Open-Graph API Subscription or Update Notification without App Permission

From Dev

Facebook Open-Graph API Subscription or Update Notification without App Permission

From Dev

Query app pictures through Facebook graph api

From Dev

Why is Facebook claiming that my facebook app 'is still calling Graph API v1.0' if I specified v2.2 version in koala?

From Dev

Facebook groups API access after app review approval

From Dev

Manage facebook ads api

From Dev

Define token for single call without app id+secret with Facebook SDK 4, Graph API 2.X

From Dev

Facebook App Review - Webhooks for pages

From Dev

Facebook Graph API Call Without Using User Login

From Dev

PHP Facebook SDK how to GET graph API without token

From Dev

Can Facebook's Graph API be used without using any SDK?

From Dev

Facebook Graph API: GET /feed without privacy "SELF"

From Dev

Facebook review rejected for using open graph photos

From Dev

Custom Open Graph Story failing Facebook review

From Dev

Facebook graph API /me/likes returns are not all my likes

From Dev

Facebook graph API /me/likes returns are not all my likes

From Dev

How to invite friends to facebook app via the Graph API

From Dev

Facebook Graph API: getting an access token with an app ID and secret

Related Related

  1. 1

    Facebook Graph API: manage my fanpage without app review?

  2. 2

    Upload post to Facebook fanpage with API

  3. 3

    add app on facebook fanpage with facebook sdk C#

  4. 4

    Get first 4 posts from facebook fanpage without access token

  5. 5

    graph api restfb - post link of fanpage with link preview

  6. 6

    graph api restfb - post link of fanpage with link preview

  7. 7

    Facebook Graph API and app secret

  8. 8

    Facebook restrict posts to fanpage

  9. 9

    Open graph custom story review, without facebook login

  10. 10

    Open graph custom story review, without facebook login

  11. 11

    Accessing Facebook Graph API without login

  12. 12

    Facebook Open-Graph API Subscription or Update Notification without App Permission

  13. 13

    Facebook Open-Graph API Subscription or Update Notification without App Permission

  14. 14

    Query app pictures through Facebook graph api

  15. 15

    Why is Facebook claiming that my facebook app 'is still calling Graph API v1.0' if I specified v2.2 version in koala?

  16. 16

    Facebook groups API access after app review approval

  17. 17

    Manage facebook ads api

  18. 18

    Define token for single call without app id+secret with Facebook SDK 4, Graph API 2.X

  19. 19

    Facebook App Review - Webhooks for pages

  20. 20

    Facebook Graph API Call Without Using User Login

  21. 21

    PHP Facebook SDK how to GET graph API without token

  22. 22

    Can Facebook's Graph API be used without using any SDK?

  23. 23

    Facebook Graph API: GET /feed without privacy "SELF"

  24. 24

    Facebook review rejected for using open graph photos

  25. 25

    Custom Open Graph Story failing Facebook review

  26. 26

    Facebook graph API /me/likes returns are not all my likes

  27. 27

    Facebook graph API /me/likes returns are not all my likes

  28. 28

    How to invite friends to facebook app via the Graph API

  29. 29

    Facebook Graph API: getting an access token with an app ID and secret

HotTag

Archive