[twitter-dev] Re: Tweet threading

2009-07-02 Thread Coderanger

I was wondering how you get over the API limit doing this, I would
imagine you would hit it almost straight away (10 statuses with 10
replies would do it) as every reply will require a recursive status
request for every parent status?


[twitter-dev] Re: Tweet threading

2009-07-02 Thread Abraham Williams

Whitelisting helps a lot:
http://apiwiki.twitter.com/FAQ#IkeephittingtheratelimitHowdoIgetmorerequestsperhour

On Thu, Jul 2, 2009 at 01:11, Coderangerd...@coderanger.com wrote:

 I was wondering how you get over the API limit doing this, I would
 imagine you would hit it almost straight away (10 statuses with 10
 replies would do it) as every reply will require a recursive status
 request for every parent status?




-- 
Abraham Williams | Community Evangelist | http://web608.org
Hacker | http://abrah.am | http://twitter.com/abraham
Project | http://fireeagle.labs.poseurtech.com
This email is: [ ] blogable [x] ask first [ ] private.


[twitter-dev] callback if user deny

2009-07-02 Thread rag twitter

Hi All,

 Call back URL working fine if user allow to connect the
application, but callback url not working if user deny the
application.
How do I achieve this ?

-rag


[twitter-dev] Re: daily follow/unfollow/update limit

2009-07-02 Thread Doug Williams
The limits have not changed. We enforce the limits within hour intervals.
Could the behavior you witnessed be explained by this enforcement policy?

Thanks,
Doug



On Wed, Jul 1, 2009 at 8:10 PM, Developer In London
ebilliona...@gmail.comwrote:

 I saw on the API documentation the daily limit is 1000 per day. But it
 seems its lower then that. Is it a %age based limit?

 Thanks

 Nayeem



[twitter-dev] Re: callback if user deny

2009-07-02 Thread Abraham Williams

If a user denys an OAuth application Twitter currently does not return
the user to the application or callback. There is no way to change
this.

Abraham

On Thu, Jul 2, 2009 at 01:30, rag twitterrag.twit...@gmail.com wrote:

 Hi All,

         Call back URL working fine if user allow to connect the
 application, but callback url not working if user deny the
 application.
 How do I achieve this ?

 -rag




-- 
Abraham Williams | Community Evangelist | http://web608.org
Hacker | http://abrah.am | http://twitter.com/abraham
Project | http://fireeagle.labs.poseurtech.com
This email is: [ ] blogable [x] ask first [ ] private.


[twitter-dev] Re: callback if user deny

2009-07-02 Thread rag twitter
This is really odd...!

On Thu, Jul 2, 2009 at 12:18 PM, Abraham Williams 4bra...@gmail.com wrote:


 If a user denys an OAuth application Twitter currently does not return
 the user to the application or callback. There is no way to change
 this.

 Abraham

 On Thu, Jul 2, 2009 at 01:30, rag twitterrag.twit...@gmail.com wrote:
 
  Hi All,
 
  Call back URL working fine if user allow to connect the
  application, but callback url not working if user deny the
  application.
  How do I achieve this ?
 
  -rag
 



 --
 Abraham Williams | Community Evangelist | http://web608.org
 Hacker | http://abrah.am | http://twitter.com/abraham
 Project | http://fireeagle.labs.poseurtech.com
 This email is: [ ] blogable [x] ask first [ ] private.



[twitter-dev] XML error when viewing profiles

2009-07-02 Thread Emrah

I'm having this error this morning :
Emrah KAVUN (ekavun) on Twitter
XML Parsing Error: not well-formed
Location: http://twitter.com/ekavun
Line Number 47, Column 215:tabletrtd class=gimg
alt=ekavun height=48
src=http://static.twitter.com/images/default_profile_normal.png;
width=48 //tdtdbekavun/b RT @a
href=/CedricJabCedricJab/a: quot;RT ...@mos_parentime: Vodaphone
Turkey uses Voice Biometrics for customer
support: a href=http://tinyurl.com/nbeglh.quot;
target=_blankhttp://tinyurl.com/nbeglh/a; small11:58 AM Jun
25th/small
--^

Any idea?


[twitter-dev] Re: XML error when viewing profiles

2009-07-02 Thread Emrah

It seems to do that only with the latest stable Firefox (3.11)

Emrah wrote:
 I'm having this error this morning :
 Emrah KAVUN (ekavun) on Twitter
 XML Parsing Error: not well-formed
 Location: http://twitter.com/ekavun
 Line Number 47, Column 215:tabletrtd class=gimg
 alt=ekavun height=48
 src=http://static.twitter.com/images/default_profile_normal.png;
 width=48 //tdtdbekavun/b RT @a
 href=/CedricJabCedricJab/a: quot;RT ...@mos_parentime: Vodaphone
 Turkey uses Voice Biometrics for customer
 support: a href=http://tinyurl.com/nbeglh.quot;
 target=_blankhttp://tinyurl.com/nbeglh/a; small11:58 AM Jun
 25th/small
 --^

 Any idea?

   



[twitter-dev] Followers Count doesn't add up with the actual followers

2009-07-02 Thread Chris Prakoso

Hi all,
I am new with Twitter API Dev, so apologise if my question seems
silly.

I have a user that has followers_count = 6000+
But when I try to collect the user data of those followers by paging
through the statuses/followers API, at the end of the pages (where no
more items are returned back), I get only about 5800-ish users.  Where
are the other 200 go ?

Am I missing something here ?

Thanks for your help,
Chris


[twitter-dev] Re: daily follow/unfollow/update limit

2009-07-02 Thread Dewald Pretorius

I have noticed the same thing, and there is no predictable pattern to
it.

The API kicks back the limit exceeded message on numbers far below
1,000.

The same goes for DMs. I've seen a person being limited after 200 DMs
have been sent.


[twitter-dev] Re: Subscribe to user and download tweets?

2009-07-02 Thread Richie

Maybe I am looking at the wrong thing but I don't find anything in the
API for retrieving someone's updates. This is the list of methods I am
looking at:

http://apiwiki.twitter.com/Twitter-API-Documentation


