[twitter-dev] duplicate tweet behavior has changed within the last few days

2010-05-23 Thread Mr Blog
My GaragebBot tweets when doors are opened or closed: http://twitter.com/connectedthings The tweets are of the form: tweet 1: Door 2 opened tweet 2: Door 2 closed manually tweet 3: Door 1 opened tweet 4: Door 2 opened tweet 5: Door 2 closed automatically tweet 6: Door 1 closed manually The

[twitter-dev] Trying to access Twitter API via proxies, running into trouble with OAuth

2010-05-23 Thread akaii
I'm having no problems with sending an update directly via https://api.twitter.com/, but the app (for the Iphone, I'm using NSURLConnections) I'm working is supposed to allow the user to select a preferred proxy (e.g. https://twitter-proxy.appspot.com/api/ or https://nest.onedd.net/api/), and I

Re: [twitter-dev] @anywhere in Safari4/Mac - wont work

2010-05-23 Thread Felix Kunsmann
Am 13.05.2010 um 07:51 schrieb Dan Webb: It looks to me like your hovercards are not finding a screen name rather than it being a browser issue. The Unsafe javascript attempt is a warning and does not effect operation. Sorry for late answer, but i think i found the error reason now:

[twitter-dev] Problems with users/search and blocks/exists api calls

2010-05-23 Thread Dustin
I've been having problems trying to figure out why users/search and blocks/exists keeps returning back to me an invalid signature (401 code). I can make calls to other api urls without any issue. Using the web based Twurl console, users/search when I put in a parameter/value of q=noradio (for

[twitter-dev] Out-of-band/PIN Code Authentication not working?

2010-05-23 Thread ramy
Hi, I have a desktop application using libcurl that has oob as the call back I am making an Authorization: header and appending all the required items, but when i send my request, i get nothing back - curl just waits for a response from the server for ever, here's a snippet, this is to get a

[twitter-dev] Lists and Replies

2010-05-23 Thread Pete
We operate an aggregation site that used to grab status updates directly through individual rss feeds, when lists appeared we took the opportunity to integrate with them instead to decrease the overall number of calls to the API it would take to update a few hundred accounts on our lists... we

[twitter-dev] Twitter APP Development

2010-05-23 Thread Steel Sendras Group
Hey..How are you doing? Steel Sendras Group is an organisation with various non-profit for-profit services. We are still in our early development stage. As a part of our services, we want to develop a feature rich twitter app for mobile, PC MAC platform.

[twitter-dev] Re: Newbie question - please help.

2010-05-23 Thread bum
Has anyone gotten result_type=popular to work in the search api? I must be doing something silly since for the life of me I can't get it to return any results. On May 22, 11:52 pm, gus gus...@gmail.com wrote: Thanks, I'll try that. On May 22, 12:35 pm, Abraham Williams 4bra...@gmail.com

[twitter-dev] The difference between status_id and user_id

2010-05-23 Thread Guangchen
Hi: I intend to use the twitter search API (search method) to get the tweet from a user with a specific user_id, however, it seems that the search method only provides two options related with the ids, e.g.: 1) max_id option (returns tweets with status ids less than the given id) and 2) since_id

[twitter-dev] 403 status BUT i'm not posting anything

2010-05-23 Thread Clint Davis
I've been using the twitter4j library in Processing to explore what is possible with twitter as a large source of data. I've been conducting searches and displaying the results with their location without problem for a few weeks. A few days ago, everything stopped working. I was unable to search

[twitter-dev] @anywhere follow button width

2010-05-23 Thread Fabien Penso
Hi, May I suggest being able to have a small version of the follow button (a bit like the like button of Farcebook), or begin able to change its title/width? This is way too large for some website design. Thanks.

Re: [twitter-dev] @anywhere follow button width

2010-05-23 Thread M. Edward (Ed) Borasky
Quoting Fabien Penso fabienpe...@gmail.com: Hi, May I suggest being able to have a small version of the follow button (a bit like the like button of Farcebook), or begin able to change its title/width? This is way too large for some website design. Thanks. +1 - I have to be careful where I

[twitter-dev] Hard lesson learned

