[twitter-dev] statuses/update failing to wrap 127.0.0.1 URLs via t.co after opting in

2011-08-11 Thread Chris McClelland
After opting into the optional t.co wrapping, we are still getting the following error when trying to post statuses w/ URLs that are greater than 140 characters in length. Example: I just posted a review of the Roast Beef with Scallion Roll from Taiwan Cafe on Tasted Menu! http://127.0.0.1/bo

[twitter-dev] help/configuration returning t.co size at 20 but t.co is still wrapping at 19

2011-08-11 Thread Taylor Singletary
Pointed out by TapBots -- verified it my self -- shouldn't the reporting on help/configuration not change until the 15th? @episod - Taylor Singletary -- Have you visited the Developer Discussions feature on https://dev.twitter.com/discussions

[twitter-dev] 回复:Exception in thread "main"

2011-08-11 Thread huai zhi huang
Hi all I got the same problems,when I execute the code : twitter = new TwitterFactory().getInstance(); requestToken = twitter.getOAuthRequestToken(); I got the error: connect timed outRelevant discussions can be on the Internet at: http://www.google.co.jp/search?q

[twitter-dev] iframe and short url

2011-08-11 Thread Gábriel
How use iframe and short url together for the tweet button? -- Have you visited the Developer Discussions feature on https://dev.twitter.com/discussions yet? Twitter developer links: Documentation and resources: https://dev.twitter.com/docs API updates via Twitter: https://twitter.com/twitterap

[twitter-dev] Re: Twitter streaming API using oauth with tracks that have spaces?

2011-08-11 Thread modsaid
I'm an early beginning myself. you can try following the stream of a hashtag at http://stream.twitter.com/1/statuses/filter.json?track=%23DamnItsTrue for #DamnItsTrue It require basic authentication with a valid twitter account On Aug 10, 12:31 pm, deepa wrote: > can anyone post the sample usi