Closed GoogleCodeExporter closed 9 years ago
about the start_time,end_time problem:
part of problem with supplying start_time,end_time params to GetEvents call is
that
facebook API does not list an "ongoing" query for events.
Ex:
Event creators opts for repeating weekly events, lets say every Wednesday from
April
through June, this being May.
Unless the getEvents call is open to sifting over start times of a month ago
and
leaving end times open, we will not get the event.
This slows things to a crawl when each eid needs to be called upon for its
data, and
in my case, each uid's events extracted from between longer periods of time.
Is there an "ongoing event" tag floating around that can easily be queried?
It would be useful if there could be a Boolean value added to the call for such
a
thing so that we could narrow the getEvents parameters down to a minimum, but
would
recognize ongoing events that start and end outside of the parameters.
Original comment by wholenew...@gmail.com
on 27 May 2009 at 4:05
New release based of Facebook's Graph API is coming soon. SDK which this issue
depends on is no longer supported by Facebook.
Original comment by alan...@gmail.com
on 29 Sep 2010 at 7:49
Original issue reported on code.google.com by
wholenew...@gmail.com
on 22 May 2009 at 7:42