Re: [twitter-dev] Using Oauth and @anywhere together

2011-02-27 Thread tomofo
Any update? It's been almost a year... Seems inconceivable that the two OAuth methods would be incompatible... The ease of use of the Javascript @anywhere widgets, with social signon, feels like something that lots of folks would be looking for. If not this combo, what is the current best

[twitter-dev] frustration with Tweet Button counter

2011-02-27 Thread Mr Blog
We cannot get the official Tweet Button to count tweets - it always shows zero. Here's an example page: http://140plus.com/question/why-do-i-need-nosql-mongodb-cassandra-couchdb-etc-if-i-have-lucene-or-solr/8Tyz1 And the code for the button is: a href=http://twitter.com/share;

[twitter-dev] Twitter oAuth in flex

2011-02-27 Thread Callum Cohen
Hello, im getting pretty stuck with trying use oAuth with flex/action script. I was wondering if anyone could help? Cheers -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Error Domain=HTTP Code=401 The operation couldn’t be completed. (HTTP error 401.)

2011-02-27 Thread MFK
Hey there! While working on an assignment for school using the MGTwitter engine in an iOS application, I started getting the error above. I'm absolutely sure I did not change anything, just relaunched the application, and voila, started getting this error code from twitter. What could the

Re: [twitter-dev] Getting larger scale user avatars

2011-02-27 Thread Max Niederhofer
Also, have a look at http://tweetimag.es/. On Sat, Feb 26, 2011 at 9:09 PM, Scott Wilcox sc...@dor.ky wrote: Hi Tom, You can change the ending of the URL to manipulate the image, like so: This is the returned JSON which is 48x48px: profile_image_url :

Re: [twitter-dev] Twitter stream shuts off every 60 seconds

2011-02-27 Thread John Kalucki
It sounds like you have multiple connections on the same account. -John Kalucki http://twitter.com/jkalucki Twitter, Inc. On Fri, Feb 25, 2011 at 2:20 PM, jon bloob...@gmail.com wrote: Hi, If I try: curl -d @tracking http://stream.twitter.com/1/statuses/filter.json - uUsername:Password

Re: [twitter-dev] Streaming API access level limit

2011-02-27 Thread John Kalucki
Are you specifying the IDs in the URL or in a POST parameter? There's a limit to the URL length that we'll parse, but we'll take huge POST parameters. -John Kalucki http://twitter.com/jkalucki Twitter, Inc. On Tue, Feb 22, 2011 at 11:22 PM, aquajach aquaj...@gmail.com wrote: Hi, Just

Re: [twitter-dev] Streaming API limits...

2011-02-27 Thread John Kalucki
This is documented in painful detail here: http://dev.twitter.com/pages/streaming_api_concepts#updating-filter-predicates . If you connect a second time, you should get a TCP Close or Reset on the first connection. It sounds like your client library isn't detecting the connection close. -John

Re: [twitter-dev] Streaming API limits...

2011-02-27 Thread Josiah Carlson
John, Thank you for getting back to me. The doc lists a For example, reconnect no more than twice every four minutes, or three times per six minutes, or some similar metric. but doesn't give a Don't reconnect more than a few times a minute unless you are retrying automatically due to