On Jun 30, 4:52 pm, DWRoelands duane.roela...@gmail.com wrote:
 Ah, I see.

 This is certainly doable.  Your application would need to sign into
 your account (Basic Auth is probably fine if it's just for your own
 use), and retrieve your friends' updates.  This is already in the API.

 What the API doesn't have is any Save functionality, so you would
 need to write your own code that goes through the list of updates and
 saves them to disk.  It would not be hard to code at all.

 The more I think about this, the more I think I might add this feature
 to the Twitter client I'm writing. :)

 --Duane

 On Jun 30, 4:24 pm, Richie richie.mor...@gmail.com wrote:

  I want to download their tweets - as I said. I don't want to just see
  them in my list on Twitter. I want to download their tweets and store
  them in an archive on my local machine.

  On Jun 30, 4:19 pm, DWRoelands duane.roela...@gmail.com wrote:

   Could you be a little more specific?

   If you follow another user, their tweets will show up in your list of
   friends' updates.  Does that not do what you need it to do?

   On Jun 30, 2:13 pm, Richie richie.mor...@gmail.com wrote:

Is there a way using the Twitter API to subscribe to a user and
download their tweets using a web server whenever they update?


[twitter-dev] Re: Subscribe to user and download tweets?

2009-07-02 Thread Richie

How does one access a profile's RSS feed?


On Jun 30, 6:16 pm, Abraham Williams 4bra...@gmail.com wrote:
 Every profile has an RSS feed. There are many applications that will
 download RSS feeds.

 Abraham



 On Tue, Jun 30, 2009 at 15:52, DWRoelandsduane.roela...@gmail.com wrote:

  Ah, I see.

  This is certainly doable.  Your application would need to sign into
  your account (Basic Auth is probably fine if it's just for your own
  use), and retrieve your friends' updates.  This is already in the API.

  What the API doesn't have is any Save functionality, so you would
  need to write your own code that goes through the list of updates and
  saves them to disk.  It would not be hard to code at all.

  The more I think about this, the more I think I might add this feature
  to the Twitter client I'm writing. :)

  --Duane

  On Jun 30, 4:24 pm, Richie richie.mor...@gmail.com wrote:
  I want to download their tweets - as I said. I don't want to just see
  them in my list on Twitter. I want to download their tweets and store
  them in an archive on my local machine.

  On Jun 30, 4:19 pm, DWRoelands duane.roela...@gmail.com wrote:

   Could you be a little more specific?

   If you follow another user, their tweets will show up in your list of
   friends' updates.  Does that not do what you need it to do?

   On Jun 30, 2:13 pm, Richie richie.mor...@gmail.com wrote:

Is there a way using the Twitter API to subscribe to a user and
download their tweets using a web server whenever they update?

 --
 Abraham Williams | Community Evangelist |http://web608.org
 Hacker |http://abrah.am|http://twitter.com/abraham
 Project |http://fireeagle.labs.poseurtech.com
 This email is: [ ] blogable [x] ask first [ ] private.


[twitter-dev] Re: Subscribe to user and download tweets?

2009-07-02 Thread Abraham Williams

On the right hand side of someones profile bellow the Following block
it says RSS feed of abraham's updates. For example on
http://twitter.com/abraham it links to
http://twitter.com/statuses/user_timeline/9436992.rss

Abraham

On Thu, Jul 2, 2009 at 08:26, Richierichie.mor...@gmail.com wrote:

 How does one access a profile's RSS feed?


 On Jun 30, 6:16 pm, Abraham Williams 4bra...@gmail.com wrote:
 Every profile has an RSS feed. There are many applications that will
 download RSS feeds.

 Abraham



 On Tue, Jun 30, 2009 at 15:52, DWRoelandsduane.roela...@gmail.com wrote:

  Ah, I see.

  This is certainly doable.  Your application would need to sign into
  your account (Basic Auth is probably fine if it's just for your own
  use), and retrieve your friends' updates.  This is already in the API.

  What the API doesn't have is any Save functionality, so you would
  need to write your own code that goes through the list of updates and
  saves them to disk.  It would not be hard to code at all.

  The more I think about this, the more I think I might add this feature
  to the Twitter client I'm writing. :)

  --Duane

  On Jun 30, 4:24 pm, Richie richie.mor...@gmail.com wrote:
  I want to download their tweets - as I said. I don't want to just see
  them in my list on Twitter. I want to download their tweets and store
  them in an archive on my local machine.

  On Jun 30, 4:19 pm, DWRoelands duane.roela...@gmail.com wrote:

   Could you be a little more specific?

   If you follow another user, their tweets will show up in your list of
   friends' updates.  Does that not do what you need it to do?

   On Jun 30, 2:13 pm, Richie richie.mor...@gmail.com wrote:

Is there a way using the Twitter API to subscribe to a user and
download their tweets using a web server whenever they update?

 --
 Abraham Williams | Community Evangelist |http://web608.org
 Hacker |http://abrah.am|http://twitter.com/abraham
 Project |http://fireeagle.labs.poseurtech.com
 This email is: [ ] blogable [x] ask first [ ] private.



-- 
Abraham Williams | Community Evangelist | http://web608.org
Hacker | http://abrah.am | http://twitter.com/abraham
Project | http://fireeagle.labs.poseurtech.com
This email is: [ ] blogable [x] ask first [ ] private.


[twitter-dev] Re: Subscribe to user and download tweets?

2009-07-02 Thread Abraham Williams

You would wan the statuses/user_timeline method on the link you posted.

On Thu, Jul 2, 2009 at 08:26, Richierichie.mor...@gmail.com wrote:

 Maybe I am looking at the wrong thing but I don't find anything in the
 API for retrieving someone's updates. This is the list of methods I am
 looking at:

 http://apiwiki.twitter.com/Twitter-API-Documentation


 On Jun 30, 4:52 pm, DWRoelands duane.roela...@gmail.com wrote:
 Ah, I see.

 This is certainly doable.  Your application would need to sign into
 your account (Basic Auth is probably fine if it's just for your own
 use), and retrieve your friends' updates.  This is already in the API.

 What the API doesn't have is any Save functionality, so you would
 need to write your own code that goes through the list of updates and
 saves them to disk.  It would not be hard to code at all.

 The more I think about this, the more I think I might add this feature
 to the Twitter client I'm writing. :)

 --Duane

 On Jun 30, 4:24 pm, Richie richie.mor...@gmail.com wrote:

  I want to download their tweets - as I said. I don't want to just see
  them in my list on Twitter. I want to download their tweets and store
  them in an archive on my local machine.

  On Jun 30, 4:19 pm, DWRoelands duane.roela...@gmail.com wrote:

   Could you be a little more specific?

   If you follow another user, their tweets will show up in your list of
   friends' updates.  Does that not do what you need it to do?

   On Jun 30, 2:13 pm, Richie richie.mor...@gmail.com wrote:

