Unsupported get request in Facebook Graph API

facebook-graph-api

Solution

This error occur due to several problem in permissions of your page

1. go to edit page ->manage permission

check Age restrictions : 13+

2. go to basic information -> Start Type:: set to launched

Problem

For some reason my https://graph.facebook.com/210155825774263 returns an error : ``` { "error": { "message": "Unsupported get request.", "type": "GraphMethodException", "code": 100 } } ``` I tried other pages and IDs and it returns relevant (success) information. At first I thought this was a code related error - only now I found out that this is a FB error. Is there a way to fix this inorder to get the page information in JSON format ?

Original source