I have tried a lot but no luck. I want to call following API call using graph API like https://graph.facebook.com/page_id/settings?option={options}&access_token={page token}
and Facebook PHP API.
curl -F 'method=post'
-F 'option={"COUNTRY_RESTRICTIONS" : {"restriction_type":"blacklist", "countries":["PL", "FR"]}}'
-F 'access_token={page_access_token}'
https://graph.facebook.com/546349135390552/settings
You can find above API call here Facebook Fan Page API Documentation
Thank in advance