Is there a way using the Twitter API to subscribe to a user and
download their tweets using a web server whenever they update?



-- 
Abraham Williams | Community Evangelist | http://web608.org
Hacker | http://abrah.am | http://twitter.com/abraham
Project | http://fireeagle.labs.poseurtech.com
This email is: [ ] blogable [x] ask first [ ] private.


[twitter-dev] Re: Tweet threading

2009-07-02 Thread @Jalada

We do the same at Twitterfall - recursive calls from parent to parent
until there is no more. Check out http://twitterfall.com (find
something that is a proper reply first). An icon appears between the
two user names when it thinks there is a conversation. Sometimes it
fails because it is doing a check for tweets starting with '@someone'
too (because IIRC search results do not return the tweet ID the tweet
is replying to) for popular trends, as our backend sends out limited
tweet data.

David
Lead Developer
Twitterfall.com

On Jul 2, 12:11 am, Scott Haneda talkli...@newgeo.com wrote:
 Hope this is not out of line, but this list has been pretty busy  
 lately in traffic, and I am looking for a little hand holding on tweet  
 threading... so bump  :)

 On Jun 30, 2009, at 3:53 PM, Scott Haneda wrote:





  I am finding near all apps I use with twitter in some way or another  
  fail at threading a conversation.  Anyone have pointers for how to  
  do this, based on the current twitter API, and whatever bugs have  
  been uncovered, perhaps with workarounds?

  Each tweet has a 'in_reply_to_status_id', if I understand, the  
  existence of in_reply_to_status_id, means that the current tweet is  
  a child of some parent.

  tweet:
     id = 1234
     in_reply_to_status_id = 5678

  In the above example, tweet #5678 would be the start of the  
  conversation, and tweet #1234 would be the reply?

  What has me stumped:
 http://twitter.com/criticalmassey/status/2383870573

  Clearly a reply to something @ahem said, which started here:
 http://twitter.com/Ahem/status/2382725245

  However, if I search.twitter.com for @ahem, I can get this  
  conversation:
 http://dl.getdropbox.com/u/340087/Drops/06.30.09/twitter-b06e01bd-154...
  But it is missing the parent, the start of the thread.

  I can see the master parent here:
 http://search.twitter.com/search?max_id=2410761989page=2q=+from%3Aa...
  But threading is not an option.

  Having a hard time wrapping my head around what the limitations of  
  threading are.  Any suggestions on how to better understand this  
  would be most appreciated.

  Ideally, what I am looking for, is to take any tweet, determine what  
  other replies there are to it, and get back to the parent,  
  displaying all children.  I would like to avoid any ambiguous tweet  
  searches that are not based on a message-id, and could pollute the  
  results with inaccurate threading.

 --
 Scott * If you contact me off list replace talklists@ with scott@ *


[twitter-dev] Re: Followers Count doesn't add up with the actual followers

2009-07-02 Thread Chris Prakoso

Thanks Matt for pointing to the right place.

Hope that this issue can be resolved quickly, because the alternative
of hitting the individual user for all followers would be a disaster.

Chris

On Jul 2, 3:27 pm, Matt Sanford m...@twitter.com wrote:
 Hi Chris,

      Welcome to the group! Take a look at the current list of issues  
 [1] … there are a few there related to this problem. Mark one of those  
 with a star (click on the star next to the issue number) and you'll  
 get updates when we make changes.

 Thanks;
   – Matt Sanford / @mzsanford
       Twitter Dev

 [1] -http://code.google.com/p/twitter-api/issues/list

 On Jul 2, 2009, at 4:20 AM, Chris Prakoso wrote:



  Hi all,
  I am new with Twitter API Dev, so apologise if my question seems
  silly.

  I have a user that has followers_count = 6000+
  But when I try to collect the user data of those followers by paging
  through the statuses/followers API, at the end of the pages (where no
  more items are returned back), I get only about 5800-ish users.  Where
  are the other 200 go ?

  Am I missing something here ?

  Thanks for your help,
  Chris


[twitter-dev] Re: daily follow/unfollow/update limit

2009-07-02 Thread Doug Williams
It initially seemed like you were asking about the update limit but now you
are talking about following limits. Can you be more specific on the behavior
you are seeing and why you feel it is an issue? We can argument the
documentation to clear the confusion but I'm not following your exact
problem.

Thanks,
Doug




On Thu, Jul 2, 2009 at 6:00 AM, Dewald Pretorius dpr...@gmail.com wrote:


 I have noticed the same thing, and there is no predictable pattern to
 it.

 The API kicks back the limit exceeded message on numbers far below
 1,000.

 The same goes for DMs. I've seen a person being limited after 200 DMs
 have been sent.



[twitter-dev] Re: daily follow/unfollow/update limit

2009-07-02 Thread RandyC

Doug,

I think this is very similar to the email I sent in to
a...@twitter.com.  We've been getting inexplicably blocked from
following on accounts we're managing that have  1.0 following/
follower ratio, large numbers of followers, less than 60/hour
following rates, less than 300/day following, etc.  It seems that
there are daily limits anywhere from 100 to 300 similar to the Chris
Latko query earlier: 
http://groups.google.com/group/twitter-development-talk/browse_thread/thread/74a1b30352a93927#

Perhaps the operations changed even though the stated rules or
policies didn't?  Any insights you can provide would be truly
appreciated.

RandyC
webpartner.com


[twitter-dev] Re: from API

2009-07-02 Thread Abraham Williams

Makes sense to me. It is false data to say it is from web.

Abraham

