Once you have indexed an article in development, you can change the scope to publish the article on the Facebook News tab.
You will need:
Send a POST
request to the id
parameter and set url
to the URL for your indexed article, scope
to news_tab
, and access_token
to your system user access token.
curl -i -X POST "https://graph.facebook.com/?id=https://www.mynewsarticle.com &scopes=news_tab &access_token={system-user-access-token}"
On success, the following response will be returned:
{ "url": "https://www.mynewsarticle.com", "scopes": { "news_tab": "INDEXED" } }
For calls made while in development mode, scope = news_tab
, the following limits apply: