i am trying to create new event using graph api.i set create_event permission for testing user. now i execute graph api but it gives me error like :
{ "error": { "message": "(#803) Some of the aliases you requested do not exist: events.create", "type": "OAuthException" } }
can anyone tell me why this happening.