On Thu, Jul 2, 2009 at 10:58, Dewald Pretoriusdpr...@gmail.com wrote:

 I've just noticed that tweets published from a third-party app that
 doesn't use the source parameter now shows from API at the bottom of
 the tweet.

 What is the rationale or use of that?

 If I had a choice, I'd prefer the former behavior of from web being
 displayed.




-- 
Abraham Williams | Community Evangelist | http://web608.org
Hacker | http://abrah.am | http://twitter.com/abraham
Project | http://fireeagle.labs.poseurtech.com
This email is: [ ] blogable [x] ask first [ ] private.


[twitter-dev] changing profile pictures through API

2009-07-02 Thread ilteris kaplan
Hey Guys,
Is it possible to change the profile images through the API? Honestly, I
don't think it's possible but I just want to double check here. I'd
appreciate any responses.


best,
ilteris.


[twitter-dev] Re: from API

2009-07-02 Thread Clint Shryock
That makes no sense to me.  It's not from the web, it came from an app using
the API.Why would you default it to from web if it didn't come from the
web?

+Clint

On Thu, Jul 2, 2009 at 11:04 AM, Abraham Williams 4bra...@gmail.com wrote:


 Makes sense to me. It is false data to say it is from web.

 Abraham


[twitter-dev] Re: changing profile pictures through API

2009-07-02 Thread Abraham Williams

Yes it is: 
http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-account%C2%A0update_profile_image

On Thu, Jul 2, 2009 at 11:07, ilteris kaplanilteriskap...@gmail.com wrote:
 Hey Guys,
 Is it possible to change the profile images through the API? Honestly, I
 don't think it's possible but I just want to double check here. I'd
 appreciate any responses.

 best,
 ilteris.




-- 
Abraham Williams | Community Evangelist | http://web608.org
Hacker | http://abrah.am | http://twitter.com/abraham
Project | http://fireeagle.labs.poseurtech.com
This email is: [ ] blogable [x] ask first [ ] private.


[twitter-dev] Re: from API

2009-07-02 Thread Dewald Pretorius

Okay. Thanks for the clarification.

It's not a big issue. Just needed to know what to tell my users.


[twitter-dev] Re: daily follow/unfollow/update limit

2009-07-02 Thread Dewald Pretorius

Doug,

This is closely related to the DM daily limit email exchange we had
about a month or two ago, where I sent you the details of users who
get rate limited at around 200 to 250 DMs for the day instead of the
published 1,000 limit.


[twitter-dev] Aquí 1.0 released today

2009-07-02 Thread Charles Choi

A heads up that I've just published an iPhone Twitter client called
Aquí that lets you tweet your Google Maps location with a single push-
button operation. Thanks for all the input here that helped me build
this app.

Here's the URL for Aquí:  http://www.yummymelon.com/aqui

Best regards -

-Charles


[twitter-dev] OAuth doesn't work on Symbian S60 devices (visual bug on web page)

2009-07-02 Thread CharlesW

Hello,

We make Kinoma Play for Windows Mobile, and it's coming to Symbian S60
devices Real Soon Now.

Problem: The Allow/Deny buttons on Twitter's OAuth page appear as big
black rectangles on Symbian S60 devices.

If you're reading this and would like to see the problem, just email
charles@ the kinoma.com domain and I'll be glad to send a screen shot.

-- Charles


[twitter-dev] Re: Aquí 1.0 released today

2009-07-02 Thread Alex Payne
Nice and simple. Thanks!

On Thu, Jul 2, 2009 at 09:47, Charles Choi kickingve...@gmail.com wrote:


 A heads up that I've just published an iPhone Twitter client called
 Aquí that lets you tweet your Google Maps location with a single push-
 button operation. Thanks for all the input here that helped me build
 this app.

 Here's the URL for Aquí:  http://www.yummymelon.com/aqui

 Best regards -

 -Charles




-- 
Alex Payne - Platform Lead, Twitter, Inc.
http://twitter.com/al3x


[twitter-dev] Re: changing profile pictures through API

2009-07-02 Thread Clint Shryock
updating the profile image with the API works well, but the corresponding
profile_image_url returned isn't updated immediately.  I've seen lag up to
12 hours
+Clint

On Thu, Jul 2, 2009 at 11:09 AM, Abraham Williams 4bra...@gmail.com wrote:


 Yes it is:
 http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-account%C2%A0update_profile_image

 On Thu, Jul 2, 2009 at 11:07, ilteris kaplanilteriskap...@gmail.com
 wrote:
  Hey Guys,
  Is it possible to change the profile images through the API? Honestly, I
  don't think it's possible but I just want to double check here. I'd
  appreciate any responses.
 
  best,
  ilteris.
 



 --
 Abraham Williams | Community Evangelist | http://web608.org
 Hacker | http://abrah.am | http://twitter.com/abraham
 Project | http://fireeagle.labs.poseurtech.com
 This email is: [ ] blogable [x] ask first [ ] private.



[twitter-dev] Re: changing profile pictures through API

2009-07-02 Thread arikfr.com

It sure is possible - in the last week I've updated the profile image
of more than 230,000 Twitter users with http://helpiranelection.com/
:)

There are some known issues with the related APIs, so I suggest you do
a search for profile image related items on the open issues list:
http://code.google.com/p/twitter-api/issues/list

@arikfr

On Jul 2, 7:07 pm, ilteris kaplan ilteriskap...@gmail.com wrote:
 Hey Guys,
 Is it possible to change the profile images through the API? Honestly, I
 don't think it's possible but I just want to double check here. I'd
 appreciate any responses.

 best,
 ilteris.


[twitter-dev] Re: changing profile pictures through API

2009-07-02 Thread Peter Denton
does anyone scrape the twitter.com page for this after an api update?

On Thu, Jul 2, 2009 at 11:20 AM, arikfr.com arik...@gmail.com wrote:


 It sure is possible - in the last week I've updated the profile image
 of more than 230,000 Twitter users with http://helpiranelection.com/
 :)

 There are some known issues with the related APIs, so I suggest you do
 a search for profile image related items on the open issues list:
 http://code.google.com/p/twitter-api/issues/list

 @arikfr

 On Jul 2, 7:07 pm, ilteris kaplan ilteriskap...@gmail.com wrote:
  Hey Guys,
  Is it possible to change the profile images through the API? Honestly, I
  don't think it's possible but I just want to double check here. I'd
  appreciate any responses.
 
  best,
  ilteris.




