[twitter-dev] Twitter4J 2.1.10 released - fixes message id overflow issue

2011-01-05 Thread Yusuke Yamamoto
Hi all, Twitter4J is an unofficial, open-sourced, mavenized and Google App Engine/Android ready Java library for the Twitter API released under the BSD license. I'm pleased to announce the immediate availability of Twitter4J version 2.1.10 Developers using Twitter4J are encouraged to migrate to

[twitter-dev] yet another twitterpocalypse - direct message id exceeded 32bit signed integer

2011-01-05 Thread Yusuke Yamamoto
Hi all, Not sure if it's a well known issue, but I just want to let you know that the id of direct message passed 2147483647 - which is the largest number of 32bit signed integer. Applications use direct message may need to deal with this. Thanks, -- Yusuke Yamamoto yus...@mac.com this email

[twitter-dev] Re: User_timeline returns different amount of tweets for each user

2011-01-05 Thread Cisneiros
Sorry, I could not send a ticket, got this: "There was an error preventing ticket submission. Please try again later." Tried more than once and got nothing. I'm really blind here, have no idea what's happening... Anyone can help? Thanks, Alexandre Cisneiros. On Jan 4, 4:27 pm, Matt Harris wrote

RE: [twitter-dev] RE: New twitter in ie8 broken again

2011-01-05 Thread Dean Collins
This is the error. Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; .NET4.0C) Timestamp: Thu, 6 Jan 2011 01:36:21 UTC Line: 46 Char: 24529 Code: 0

[twitter-dev] Re: Error starting today

2011-01-05 Thread cootcraig
On Jan 5, 3:37 pm, Tom van der Woerdt wrote: > oauth_timestamp (your oauth library probably does that) is also a timestamp. > Verify that your server's time is right. If possible, sync via ntp. > Thanks, that must be it. I updated my time and it now works. My development platform is Ubuntu V

[twitter-dev] Parsing response for osapi.http.get calls

2011-01-05 Thread deJu
Hello, Does the Twitter API fully support the osapi.http methods defined in the OpenSocial 0.9+ spec? When I use the older (now deprecated) method "gadgets.io.makeRequest(url, callback, params)" and I haven't yet granted access to the gadget, the object returned contains response.oauthApprovalUrl

Re: How do I uninstall/reinstall twurl? (was Re: [twitter-dev] twurl is getting "Read-only application cannot POST")

2011-01-05 Thread Matt Harris
uot;twtr.sh" > > You can download it/view the source here (it's a bash script): > http://luo.ma/sh/twtr > > Here is a screenshot of app settings (with private bits white-d out > and read & write status highlighted: > > https://img.skitch.com/20110105-xfa

Re: [twitter-dev] RE: New twitter in ie8 broken again

2011-01-05 Thread Matt Harris
Hey Dean, I'm unable to reproduce the issue but as Tom said it sounds like a caching issue. Switching to InPrivate mode is likely to have forced a reload of the js and css assets. The website team isn't part of the API (they build on top of it), so if you are having any more issues with the site I

Re: [twitter-dev] Tweet Button share URL fails on mobile

2011-01-05 Thread Matt Harris
The browsers currently supported by the Tweet Button are listed on the Tweet Button FAQ page: http://dev.twitter.com/pages/tweet_button_faq#browser-support At the moment, mobile browsers are not included but they should still avoid confusing behavior. I've asked the engineers to look into the

Re: [twitter-dev] Re: Error starting today

2011-01-05 Thread Tom van der Woerdt
oauth_timestamp (your oauth library probably does that) is also a timestamp. Verify that your server's time is right. If possible, sync via ntp. Tom Sent from my iPhone On Jan 5, 2011, at 11:35 PM, cootcraig wrote: > >> There are no known issues with timestamps. What is the timestamp you ar

Re: [twitter-dev] Search result is incorrect

2011-01-05 Thread Tom van der Woerdt
/1/statuses/user_timeline would do that. Tom Sent from my iPhone On Jan 5, 2011, at 4:38 PM, bin qin wrote: > Thanks. But if the search API only return latest 7 days tweets, "Since this > date" should be limit to between today to 7 day defore in this page > http://search.twitter.com/advance

[twitter-dev] Re: Error starting today

2011-01-05 Thread cootcraig
> There are no known issues with timestamps. What is the timestamp you are > sending to us? I'm not aware I'm sending a timestamp. I thought the whole request was get http://api.twitter.com/1/favorites.json?include_entities=1&page=1 > > If your timestamp isn't close to the time of our servers (

Re: [twitter-dev] RE: New twitter in ie8 broken again

2011-01-05 Thread Tom van der Woerdt
Sounds like a cookie/cache issue. Tom Sent from my iPhone On Jan 5, 2011, at 5:00 PM, "Dean Collins" wrote: > Huh well that IS interesting. > > > > I have no idea why but someone just emailed me to answer my question about > New Twitter being broken for IE8. > > > > They told me if y

Re: [twitter-dev] Re: mobile.twitter.com/share not working?

2011-01-05 Thread Matt Harris
It's something the team has on the feature request list but they have not decided if the feature will be implemented. Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Wed, Jan 5, 2011 at 1:40 AM, hendra wrote: > Thanks for the explanation. Any idea if this i

Re: [twitter-dev] Error starting today

2011-01-05 Thread Matt Harris
Hey Craig, There are no known issues with timestamps. What is the timestamp you are sending to us? If your timestamp isn't close to the time of our servers (GMT) we will throw this error. Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Wed, Jan 5, 2011 at 1

[twitter-dev] Error starting today

