ios - Getting only those Facebook events which haven't expired graph api -


i trying facebook events haven't expired yet(upcoming events).

when use following query events including have expired long ago.

fbrequestconnection startwithgraphpath:@"/me/events"                                      parameters:nil                                      httpmethod:@"get" 

you can make use of since parameter described in

if set timestamp current time, should see future events:

/me/events?since=1417508443 

Comments

Popular posts from this blog

Prolog - Listing -

orchardcms - change base url in local copy in Orchard CMS -

linear regression - Trying to get confidence/prediction intervals with `predict.lm` in R, but I keep getting an error regarding my dichotomous variable -