-- 
Peter M. Denton
www.twibs.com
i...@twibs.com

Twibs makes Top 20 apps on Twitter - http://tinyurl.com/bopu6c


[twitter-dev] API Changes for July 1, 2009

2009-07-02 Thread Matt Sanford


Hello,

Sorry for the delayed email but deploys ran a little late  
yesterday. Without further ado, here are the changes launched on  
2009-07-01:


  * Fixed (OAuth): The oauth_access_type parameter was not respected  
in all cases.

Issue: http://code.google.com/p/twitter-api/issues/detail?id=767

  * Fixed (OAuth): Allow international domain names for OAuth URLs  
via punnycode input.

Issue: http://code.google.com/p/twitter-api/issues/detail?id=772

  * Feature (REST): API updates are now identified as being from API  
rather than web.


  * Feature (REST): The rate limit has been changed form 100 to 150.
Documentation: http://apiwiki.twitter.com/Rate-limiting
Issue: http://code.google.com/p/twitter-api/issues/detail?id=474

Thanks;
 – Matt Sanford / @mzsanford
 Twitter Dev



[twitter-dev] Search results disapearing?

2009-07-02 Thread Kasper22

Hi,

I'm new to using the Twitter API so maybe I'm missing something, but
I've search around and can't find anything about this.  Anyway last
week this query 
http://search.twitter.com/search.atom?rpp=100page=1q=%23rednights+matisyahu
was returning plenty of results don't have an exact number but more
than 20.  Then I tried it a little while ago and I only received one
result, and now I get no results.  Is it possible to only search the
last few weeks or something?  I tried adding a since parameter and a
since_id but neither of those made any difference in my result.

Thanks
Bryan


[twitter-dev] Re: How to calculate time remaining for rate limit

2009-07-02 Thread Matt Sanford


Hello there,

The reset-time-in-seconds is a the UNIX time (a.k.a Epoch time,  
number of seconds since 1970-01-01 UTC) at which the rate limit will  
reset.


Thanks;
 – Matt Sanford / @mzsanford
 Twitter Dev

On Jul 2, 2009, at 1:05 PM, danksoft wrote:



Hi, I'm creating a small app like TweetDeck and was wondering how to
calculate the correct time when your rate limits reset...

The XML I parsed is:
reset-time-in-seconds type=integer1246568101/reset-time-in-
seconds

So in order to convert seconds to minutes you do seconds
0.0167 * 1246568101
Therefore, 1246568101 seconds = 20776135.01666 minutes

Which is not right if limits are reset every 60 mins.





[twitter-dev] Re: Search results disapearing?

2009-07-02 Thread Abraham Williams
Yes. I think search is currently limited to 7 days. Maybe 10.

Abraham

On Thu, Jul 2, 2009 at 14:58, Kasper22 bryan.brown...@gmail.com wrote:


 Hi,

 I'm new to using the Twitter API so maybe I'm missing something, but
 I've search around and can't find anything about this.  Anyway last
 week this query
 http://search.twitter.com/search.atom?rpp=100page=1q=%23rednights+matisyahu
 was returning plenty of results don't have an exact number but more
 than 20.  Then I tried it a little while ago and I only received one
 result, and now I get no results.  Is it possible to only search the
 last few weeks or something?  I tried adding a since parameter and a
 since_id but neither of those made any difference in my result.

 Thanks
 Bryan




-- 
Abraham Williams | Community Evangelist | http://web608.org
Hacker | http://abrah.am | http://twitter.com/abraham
Project | http://fireeagle.labs.poseurtech.com
This email is: [ ] blogable [x] ask first [ ] private.


[twitter-dev] Re: How to calculate time remaining for rate limit

2009-07-02 Thread danksoft

So I would just get the UTC time convert it to a date and find the
difference in time between UTC time and time now?

On Jul 2, 1:33 pm, Matt Sanford m...@twitter.com wrote:
 Hello there,

      The reset-time-in-seconds is a the UNIX time (a.k.a Epoch time,  
 number of seconds since 1970-01-01 UTC) at which the rate limit will  
 reset.

 Thanks;
   – Matt Sanford / @mzsanford
       Twitter Dev

 On Jul 2, 2009, at 1:05 PM, danksoft wrote:



  Hi, I'm creating a small app like TweetDeck and was wondering how to
  calculate the correct time when your rate limits reset...

  The XML I parsed is:
  reset-time-in-seconds type=integer1246568101/reset-time-in-
  seconds

  So in order to convert seconds to minutes you do seconds
  0.0167 * 1246568101
  Therefore, 1246568101 seconds = 20776135.01666 minutes

  Which is not right if limits are reset every 60 mins.


[twitter-dev] Re: How to calculate time remaining for rate limit

2009-07-02 Thread Matt Sanford


Yup. In all likelihood your programming language or environment  
already has a function for getting the current epoch time and you can  
just subtract the two to find out the number of seconds remaining.


— Matt

On Jul 2, 2009, at 2:10 PM, danksoft wrote:



So I would just get the UTC time convert it to a date and find the
difference in time between UTC time and time now?

On Jul 2, 1:33 pm, Matt Sanford m...@twitter.com wrote:

Hello there,

 The reset-time-in-seconds is a the UNIX time (a.k.a Epoch time,
number of seconds since 1970-01-01 UTC) at which the rate limit will
reset.

Thanks;
  – Matt Sanford / @mzsanford
  Twitter Dev

On Jul 2, 2009, at 1:05 PM, danksoft wrote:




Hi, I'm creating a small app like TweetDeck and was wondering how to
calculate the correct time when your rate limits reset...



The XML I parsed is:
reset-time-in-seconds type=integer1246568101/reset-time-in-
seconds



So in order to convert seconds to minutes you do seconds
0.0167 * 1246568101
Therefore, 1246568101 seconds = 20776135.01666 minutes



Which is not right if limits are reset every 60 mins.




[twitter-dev] Re: [twitter-api-announce] API Changes for July 1, 2009

