Fetching facebook event feeds using graph api -


i able fetch facebook events through code until couple of days , used return me proper json data requested fields.

suddenly trying today again , id value , nothing else. idea went wrong.

http://graph.facebook.com/userid?limit=20&fields=events.fields(description,end_time,location,name,ticket_uri,venue)&access_token=access_token

is request url format using.

you must use https:// when passing access token.

possibly, access token don't let fetch details since have not authorized app fetch user_events. can check access token here.

so, have check whether user have authorized app action or not before making query. can fetch permissions user has granted @ time using-

/me/permissions 

Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -