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.
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
Post a Comment