2009-07-02 Thread Matt Sanford
Yes, that is what I meat. The ones that used to say from web.

— Matt

On Jul 2, 2009, at 2:21 PM, Rafa wrote:

 Feature (REST): API updates are now identified as being from API
 rather than web.
 - I assume you mean API updates that did not specify a source...
 R

 On Thu, Jul 2, 2009 at 2:17 PM, Matt Sanford m...@twitter.com wrote:

 Hello,

 Sorry for the delayed email but deploys ran a little late
 yesterday. Without further ado, here are the changes launched on
 2009-07-01:

   * Fixed (OAuth): The oauth_access_type parameter was not respected
 in all cases.
 Issue: http://code.google.com/p/twitter-api/issues/detail?id=767

   * Fixed (OAuth): Allow international domain names for OAuth URLs
 via punnycode input.
 Issue: http://code.google.com/p/twitter-api/issues/detail?id=772

   * Feature (REST): API updates are now identified as being from API
 rather than web.

   * Feature (REST): The rate limit has been changed form 100 to 150.
 Documentation: http://apiwiki.twitter.com/Rate-limiting
 Issue: http://code.google.com/p/twitter-api/issues/detail?id=474

 Thanks;
  – Matt Sanford / @mzsanford
  Twitter Dev


 




[twitter-dev] API calls to handle accepting follow requests?

2009-07-02 Thread Jeff Bishop
Hello,

Are their API calls to allow one to not have to use the web site to Follow 
individuals?  What I mean is is it possible to get a listing of follow requests 
like on the web site and then through the API accept those requests?

Jeff


[twitter-dev] Re: API calls to handle accepting follow requests?

2009-07-02 Thread Doug Williams
Jeff,
This is on the roadmap. Please see the Following section here [1].

1. http://apiwiki.twitter.com/V2-Roadmap

Thanks,
Doug




On Thu, Jul 2, 2009 at 3:05 PM, Jeff Bishop jeff.bis...@gmail.com wrote:

  Hello,

 Are their API calls to allow one to not have to use the web site to Follow
 individuals?  What I mean is is it possible to get a listing of follow
 requests like on the web site and then through the API accept those
 requests?

 Jeff




[twitter-dev] Re: Tweet threading

2009-07-02 Thread Scott Haneda


What is the getMentions method?  I did not see that in the twitter  
API.  I suspect this is a framework you are referring to?


Or are you talking about this:
http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses-mentions?SearchFor=mentionssp=1

That seems inaccurate though, would it not be better to start with the  
in_reply_to_status_id fields?  Thanks for any help.


On Jul 1, 2009, at 8:35 PM, Arnaud wrote:

Take a look on the app I'm workig on, Twitoaster: http:// 
twitoaster.com


The threading part is not that hard. Recursive function jumping from
parents to parents.
You should use the getMentions method, instead of hiting the search
API. You'll get the full object that way, so you won't have to use the
show/statuses method.


--
Scott * If you contact me off list replace talklists@ with scott@ *



[twitter-dev] Re: How to calculate time remaining for rate limit

2009-07-02 Thread JDG
Are you sure that your current time is not returning local time instead of
UTC time? If you're in PDT, that would make sense.

On Thu, Jul 2, 2009 at 16:42, danksoft danks...@gmail.com wrote:


 Ok, the difference I'm getting is still 8 hours...

 7/2/2009 11:41:23 PM(epoch time) : 7/2/2009 3:40:56 PM(current time)

 Am I still doing something wrong?

 On Jul 2, 2:19 pm, Matt Sanford m...@twitter.com wrote:
  Yup. In all likelihood your programming language or environment
  already has a function for getting the current epoch time and you can
  just subtract the two to find out the number of seconds remaining.
 
  — Matt
 
  On Jul 2, 2009, at 2:10 PM, danksoft wrote:
 
 
 
   So I would just get the UTC time convert it to a date and find the
   difference in time between UTC time and time now?
 
   On Jul 2, 1:33 pm, Matt Sanford m...@twitter.com wrote:
   Hello there,
 
The reset-time-in-seconds is a the UNIX time (a.k.a Epoch time,
   number of seconds since 1970-01-01 UTC) at which the rate limit will
   reset.
 
   Thanks;
 – Matt Sanford / @mzsanford
 Twitter Dev
 
   On Jul 2, 2009, at 1:05 PM, danksoft wrote:
 
   Hi, I'm creating a small app like TweetDeck and was wondering how to
   calculate the correct time when your rate limits reset...
 
   The XML I parsed is:
   reset-time-in-seconds type=integer1246568101/reset-time-in-
   seconds
 
   So in order to convert seconds to minutes you do seconds
   0.0167 * 1246568101
   Therefore, 1246568101 seconds = 20776135.01666 minutes
 
   Which is not right if limits are reset every 60 mins.




-- 
Internets. Serious business.


[twitter-dev] Re: How to calculate time remaining for rate limit

2009-07-02 Thread JDG
Obviously, that will only work in your time zone. What language are you
using? Most have a way to get the current time in UTC time as opposed to
local time.

On Thu, Jul 2, 2009 at 16:54, danksoft danks...@gmail.com wrote:


 Wow I feel stupid lol. I noticed I have to subtract 8 hours from it.

 On Jul 2, 3:42 pm, danksoft danks...@gmail.com wrote:
  Ok, the difference I'm getting is still 8 hours...
 
  7/2/2009 11:41:23 PM(epoch time) : 7/2/2009 3:40:56 PM(current time)
 
  Am I still doing something wrong?
 
  On Jul 2, 2:19 pm, Matt Sanford m...@twitter.com wrote:
 
   Yup. In all likelihood your programming language or environment
   already has a function for getting the current epoch time and you can
   just subtract the two to find out the number of seconds remaining.
 
   — Matt
 
   On Jul 2, 2009, at 2:10 PM, danksoft wrote:
 
So I would just get the UTC time convert it to a date and find the
difference in time between UTC time and time now?
 
On Jul 2, 1:33 pm, Matt Sanford m...@twitter.com wrote:
Hello there,
 
 The reset-time-in-seconds is a the UNIX time (a.k.a Epoch time,
number of seconds since 1970-01-01 UTC) at which the rate limit will
reset.
 
