Put a Fb Test User as an admin of a page?

Source: https://stackoverflow.com/questions/36422591/put-a-fb-test-user-as-an-admin-of-a-page

 Test users can not interact with real pages. You can log in a the test user, and then create a page. Or you simply use real accounts for testing. – CBroe Apr 5 '16 at 10:54
thanks @CBroe . Finally I had to log a test user & create a page by him to have access to a page. Does it means that if I want to have an app that publish to it's app page I'll have to auto log in the app a 'dummy' user that is admin of this page in order to publish something on the app page? – Bidon79 Apr 5 '16 at 14:50
No, you just need to store the page access token somewhere. (Extend it, then it doesn’t expire by default any more.) – CBroe Apr 5 '16 at 14:52

Không có nhận xét nào:

StaticImage

  import React , { useEffect , useRef } from "react" import { StaticImage } from "gatsby-plugin-image" impor...