2010-05-23 Thread Miguel de Icaza
Hello guys, Perhaps the most frustrating piece in dealing with the OAuth configuration is that the twitter OAuth page talks casually about urlEncode. You need to urlEncode this and urlEncode that. What the page does not say is that urlEncode is not a standard urlEncoding system that web

Re: [twitter-dev] Hard lesson learned

2010-05-23 Thread Andrew Badera
Miguel, This 'lesson' has been 'learned' and re-learned many times over, here on the Twitter dev list and on the oauth list. One would hope that at some point this issue would rise to enough prominence to get people in charge of implementation, and sig participants in general, to do something

[twitter-dev] Re: Newbie question - please help.

2010-05-23 Thread gus
result_type=popular won't do it for my project. This criterion is very restrictive. Even if one searches for a widely used hashtag such as #cerati, no results or very few results will show up as popular. In fact, if you search for twitter you get only a couple of popular tweets! Furthermore, the

[twitter-dev] Re: Newbie question - please help.

2010-05-23 Thread Georgios
Hi Gustavo Favorious ( a href=http://favorious.com;http://favorious.com/a ), which is a website I have recently launched, can do exactly what you want. Cheers Georgios On May 23, 11:17 pm, gus gus...@gmail.com wrote: result_type=popular won't do it for my project. This criterion is very

[twitter-dev] Re: Favorite create API which is the right one?

2010-05-23 Thread Georgios
Actually the correct one is: http://api.twitter.com/1/favorites/create/:id.json Cheers Georgios http://favorious.com On May 21, 12:24 pm, wibblefish docherty.ja...@gmail.com wrote: I would imagine this one as it is on dev which is more up to date and seems more in keeping with their other

[twitter-dev] TwitterOAuth, two authentication calls, one works, one fails... why?

2010-05-23 Thread Jonathan
I've been trying to get my application to work with TwitterOAuth for several weeks now. Here’s a brief history: I need to authorize user requests of three different types. For that purpose I’ve got two scripts (I’ll call them #1 and #2), and #2 is invoked in two places. Several weeks ago I got

Re: [twitter-dev] Hard lesson learned

2010-05-23 Thread Zac Bowling
Hey Miguel, Long time :-) OAuth 1.0a spec lays it out clearly for hmac/sha1 signatures. Has all the specific details. Soon though with OAuth WRAP/2.0 it will make it much easier by just leaving it all up the transport layer and using ssl/tls. Hope mono is doing well! Zac Sent from

[twitter-dev] Re: Out-of-band/PIN Code Authentication not working?

2010-05-23 Thread ramy
i have some more data for anyone willing to help, this is the output of the curl debug, the last part is the most important == Info: About to connect() to api.twitter.com port 443 (#0) == Info: Trying 168.143.171.93... == Info: connected == Info: Connected to api.twitter.com (168.143.171.93)

[twitter-dev] Re: Out-of-band/PIN Code Authentication not working?

2010-05-23 Thread ramy
i think i forgot to take out my app credentials from my previous post, my app keys have been reset though On May 22, 6:58 pm, ramy ramy.daghst...@gmail.com wrote: Hi, I have a desktop application using libcurl that has oob as the call back I am making an Authorization: header and appending

[twitter-dev] Sorry, your query is too complex. Please reduce complexity and try again.

2010-05-23 Thread Nick
I keep getting the message: Sorry, your query is too complex. Please reduce complexity and try again. Is there a way around this?

Re: [twitter-dev] Sorry, your query is too complex. Please reduce complexity and try again.

2010-05-23 Thread Cameron Kaiser
I keep getting the message: Sorry, your query is too complex. Please reduce complexity and try again. Is there a way around this? Post your query, perhaps? In general, no. You might have to combine two less complicated searches into a single set on your end rather than expecting the Search

[twitter-dev] Changing an app from Client mode to Browser mode.

2010-05-23 Thread Joe Rheaume
I'm currently writing a twitter-enabled Flash game using the tweetr library. The library only seems to support Client mode, so I started out writing the game to work that way, but pasting a PIN isn't really an ideal thing to ask a player to do in the world of browser games, so now that it's