Thanks;
  – Matt Sanford / @mzsanford
  Twitter Dev
 
On Jul 2, 2009, at 1:05 PM, danksoft wrote:
 
Hi, I'm creating a small app like TweetDeck and was wondering how
 to
calculate the correct time when your rate limits reset...
 
The XML I parsed is:
reset-time-in-seconds type=integer1246568101/reset-time-in-
seconds
 
So in order to convert seconds to minutes you do seconds
0.0167 * 1246568101
Therefore, 1246568101 seconds = 20776135.01666 minutes
 
Which is not right if limits are reset every 60 mins.




-- 
Internets. Serious business.


[twitter-dev] Re: place to discuss business of twitter apps

2009-07-02 Thread Chad Etzel

I think if you wanted to create a private google group to facilitate
this and invite people (or let people apply for approval) it could
accomplish this.

Others?

-Chad

On Thu, Jul 2, 2009 at 6:49 PM, Peter Dentonpetermden...@gmail.com wrote:
 Hey friends
 Does anyone have a space we can ask questions about the business of twitter
 apps?  For example, if I have questions/concerns/theories about being in the
 business of building twitter apps, anyone know where to do this?
 I usually ask jazzychad 20-30 questions a day, but he hired a mod to filter
 my emails, so the response rate is getting too low.

 -Peter



[twitter-dev] Re: How to calculate time remaining for rate limit

2009-07-02 Thread JDG
My VB is very rusty, but can you use DateTime.UtcNow instead of Now?

On Thu, Jul 2, 2009 at 17:21, danksoft danks...@gmail.com wrote:


 I'm using VB6, heres my code in case you know it...

 Dim iSec As Long
 Dim iNow As Long

 iSec = Parsed time from XML
 iNow = DateDiff(s, #1/1/1970#, Now, vbUseSystemDayOfWeek,
 vbUseSystem)

 So then I do iSec - iNow which gives me 12:00 but that still isn't
 right...

 On Jul 2, 3:57 pm, JDG ghil...@gmail.com wrote:
  Obviously, that will only work in your time zone. What language are you
  using? Most have a way to get the current time in UTC time as opposed to
  local time.
 
 
 
  On Thu, Jul 2, 2009 at 16:54, danksoft danks...@gmail.com wrote:
 
   Wow I feel stupid lol. I noticed I have to subtract 8 hours from it.
 
   On Jul 2, 3:42 pm, danksoft danks...@gmail.com wrote:
Ok, the difference I'm getting is still 8 hours...
 
7/2/2009 11:41:23 PM(epoch time) : 7/2/2009 3:40:56 PM(current time)
 
Am I still doing something wrong?
 
On Jul 2, 2:19 pm, Matt Sanford m...@twitter.com wrote:
 
 Yup. In all likelihood your programming language or environment
 already has a function for getting the current epoch time and you
 can
 just subtract the two to find out the number of seconds remaining.
 
 — Matt
 
 On Jul 2, 2009, at 2:10 PM, danksoft wrote:
 
  So I would just get the UTC time convert it to a date and find
 the
  difference in time between UTC time and time now?
 
  On Jul 2, 1:33 pm, Matt Sanford m...@twitter.com wrote:
  Hello there,
 
   The reset-time-in-seconds is a the UNIX time (a.k.a Epoch
 time,
  number of seconds since 1970-01-01 UTC) at which the rate limit
 will
  reset.
 
  Thanks;
– Matt Sanford / @mzsanford
Twitter Dev
 
  On Jul 2, 2009, at 1:05 PM, danksoft wrote:
 
  Hi, I'm creating a small app like TweetDeck and was wondering
 how
   to
  calculate the correct time when your rate limits reset...
 
  The XML I parsed is:
  reset-time-in-seconds
 type=integer1246568101/reset-time-in-
  seconds
 
  So in order to convert seconds to minutes you do seconds
  0.0167 * 1246568101
  Therefore, 1246568101 seconds = 20776135.01666 minutes
 
  Which is not right if limits are reset every 60 mins.
 
  --
  Internets. Serious business.




-- 
Internets. Serious business.


[twitter-dev] Re: How to calculate time remaining for rate limit

2009-07-02 Thread JDG
Actually, I think that might be specific to VB.NET and I just read you're
using 6. I think that you can use the GetSystemTime API call[1] to do the
same thing in VB6.

[1] http://www.ex-designz.net/apidetail.asp?api_id=145

On Thu, Jul 2, 2009 at 17:31, JDG ghil...@gmail.com wrote:

 My VB is very rusty, but can you use DateTime.UtcNow instead of Now?


 On Thu, Jul 2, 2009 at 17:21, danksoft danks...@gmail.com wrote:


 I'm using VB6, heres my code in case you know it...

 Dim iSec As Long
 Dim iNow As Long

 iSec = Parsed time from XML
 iNow = DateDiff(s, #1/1/1970#, Now, vbUseSystemDayOfWeek,
 vbUseSystem)

 So then I do iSec - iNow which gives me 12:00 but that still isn't
 right...

 On Jul 2, 3:57 pm, JDG ghil...@gmail.com wrote:
  Obviously, that will only work in your time zone. What language are you
  using? Most have a way to get the current time in UTC time as opposed to
  local time.
 
 
 
  On Thu, Jul 2, 2009 at 16:54, danksoft danks...@gmail.com wrote:
 
   Wow I feel stupid lol. I noticed I have to subtract 8 hours from it.
 
   On Jul 2, 3:42 pm, danksoft danks...@gmail.com wrote:
Ok, the difference I'm getting is still 8 hours...
 
7/2/2009 11:41:23 PM(epoch time) : 7/2/2009 3:40:56 PM(current time)
 
Am I still doing something wrong?
 
On Jul 2, 2:19 pm, Matt Sanford m...@twitter.com wrote:
 
 Yup. In all likelihood your programming language or environment
 already has a function for getting the current epoch time and you
 can
 just subtract the two to find out the number of seconds remaining.
 
 — Matt
 
 On Jul 2, 2009, at 2:10 PM, danksoft wrote:
 
  So I would just get the UTC time convert it to a date and find
 the
  difference in time between UTC time and time now?
 
  On Jul 2, 1:33 pm, Matt Sanford m...@twitter.com wrote:
  Hello there,
 
   The reset-time-in-seconds is a the UNIX time (a.k.a Epoch
 time,
  number of seconds since 1970-01-01 UTC) at which the rate limit
 will
  reset.
 
  Thanks;
