[twitter-dev] Re: Request for documentation review

2009-04-14 Thread Ahmed
Hi Doug, I had a look at the SEARCH section of the documentation (not the trends) since the application I am developing primarily uses the search API. First I do like the extra use of examples and I think this will help the new developers out. I have a few observations. 1 - It says that the

[twitter-dev] Re: Is there a way to tell if a tweet has been favorited (regardless of user)?

2009-04-14 Thread Mark Ng
2009/4/13 Damon Clinkscales sca...@pobox.com http://twitfave.com/ (and I think they recently said they are offering an API) I built and run twitfave - thanks for mentioning it ! We do actually offer an knocked-together API, see http://twitfave.com/home/about/api - I'm very keen to improve

[twitter-dev] Re: autenticating user using OAuth

2009-04-14 Thread Hameedullah Khan
On Apr 14, 12:37 am, Matt Sanford m...@twitter.com wrote: Hi Hameedullah,      It is currently the case that you will get the Accept/Deny page   every time. We're working on a redirect like Zachary mentioned and   hope to have it out by the end of the week. Thats really nice to know.

[twitter-dev] Re: autenticating user using OAuth

2009-04-14 Thread Hameedullah Khan
On Apr 14, 12:41 am, Doug Williams d...@twitter.com wrote: Where are you storing the secret upon authorization? Is it going into persistent storage (such as a database) for future use? Yes, now storing the secret in persistent db so and using internal authentication so user does not have to

[twitter-dev] Automating twitter posts

2009-04-14 Thread dondmcg
I work for a newspaper and we have more and more limited resources and four flags newspapers. I am wondering if there is any way o automate twitter posts off an RSS feed or newsletter? In other words if I set up four twitter accounts to the four papers is there a way I can populate htose

[twitter-dev] Re: update_profile_image not updating user's profile_image_url

2009-04-14 Thread Cameron Kaiser
Thanks, I have sent you a Charles bebug output. Interesting to see is that with a request I first get a 401 unauthorised error. Strictly speaking, per the HTTP spec, clients should not reply with authentication information to a resource that has not first requested it. The 401 is to make that

[twitter-dev] Re: Geocoding posts

2009-04-14 Thread Abraham Williams
As far as I know Twitter does not save any geo data for individual tweets. None is available through the API anyways. On a side note: Laconi.ca is working on adding geolocations for each notice. This could be incredibly useful information especially with the increased penetration of geo aware

[twitter-dev] Re: Geocoding posts

2009-04-14 Thread djMax
And there's no way for me to get all posts to try and do this myself right? On Apr 14, 11:43 am, Abraham Williams 4bra...@gmail.com wrote: As far as I know Twitter does not save any geo data for individual tweets. None is available through the API anyways. On a side note: Laconi.ca is

[twitter-dev] Re: Geocoding posts

2009-04-14 Thread Andrew Badera
Get all posts? Nope. Determine geolocation if you had all posts? Not likely. Possible, with some percentage accuracy or likelihood, but in general, just not likely, unless you're parsing for lat/long coords specifically ... On Tue, Apr 14, 2009 at 11:59 AM, djMax djm...@gmail.com wrote: And

[twitter-dev] OAuth issues with POST

2009-04-14 Thread Dimebrain
Hello, I originally commented on issue thread 447 but that issue was closed, so I wanted to repost my problem to see if it's something I'm doing wrong on my side. I am still failing, but using C# / .NET and a self-authored OAuth implementation. My GET calls work correctly, my POST calls 401.

[twitter-dev] Re: OAuth Failed to validate oauth signature and token if application already authorized

2009-04-14 Thread Dimebrain
This behavior resolved as of this morning; no need to investigate further, and no changes made. On Apr 13, 1:31 pm, Dimebrain daniel.cre...@gmail.com wrote: Hello, Recently, I have noticed that if I attempt to do a request token / access token exchange, i.e. a new application OAuth workflow,

[twitter-dev] How to get a user's friends?

2009-04-14 Thread Brandon Geiger
Right now we are using the method: http://twitter.com/friends/ids.json to get a user's friends, but it doesn't have the friend's screen_name, which is obviously how users identify their friends. So what we are currently having to do, is store the id's in our database then loop through and use

[twitter-dev] Re: Request for documentation review

2009-04-14 Thread Chad Etzel
A note on the Trends page: / QUOTE ***/ Twitter Search API Method: trends Returns the top ten queries that are currently trending on Twitter. The response includes the time of the request, the name of each trending topic, and the url to the Twitter Search results page for that topic.

[twitter-dev] Re: OAuth issues with POST

