[twitter-dev] Re: ???????

2009-09-12 Thread Michael Steuer
Does a failed dm because of no relationship count against the rate limit? On Sep 12, 2009, at 9:00 PM, Abraham Williams <4bra...@gmail.com> wrote: User objects used to support but it was known to be unreliable so it has been deprecated. See announcement: http://groups.google.com/group/twi

[twitter-dev] Re: ???????

2009-09-12 Thread Abraham Williams
User objects used to support but it was known to be unreliable so it has been deprecated. See announcement: http://groups.google.com/group/twitter-development-talk/browse_thread/thread/42ba883b9f8e3c6e?tvc=2 If you don't wan't to make 2 API calls just try sending the DM and if it fails then you k

[twitter-dev] Re: ???????

2009-09-12 Thread JDG
What would that tag do to prevent needing 2 requests? On Sat, Sep 12, 2009 at 18:07, mostafa farghaly wrote: > > hi guys > i think we need this tag to send direct messages easily, > as far as i know i can send direct messages to the buddies i follow > and they follow me in the same time , and th

[twitter-dev] Re: Can the Twitter API call me?

2009-09-12 Thread Nick Arnett
On Fri, Sep 11, 2009 at 8:24 AM, Duncan wrote: > > Does Twitter have something in place where i can build a litener app > that Twitter can HTTP/POST to when a new follower follows me or > someone sends me a direct message, etc? Gnip can do this for Twitter data and there are free accounts avail

[twitter-dev] ???????

2009-09-12 Thread mostafa farghaly
hi guys i think we need this tag to send direct messages easily, as far as i know i can send direct messages to the buddies i follow and they follow me in the same time , and there's now direct way to know this info from the info tag, i don't want to make two request: one for making sure they fol

[twitter-dev] Re: Tweet not indexed (spam prevention?)

2009-09-12 Thread ejake
Thanks for the reply Chad. I just tried it again and it worked great. Do you have any stats about how often tweets are dropped from indexing? It make me a bit nervous to make this change to my app if there is a chance that I won't see a significant number of messages. Also, is there any thought

[twitter-dev] Re: getting error "Unexpected oauth_verifier parameter" after requesting access token

2009-09-12 Thread JDG
Well ... the most obvious thing to do would be to get rid of the unexpected oauth_verifier parameter :) Seriously, if you're using it as a webapp, you shouldn't put that in there. On Sat, Sep 12, 2009 at 14:05, DanInDC wrote: > > I am trying to build a twitter app that uses oauth to signin. > >

[twitter-dev] getting error "Unexpected oauth_verifier parameter" after requesting access token

2009-09-12 Thread DanInDC
I am trying to build a twitter app that uses oauth to signin. I am successfully getting a request token and successfully being returned to my callback url. But when I request the access token using a request: http://twitter.com/oauth/access_token?oauth_nonce=83055562&oauth_timestamp=1252784756&o

[twitter-dev] Re: 401 errors when retrieving statuses of "Verified" accounts.

2009-09-12 Thread Chad Etzel
Hmm, this should not be the case. Is anyone else seeing this issue? If you continue to see this, please create an issue here: http://code.google.com/p/twitter-api/issues/list Thanks, -Chad On Fri, Sep 11, 2009 at 3:34 PM, Heath wrote: > > Our application has been getting 401 errors when attempti

[twitter-dev] Re: Follow Notices

2009-09-12 Thread Chad Etzel
Hello, This information (and more) is included in the email headers: example from email I got today (some info redacted): X-Twittercreatedat: Sat Sep 12 11:10:04 + 2009 X-Twitterrecipientid: 66X X-Twitterrecipientscreenname: jazzychad X-Campaignid: twitter20080331162631 X-Twitteremailtyp

[twitter-dev] Re: Tweet not indexed (spam prevention?)

2009-09-12 Thread Chad Etzel
Hi Evan, Yes, there are some triggers in place to prevent "spammy" looking accounts/tweets from being indexed, but the more likely case is that you may have been testing during a peak tweet time and unfortunately the @idt2 tweet may have been dropped from indexing under heavy load. Have you trie