– Matt Sanford / @mzsanford
Twitter Dev
 
  On Jul 2, 2009, at 1:05 PM, danksoft wrote:
 
  Hi, I'm creating a small app like TweetDeck and was wondering
 how
   to
  calculate the correct time when your rate limits reset...
 
  The XML I parsed is:
  reset-time-in-seconds
 type=integer1246568101/reset-time-in-
  seconds
 
  So in order to convert seconds to minutes you do seconds
  0.0167 * 1246568101
  Therefore, 1246568101 seconds = 20776135.01666 minutes
 
  Which is not right if limits are reset every 60 mins.
 
  --
  Internets. Serious business.




 --
 Internets. Serious business.




-- 
Internets. Serious business.


[twitter-dev] Re: How to calculate time remaining for rate limit

2009-07-02 Thread danksoft

JDG, any way I can talk to you via AIM or Skype?

On Jul 2, 4:34 pm, JDG ghil...@gmail.com wrote:
 Actually, I think that might be specific to VB.NET and I just read you're
 using 6. I think that you can use the GetSystemTime API call[1] to do the
 same thing in VB6.

 [1]http://www.ex-designz.net/apidetail.asp?api_id=145



 On Thu, Jul 2, 2009 at 17:31, JDG ghil...@gmail.com wrote:
  My VB is very rusty, but can you use DateTime.UtcNow instead of Now?

  On Thu, Jul 2, 2009 at 17:21, danksoft danks...@gmail.com wrote:

  I'm using VB6, heres my code in case you know it...

  Dim iSec As Long
  Dim iNow As Long

  iSec = Parsed time from XML
  iNow = DateDiff(s, #1/1/1970#, Now, vbUseSystemDayOfWeek,
  vbUseSystem)

  So then I do iSec - iNow which gives me 12:00 but that still isn't
  right...

  On Jul 2, 3:57 pm, JDG ghil...@gmail.com wrote:
   Obviously, that will only work in your time zone. What language are you
   using? Most have a way to get the current time in UTC time as opposed to
   local time.

   On Thu, Jul 2, 2009 at 16:54, danksoft danks...@gmail.com wrote:

Wow I feel stupid lol. I noticed I have to subtract 8 hours from it.

On Jul 2, 3:42 pm, danksoft danks...@gmail.com wrote:
 Ok, the difference I'm getting is still 8 hours...

 7/2/2009 11:41:23 PM(epoch time) : 7/2/2009 3:40:56 PM(current time)

 Am I still doing something wrong?

 On Jul 2, 2:19 pm, Matt Sanford m...@twitter.com wrote:

  Yup. In all likelihood your programming language or environment
  already has a function for getting the current epoch time and you
  can
  just subtract the two to find out the number of seconds remaining.

  — Matt

  On Jul 2, 2009, at 2:10 PM, danksoft wrote:

   So I would just get the UTC time convert it to a date and find
  the
   difference in time between UTC time and time now?

   On Jul 2, 1:33 pm, Matt Sanford m...@twitter.com wrote:
   Hello there,

        The reset-time-in-seconds is a the UNIX time (a.k.a Epoch
  time,
   number of seconds since 1970-01-01 UTC) at which the rate limit
  will
   reset.

   Thanks;
     – Matt Sanford / @mzsanford
         Twitter Dev

   On Jul 2, 2009, at 1:05 PM, danksoft wrote:

   Hi, I'm creating a small app like TweetDeck and was wondering
  how
to
   calculate the correct time when your rate limits reset...

   The XML I parsed is:
   reset-time-in-seconds
  type=integer1246568101/reset-time-in-
   seconds

   So in order to convert seconds to minutes you do seconds
   0.0167 * 1246568101
   Therefore, 1246568101 seconds = 20776135.01666 minutes

   Which is not right if limits are reset every 60 mins.

   --
   Internets. Serious business.

  --
  Internets. Serious business.

 --
 Internets. Serious business.


[twitter-dev] Re: place to discuss business of twitter apps

2009-07-02 Thread Carmen Delessio
There is a popular linkedin group called Twitter Innovators. Might be  fit.
http://www.linkedin.com/groups?about=gid=139663

*Twitterers on Linkedin who tweet. Many members are experts on innovation or
passionate about using creativity to Twitter. Exchange questions, ideas 
advice. Organized by Gerald Solutionman Haman and SolutionPeople's global
network of innovation people who tweet on Twitter.*

Carmen
http://talkingandroid.wordpress.com/

On Thu, Jul 2, 2009 at 9:23 PM, Joe Mayo mayos...@gmail.com wrote:


 Here's a group that you might try: http://twtfnd.ning.com/

 Joe

 On Jul 2, 4:49 pm, Peter Denton petermden...@gmail.com wrote:
  Hey friends
  Does anyone have a space we can ask questions about the business of
 twitter
  apps?  For example, if I have questions/concerns/theories about being in
 the
  business of building twitter apps, anyone know where to do this?
  I usually ask jazzychad 20-30 questions a day, but he hired a mod to
 filter
  my emails, so the response rate is getting too low.
 
  -Peter



[twitter-dev] Needing advice / suggestions from you guys!

2009-07-02 Thread Arnaud

Dear Twitter-Dev-Family,

I think I finally managed to validate the V1 of the web app I’ve been
working on these last months, and I’m about to start its promotion.
Well… I’ll just need to figure out how, but that’s another
problem :)

Twitoaster ( that’s the name of the app - http://twitoaster.com )
threads and archives your twitter conversations, bringing you all the
related background, context and statistics. If you have time, take a
look on the quick guide ( http://twitoaster.com/quick-guide ).

I would sincerely love to hear your thoughts, suggestions and advices.
Design, features, usability… Anything! And if you have any question,
please let me know!

Thanks a lot for your help,
Arnaud.
@twitoaster