I was able to fetch facebook events through my code until couple of days back and it used to return me proper JSON data with all the requested fields.
Suddenly i am trying to do it today again and i get only id
value and nothing else. Any idea what went wrong.
is the request url format i am using.
You must use
https://
when passing anaccess token
.Possibly, your access token don't let you fetch those details since you have not authorized your app to fetch
user_events
. You can check the access token here.So, you have to check whether the user have authorized your app for this action or not before making this query. You can also fetch the permissions that user has granted at any time using-