[twitter-dev] Re: How much time it takes to get a white listening ?

2009-09-12 Thread Chad Etzel
Hi all, I am working on clearing out the whitelist queue today. -Chad On Sat, Sep 12, 2009 at 4:11 AM, developar wrote: > > Dears, > > We've developed a web application based on twitter, which basiclly > fetch any users mentioning our service user name to proccess it. > > Anyway, 90% of the pro

[twitter-dev] Re: Can the Twitter API call me?

2009-09-12 Thread Raffi Krikorian
Hi Duncan. No, not right now. On Sep 11, 2009, at 8:24 AM, Duncan wrote: Does Twitter have something in place where i can build a litener app that Twitter can HTTP/POST to when a new follower follows me or someone sends me a direct message, etc? Duncan

[twitter-dev] Re: non json response

2009-09-12 Thread Raffi Krikorian
Hi all. This is an extremely high priority problem for us, and for me personally, to fix. If you're having this problem, please free to reach out to me, but please try to include: * the IP address your request is coming from * the request you're making * the response you got back * the t

[twitter-dev] How much time it takes to get a white listening ?

2009-09-12 Thread developar
Dears, We've developed a web application based on twitter, which basiclly fetch any users mentioning our service user name to proccess it. Anyway, 90% of the project is done & we have requested a white listing before 10 days with a link to the live project, with no response till now. I heard so

[twitter-dev] Follow Notices

2009-09-12 Thread DragonFlyEye
Just thought I'd suggest that follow notice emails include the username that is being followed. Some of us manage multiple accounts and trying to figure out which one is being followed from the email updates is neigh-on impossible.

[twitter-dev] Re: whitelisting q

2009-09-12 Thread developar
I have the same question :) On Aug 28, 8:08 pm, Joseph Cheek wrote: > Hi all, > > I'm hopeful that someone on-list can answer this as I have been over the > faqs and am still not sure I understand. > > Whitelistinggives me more API calls (20,000 vs 150 per hour) but still > only 1000 status upda

[twitter-dev] Tweet not indexed (spam prevention?)

2009-09-12 Thread evanjacobs
I have an app for drink tasting notes (http://idrankthis.com). Until now my app has parsed replies to @idrankthis but I'm in the process of modifying the app to search for posts that contain the tag #idrankthis. Today I was testing this change by tweeting with a test account (@idt2). I waited and

[twitter-dev] 401 errors when retrieving statuses of "Verified" accounts.

2009-09-12 Thread Heath
Our application has been getting 401 errors when attempting to cache tweets from the new "Verified Accounts". This includes accounts like Mashable (http://twitter.com/mashable). We are using the user_timeline.xml method, and get the 401 when using a white-listed account to avoid default rate limi

[twitter-dev] Can the Twitter API call me?

2009-09-12 Thread Duncan
Does Twitter have something in place where i can build a litener app that Twitter can HTTP/POST to when a new follower follows me or someone sends me a direct message, etc? Duncan

[twitter-dev] Comments for the group and Twitter staff

2009-09-12 Thread WyoKnott
A few months ago I was introduced to the Twitter API by a prospective client who wanted a custom application. I took the time to learn the API and wrote a quick and dirty standalone windows app. The project fell through (the client could not get financing) but I have continued to be a twitter user

[twitter-dev] Re: non json response

2009-09-12 Thread Matthew Ranney
I'm seeing tons of these as well. However, I've found that if you follow the suggestion of the META tag to simply "refresh" in 0.1 seconds if you get this bogus response, you can hide most of this from users, especially if they are on a fast network. On Thu, Sep 10, 2009 at 2:09 PM, Monica Keller

[twitter-dev] Looking for icons

2009-09-12 Thread Francis Shanahan
I'm looking for some icons to depict the following, would be nice if they had a Twitter theme: "follow" "you are following" "tweet this" "reply" does such a set exist anywhere?