PDA

View Full Version : Twitter API bug ?!



roise_r
Jun 16th, 2011, 08:59 PM
org.springframework.social.twitter.api -> Twitter.getID() returns a long
while...
org.springframework.social.twitter.api -> TwitterAPI.searchOperations().search(String <query>, int <page>, int <pageSize>, int <sinceId>, int <maxId>)
requires an int as Tweet ID argument.

???!!!

habuma
Jun 17th, 2011, 12:13 AM
Thanks for pointing this out. I've just changed the sinceId and maxId to be long. It's in the latest snapshot build.