I used Graph API permanent token to publish posts to the page's wall as Page.
All is good, but I can see posts - no on else sees them.
How can I fix this?
Here is the data I send to FB API to create post as Page:
array(7) {
["message"]=>
string(2942) "Chevrolet is preparing to release its latest supercar model on the publicthe Corvette Stingray. As part of final testing and performance ratings, Corvette has enlisted a team of technical experts to put the car through its paces on the world-famous Nürbugring race course. This team is being headed up by Chevrolet Europes technical manager, Patrick Herrman, who is overseeing the two Corvette Stingray coupes that are undergoing this ultimate stress test.
The GM dynamics engineer, Jim Mero, had this to say about why Chevrolet chose to go overseas in testing their new model."
["picture"]=>
string(73) "http://test.iwsghost.com/wp-content/uploads/2014/06/corvette-stingray.jpg"
["name"]=>
string(115) "Chevrolet to Unleash All-New Corvette Stingray on Nürburgring | Nürburgring Lap Times [ nurburgringlaptimes.com ]"
["link"]=>
string(92) "http://nurburgringlaptimes.com/chevrolet-to-unleash-all-new-corvette-stingray-on-nurburgring"
["caption"]=>
string(50) "Nürburgring Lap Times [ nurburgringlaptimes.com ]"
["description"]=>
string(2942) "Chevrolet is preparing to release its latest supercar model on the publicthe Corvette Stingray. As part of final testing and performance ratings, Corvette has enlisted a team of technical experts to put the car through its paces on the world-famous Nürbugring race course. This team is being headed up by Chevrolet Europes technical manager, Patrick Herrman, who is overseeing the two Corvette Stingray coupes that are undergoing this ultimate stress test."
}
I use the permanent token to do this from my server. This token I get by this tutorial - What are the Steps to getting a Long Lasting Token For Posting To a Facebook Fan Page from a Server
And posted all data by this API Path - /{page-id}/feed
As a result I can see this posts, because I am page's administrator, and I see this as page.No one more can see it.
How can I set permissions to make it opened for everyone?