maybe I'm doing something wrong, but the cursor returned from the list
members call seems to be misbehaving.

if I hit:
http://twitter.com/endlesscities/urban/members.json?cursor=-1

it returns
"next_cursor":1343981850785981701, "previous_cursor":0

if I pass it that new cursor:
http://twitter.com/endlesscities/urban/members.json?cursor=1343981850785981701

it returns the same thing:
"next_cursor":1343981850785981701, "previous_cursor":0

What's up with that? This has cropped up thanks to switching from
basic Auth to Oauth. I'm doing a GET because it won't allow me to do a
POST.

thanks in advance for any help.


-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk?hl=en

Reply via email to