2009-04-14 Thread Matt Sanford
Hi Daniel, While working through issue 433 [1] we've discussed signatures pretty in-depth. This is an unrelated problem but I think you'll find the discussion about signatures there helpful, as it has several examples. The short-short answer is: • The string you sign should have the

[twitter-dev] Re: autenticating user using OAuth

2009-04-14 Thread Arik Fraimovich
On Apr 13, 10:37 pm, Matt Sanford m...@twitter.com wrote:      It is currently the case that you will get the Accept/Deny page   every time. We're working on a redirect like Zachary mentioned and   hope to have it out by the end of the week. Is this kind of usage you will encourage or is it

[twitter-dev] Re: Request for documentation review

2009-04-14 Thread Chad Etzel
More feedback about the Search API section: # Mentioning a user: http://search.twitter.com/search.atom?q=to%3Amzsanford to:user in Search-land means that the tweet physically begins with @user. This would be the stricter reply definition. I would change Mentioning to Replies to a user or

[twitter-dev] Re: How to get a user's friends?

2009-04-14 Thread Abraham Williams
there are several threads discussing this if you search the group. There may even be an open issue. On Tue, Apr 14, 2009 at 11:31, Brandon Geiger bran...@swarmforce.comwrote: Right now we are using the method: http://twitter.com/friends/ids.json to get a user's friends, but it doesn't have

[twitter-dev] Re: How to get a user's friends?

2009-04-14 Thread Matt Sanford
Hi Brandon, You can get the full user objects by paginating the /statuses/ friends method [1]. The ids method was added for the exact cache usage you describe, but only works well if you need to examine a users network information (things like followers-in-common). The reason we

[twitter-dev] Re: update_profile_image not updating user's profile_image_url

2009-04-14 Thread Alex Payne
What Cameron said. The first 401 is our servers saying, you need to identify yourself. Once that happens, the request seems to go through. On Tue, Apr 14, 2009 at 08:36, Cameron Kaiser spec...@floodgap.com wrote: Thanks, I have sent you a Charles bebug output. Interesting to see is that with

[twitter-dev] Re: public_timeline, invalid profile_image?

2009-04-14 Thread Alex Payne
Yes. We're testing a system that will replace the public timeline method for frequent requesters. On Mon, Apr 13, 2009 at 21:44, Eric Martin emarti...@gmail.com wrote: Alex - seems to still be an issue. Any updates on when we might see a fix? On Mar 30, 12:49 pm, Alex Payne a...@twitter.com

[twitter-dev] Re: Request for documentation review

2009-04-14 Thread Doug Williams
Ahmed and Chad, I'm rolling in all of those suggestions right now. Thank you both for thorough perusal. Any REST guys out there that can offer the similar insight? Doug Williams Twitter API Support http://twitter.com/dougw On Tue, Apr 14, 2009 at 9:50 AM, Chad Etzel jazzyc...@gmail.com wrote:

[twitter-dev] Re: Request for documentation review

2009-04-14 Thread Doug Williams
Ahmed and Chad, I'm rolling in all of those suggestions right now. Thank you both for thorough perusal. Any REST guys out there that can offer the similar insight? Doug Williams Twitter API Support http://twitter.com/dougw On Tue, Apr 14, 2009 at 9:50 AM, Chad Etzel jazzyc...@gmail.com wrote:

[twitter-dev] Updating icon for OAuth applications

2009-04-14 Thread Guan Yang
I have trouble updating the icon for my OAuth applications. I tried several different GIF and PNG files, much smaller than 700k and always get the error message: Your application was registered, but there was a problem with your application image. Probably too big. Has anyone else had this

[twitter-dev] Re: How to get a user's friends?

2009-04-14 Thread Brandon Geiger
Thanks guys. Sorry if repetitive. On Apr 14, 11:02 am, Matt Sanford m...@twitter.com wrote: Hi Brandon,      You can get the full user objects by paginating the /statuses/ friends method [1]. The ids method was added for the exact cache usage   you describe, but only works well if you need

[twitter-dev] Re: Em-dash, accented characters in updates: Failed to validate...

2009-04-14 Thread Abraham Williams
I'll try to have a look at this tonight. Abraham On Fri, Apr 10, 2009 at 19:02, Matt Sanford m...@twitter.com wrote: Hi Isaac, The change we implemented seems to have fixed people using a newer version of the Ruby oauth gem but it sounds like it may have broken some other libraries. My

[twitter-dev] Re: Em-dash, accented characters in updates: Failed to validate...

2009-04-14 Thread Matt Sanford
Hey Abraham, Checkout the dreaded issue 433 as we found out there is a bug in that RESERVED_CHARACTERS depending on the $KCODE variable. Thanks; — Matt On Apr 14, 2009, at 11:35 AM, Abraham Williams wrote: I'll try to have a look at this tonight. Abraham On Fri, Apr 10, 2009 at