2011-01-05 Thread cootcraig
Just a temporary glitch? get http://api.twitter.com/1/favorites.json?include_entities=1&page=1 => 401: {"request":"\/1\/favorites.json? include_entities=1&page=1","error":"Timestamp out of bounds"} -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitt

Re: [twitter-dev] Re: incorrect created_at times?

2011-01-05 Thread Matt Harris
Hi Jenny, It does seem there is something wrong with those date stamps. I've asked the engineers to look into it. Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Wed, Jan 5, 2011 at 11:01 AM, jenny wrote: > ack, sorry- sinceid issue was me being stupid wit

[twitter-dev] Re: incorrect created_at times?

2011-01-05 Thread jenny
ack, sorry- sinceid issue was me being stupid with since_id/count params. still wondering what's going on with the incorrect created_at times though. On Jan 4, 5:26 pm, jenny wrote: > lately I've noticed tweets with times out of order on twitter.com. for > example, earlier todayhttp://twitter.com

[twitter-dev] twitter_oauth gem problem

2011-01-05 Thread Gary Zukowski
Having a problem with the twitter_oauth gem. It seems to work fine for the update method and others, e.g. chan = Jobchannel.find(:last, :conditions => ['access_token IS NOT NULL']) client = TwitterOAuth::Client.new( :consumer_key => SAFETWEET_CONSUMER_KEY, :consumer_secret => SAFETWEE

[twitter-dev] RE: New twitter in ie8 broken again

2011-01-05 Thread Dean Collins
Huh well that IS interesting. I have no idea why but someone just emailed me to answer my question about New Twitter being broken for IE8. They told me if you turn on "InPrivate" browsing on IE8 that new twitter works Just tried it for my account http://www.Twitter.com/LiveNascarChat ..

Re: [twitter-dev] Search result is incorrect

2011-01-05 Thread bin qin
Thanks. But if the search API only return latest 7 days tweets, "Since this date" should be limit to between today to 7 day defore in this page http://search.twitter.com/advanced, or there will be a puzzle to user. BTW, If we can't use the search API to get all tweets, how to get User1 and User2 t

Re: [twitter-dev] limit detection

2011-01-05 Thread Trevor Dean
That's perfect, Thanks Trevor Dean | Director . big time design & communication inc. tre...@bigtimedesign.ca | 647 234 8198 Visit http://www.bigtimedesign.ca for more information Follow me: @trevor_dean | @btdc On 2011-01-05, at 10:15 AM, Taylor Singletary wrote: > These are some of the err

Re: [twitter-dev] limit detection

2011-01-05 Thread Taylor Singletary
These are some of the error codes that you may receive when creating direct messages (aside from common error codes): when the quota has run dry - HTTP 403 - "There was an error sending your message: We know you have a lot to say, but you can only send so many direct messages per day. (http://supp

Re: [twitter-dev] Search result is incorrect

2011-01-05 Thread Adam Green
The search API only goes back about 7 days. Older tweets are not returned. On Wed, Jan 5, 2011 at 12:45 AM, binku wrote: > search results is incorret when i search tweets from myself, like > this: http://search.twitter.com/search?q=+from%3Abinku87.  This is > only two results, but definitely my t

RE: [twitter-dev] Search result is incorrect

2011-01-05 Thread Dean Collins
I'm also having the same issue for http://twitter.com/#!/search/from%3Alivetvchat I read help but it just says check @Support . lol the tweets for @support are no longer in the timeline. Cheers, Dean -Original Message- From: twitter-development-talk@googlegroups.com [mailto:twi

[twitter-dev] limit detection

2011-01-05 Thread Trevor Dean
What's the best way to test limit detection code? I want to make sure that when the DM limit or request limit is reached my code handles this properly. I was wondering if there is a better way then just sending 250 DM's and then waiting for the error or making more than 150 requests/hour and then

[twitter-dev] Tweet Button share URL fails on mobile

2011-01-05 Thread thobau
I am evaluating the Tweet Button share URL (http://twitter.com/share? url=...) for usage on mobile phones. When opening the URL on a Nokia N95 with passing some value for the url parameter, I am replied with a Basic authentication login (NOT the twitter web login). I checked what might be the reaso

[twitter-dev] Problem with twitter update status message

2011-01-05 Thread Muzafar Shah
Greetings, i want to use twitter API for update status from my website. i don't want that i should be authenticated everytime whenever i am posting status from my website. i am using the basic authenticates which just need username and password and its gives me the following error, Could not post

[twitter-dev] Re: mobile.twitter.com/share not working?

2011-01-05 Thread hendra
Thanks for the explanation. Any idea if this is already in the roadmap? On Jan 5, 2:36 am, Matt Harris wrote: > The Tweet Button doesn't have a custom mobile view. > Generally when a mobile view is supported Twitter.com will handle the > redirect for you. This is because paths on the mobile site

[twitter-dev] Search result is incorrect

2011-01-05 Thread binku
search results is incorret when i search tweets from myself, like this: http://search.twitter.com/search?q=+from%3Abinku87. This is only two results, but definitely my tweets(http://twitter.com/#!/ binku87) is more than two. Everybody has every idea about this? -- Twitter developer documentation

[twitter-dev] New twitter in ie8 broken again

2011-01-05 Thread Dean Collins
New twitter in ie8 is broken again, works great in firefox but started failing in ie8 about 8am this morning. Cheers, Dean -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements

How do I uninstall/reinstall twurl? (was Re: [twitter-dev] twurl is getting "Read-only application cannot POST")

2011-01-05 Thread TJ Luoma
same idea. So I did that. Created a new app called "twtr.sh" You can download it/view the source here (it's a bash script): http://luo.ma/sh/twtr Here is a screenshot of app settings (with private bits white-d out and read & write status highlighted: https://img.skitch.com/20110