[twitter-dev] Re: Automating twitter posts

2009-04-14 Thread Beier
Try HootSuite.com, not only will it automate your RSS tweets, it will also automate you whole Twitter accounts On Apr 14, 7:50 am, dondmcg d...@timesreview.com wrote: I work for a newspaper and we have more and more limited resources and four flags newspapers.  I am wondering if there is any

[twitter-dev] Re: Combination of search operators returns 404

2009-04-14 Thread Matt Sanford
Hi Daniel, The issue here is the until: sate being too far in the past and combined with filter:links. This does not seems like it should 404 so I'll try and correct that. Thanks; — Matt On Apr 13, 2009, at 07:34 PM, Dimebrain wrote: This query contains two documented search

[twitter-dev] Re: Trending Service for a given set of users

2009-04-14 Thread Carlos Crosetti
Please can you explain the trending output you are looking for? On Tue, Apr 14, 2009 at 2:45 PM, kalisurfer sean@gmail.com wrote: Hi All, Looking for a service where provided a list of users (100+) i can get back the trending URL, topics, hash and RT. Love to be able to access the

[twitter-dev] Re: Trending Service for a given set of users

2009-04-14 Thread Sean Scott
I'm currently building an AIR twitter client (yes i know yet another one) and part of the goal is to help users see what is popular (trending) within their own community. The most popular URLS and topics information exists for twitter at large, but sometimes what happens in your own group of

[twitter-dev] Best way to check for errors on status update using Twitter OAuth code

2009-04-14 Thread tweetalkr
Quick question: I am implementing OAuth and am using the sample PHP code Twitter gave out. My question is what is the best way to determine an error occurred with the status update using $content = $to-OAuthRequest('https://twitter.com/statuses/ update.xml', array('status' = 'Test OAuth update.

[twitter-dev] API Changes for April 14, 2009

2009-04-14 Thread Matt Sanford
Hello, Two bug fixes today, one of which was introduced by the OAuth signature change on April 9th. * Fixed (OAuth): non-ASCII characters in POST parameters were incompatible afte the April 9th change. That incompatibility was corrected. » See Also:

[twitter-dev] Re: Automating twitter posts

2009-04-14 Thread Alex
http://easytweets.com On Apr 14, 4:20 pm, Beier beier...@gmail.com wrote: Try HootSuite.com, not only will it automate your RSS tweets, it will also automate you whole Twitter accounts On Apr 14, 7:50 am, dondmcg d...@timesreview.com wrote: I work for a newspaper and we have more and more

[twitter-dev] combined DM feed?

2009-04-14 Thread Alex
Was hoping you would consider offering an API call that would return a combined DM feed of both sent and received DMs. Thoughts?

[twitter-dev] sending DM to all followers?

2009-04-14 Thread Alex
I'm wondering if there is a way - or if you would consider adding a way - to send a DM to all followers via the API? Obviously we could grab the followers list and iterate over it to send the DM to all, though that could require thousands of API calls depending on the user. (And could therefore

[twitter-dev] Re: Deprecation of source parameter registration

2009-04-14 Thread Doug Williams
We've finished the removal of this functionality from the site so third-party registration is no longer supported. If you feel that you have an extraordinary need for explicit source parameter registration, please email a...@twitter.com. Include why you need to register an application manually

[twitter-dev] Re: sending DM to all followers?

2009-04-14 Thread Chad Etzel
I believe that's called Tweeting -Chad On Tue, Apr 14, 2009 at 7:24 PM, Alex aybarb...@gmail.com wrote: I'm wondering if there is a way - or if you would consider adding a way - to send a DM to all followers via the API? Obviously we could grab the followers list and iterate over it to send

[twitter-dev] Re: combined DM feed?

2009-04-14 Thread Doug Williams
There has been some chatter before of offering combined feeds (user_timeline, friends_timeline, direct_messages, etc...) in a single call. However, we have recommended people build a proxy to do such aggregation until time and resources allow us to look into it. Doug Williams Twitter API Support

[twitter-dev] Re: sending DM to all followers?

2009-04-14 Thread Jesse Stay
Please don't. @Jesse On Tue, Apr 14, 2009 at 5:24 PM, Alex aybarb...@gmail.com wrote: I'm wondering if there is a way - or if you would consider adding a way - to send a DM to all followers via the API? Obviously we could grab the followers list and iterate over it to send the DM to all,

[twitter-dev] Re: sending DM to all followers?

2009-04-14 Thread Doug Williams
Alex, That sounds very spamish although there are certainly some use cases where it is acceptable. Proceed with caution when sending mass DMs. Ensure the messages you are sending are relevant and of value to your followers. Doug Williams Twitter API Support http://twitter.com/dougw On Tue, Apr

[twitter-dev] Re: sending DM to all followers?

2009-04-14 Thread Cameron Kaiser
I'm wondering if there is a way - or if you would consider adding a way - to send a DM to all followers via the API? I believe that's called Tweeting Indeed. Mass DMs are bad manners IMHO. -- personal: http://www.cameronkaiser.com/ -- Cameron

[twitter-dev] Re: sending DM to all followers?

2009-04-14 Thread Alex
The only reason I ask is that there are other services that are offering it, and I am wondering how they are doing it. Their web site implies they have some kind of special arrangement with Twitter though I don't know if that's the case. On Apr 14, 7:46 pm, Doug Williams d...@twitter.com

[twitter-dev] Re: sending DM to all followers?

2009-04-14 Thread Alex
The only reason I ask is that there are other services that are offering it, and I am wondering how they are doing it. Their web site implies they have some kind of special arrangement with Twitter though I don't know if that's the case. On Apr 14, 7:46 pm, Doug Williams d...@twitter.com

[twitter-dev] Re: sending DM to all followers?

2009-04-14 Thread Alex
I understand the negative implications of doing this. The main reason I ask is that I've had my users ask me. There are other sites offering such features, and their web sites imply they have some kind of special relationship with Twitter that allows them to do this. I'm not sure if that's

[twitter-dev] Re: sending DM to all followers?

2009-04-14 Thread Doug Williams
No, There is no special arrangement needed to send DMs through the API. Doug Williams Twitter API Support http://twitter.com/dougw On Tue, Apr 14, 2009 at 4:58 PM, Alex aybarb...@gmail.com wrote: I understand the negative implications of doing this. The main reason I ask is that I've had

[twitter-dev] Registration of OAuth applications via API

2009-04-14 Thread Dr Nic
Currently the only way (I think) to register an application to use the OAuth API is via the web form at http://twitter.com/oauth_clients/new which requires the user to use login/password on the main site. To automate this (e.g. move it into a command-line application like the twitter rubygem)

[twitter-dev] Re: Registration of OAuth applications via API

2009-04-14 Thread Lachlan Hardy
Can registration of OAuth applications be added to the API, please? That would be wonderful. Not that I disagree with the request, cause I think it'd be a great feature, but John added the Basic Auth support back into the gem about a week later:

[twitter-dev] Re: combined DM feed?

2009-04-14 Thread Dossy Shiobara
+1. Please? Is there an issue opened for this? --Original Message-- From: Alex Sender: twitter-development-talk@googlegroups.com To: Twitter Development Talk ReplyTo: twitter-development-talk@googlegroups.com Subject: [twitter-dev] combined DM feed? Sent: Apr 14, 2009 7:20 PM Was

[twitter-dev] Re: sending DM to all followers?

2009-04-14 Thread Dossy Shiobara
It's one way of pruning your followers ... :-) --Original Message-- From: Cameron Kaiser Sender: twitter-development-talk@googlegroups.com To: twitter-development-talk@googlegroups.com ReplyTo: twitter-development-talk@googlegroups.com Subject: [twitter-dev] Re: sending DM to all

[twitter-dev] Re: Registration of OAuth applications via API

2009-04-14 Thread Abraham Williams
Out of curiosity. What are the use cases for automated application creation? On Tue, Apr 14, 2009 at 18:53, Dr Nic dr...@mocra.com wrote: Currently the only way (I think) to register an application to use the OAuth API is via the web form at http://twitter.com/oauth_clients/new which

[twitter-dev] Re: sending DM to all followers?

2009-04-14 Thread Carlos Crosetti
Your timeline update is doing that already, what is the scenario you are thinking of? On Tue, Apr 14, 2009 at 8:24 PM, Alex aybarb...@gmail.com wrote: I'm wondering if there is a way - or if you would consider adding a way - to send a DM to all followers via the API? Obviously we could grab

[twitter-dev] Re: Trending Service for a given set of users

2009-04-14 Thread Carlos Crosetti
colo application, thanks! On Tue, Apr 14, 2009 at 6:33 PM, Sean Scott sean@gmail.com wrote: I'm currently building an AIR twitter client (yes i know yet another one) and part of the goal is to help users see what is popular (trending) within their own community. The most popular URLS and

[twitter-dev] Re: OAuth issues with POST

2009-04-14 Thread Dimebrain
Hi Matt, Thanks for replying. I had already tried the approach of using the source=test with the signatureBase without success, I still receive 401's for all POST calls, but GETs work fine. I'm suspecting that .NET itself is doing something that perhaps other libraries don't. I'll keep trying