[twitter-dev] Repeat request for clarification on signing specifics of Twitter OAuth (and possible deviations from the RFC/Specs)

2010-10-21 Thread Ciaran
Hi Folks, Apologies for re-posting this question, but I asked (in what I though was a fairly detailed and accurate manner :( ) a week or so ago this question: http://groups.google.co.uk/group/twitter-development-talk/msg/4d858cc2d48b63aa?hl=en Is there any chance someone is here that

[twitter-dev] Can the Twitter API grab results from the who_to_follow/interests/music url?

2010-10-21 Thread Christian Fazzini
In the Twitter API, is there a way to grab the list of users at the following url http://twitter.com/#!/who_to_follow/interests/music ? http://dev.twitter.com/doc/get/users/search is a bit too general. I need to narrow down my search results based on the interests/music category. Does the

Re: [twitter-dev] Can the Twitter API grab results from the who_to_follow/interests/music url?

2010-10-21 Thread CWorster
Hi, to get the categories: http://dev.twitter.com/doc/get/users/suggestions To receive the list of users of a given category: http://dev.twitter.com/doc/get/users/suggestions/:slug Example: http://api.twitter.com/1/users/suggestions/music/members.xml Hope this helps. Chris -- Twitter

Re: [twitter-dev] Can the Twitter API grab results from the who_to_follow/interests/music url?

2010-10-21 Thread CWorster
Add: http://api.twitter.com/1/users/suggestions/music/members.xml (includes last status) http://api.twitter.com/1/users/suggestions/music.xml (pure user list) -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi

Re: [twitter-dev] Re: Snowflake: An update and some very important information

2010-10-21 Thread David Nicol
Unless I did the math wrong, a 64 bit quantity is expressable in (64 * log(2)) / log(62) = 10.7487219 eleven characters drawn from A-Za-z0-9 and they can still be sortable! -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

[twitter-dev] delimited=length on user streams w/ GET?

2010-10-21 Thread Igor Clark
Hi there, I've got the following requests responding happily:

[twitter-dev] Error with Tweet Button in IE

2010-10-21 Thread Deve
Hi, I'm trying to implement the tweet button in my website, and there is a script error when using Internet Explorer: 'invalid procedure call or argument. Since I'm not the first one to use the Tweet button, I guess I'm doing some kind of a mistake. Can you please help? This is the code I used:

[twitter-dev] Twitter 401 Unauthorized access problem

2010-10-21 Thread Francomaniac
Hello, I am having issue with gaining access to twitter to obtain the necessary information to use within my website. I checked and rechecked my details within my application and on my twitter application site and all are exactly as they should be. I proceed with the steps as instructed and

[twitter-dev] Re: Auto Response - Reply/Follow

2010-10-21 Thread Sruthi
Hi Taylor, Good Evening. Thank you for your detailed reply. It helped me a lot. - Sruthi www.inkakinada.com/twitter On Oct 20, 7:24 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: If you're planning on implementing auto-reply features, you should request that your users follow the

[twitter-dev] Twitter Oauth problem

2010-10-21 Thread TwitterNoob
Hi, My twitter application is Rails based and it uses twitter-auth-0.1.22. The application has been working fine all of the sudden but about a couple weeks ago the app stopped allowing me to sign in via twitter and it displays this message in the log OAuth::Unauthorized (401 Unauthorized):

[twitter-dev] OAuth Echo, keep getting a 401

2010-10-21 Thread Skipper
Hello, I am building a service similar to TwitPic but for long messages. I am using Echo OAuth and I wrote a unit testing script to show you what is going on http://api.tweedom.com/unittest/unittest.php On the back end I am opening the header, unfolding the content in X-

[twitter-dev] Cam Button?

2010-10-21 Thread DonCrack
You have one on msn messenger. Why not twitter? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group:

Re: [twitter-dev] Cam Button?

2010-10-21 Thread Tom van der Woerdt
Excuse me? You want a webcam button on Twitter? You seem to be missing the point of Twitter. If someone wants a webcam service on Twitter, he/she simply puts a http://web.c.am link in a tweet and that's it. Twitter is just a large database with short messages ;-) Tom On 10/21/10 6:50 PM,

Re: [twitter-dev] Re: Multiple Tweet buttons on a page

2010-10-21 Thread Slate Smith
NP :P On Oct 21, 2010, at 12:01 PM, conde wrote: Actually got it to work now! Secret is this line within the tag data-via=your_domain On Oct 20, 4:05 pm, Slate Smith sl...@slatesmith.com wrote: Inspect element on the Tweet buttons and you will see the individual params.http://plnt.me/xRlft

[twitter-dev] Re: Tweet Box Not Working...

2010-10-21 Thread mkp
Anyone have any ideas at all? I've fixed the callback URL issue... Now the problem is that it never actually posts my tweet, just attempts to upload forever. Must be some way to fix this connection? On Oct 21, 11:09 am, mkp mikaelkess...@gmail.com wrote: Hey Everyone, I'm trying to develop

[twitter-dev] Re: Can the Twitter API grab results from the who_to_follow/interests/music url?

2010-10-21 Thread Christian Fazzini
Thanks for that CWorster. It also says: It is recommended that end clients cache this data for no more than one hour. Does anyone know how this can be done in Ruby on Rails? On Oct 21, 7:55 pm, CWorster cwors...@schlimmer.com wrote: Add:

Re: [twitter-dev] Re: Tweet Box Not Working...

2010-10-21 Thread Adriaan Pelzer
I assume you got it working? Because I just tested it, and it worked for me ... Adriaan Pelzer RAAK putting you in touch with your crowds http://www.wewillraakyou.com http://www.wewillraakyou.comtwitter: http://www.twitter.com/adriaan_pelzer linkedIn:

[twitter-dev] Which is the best API

2010-10-21 Thread antonio...@gmail.com
Dear List, I developed a Social Media Monitoring service called Vizir( http://www.vizir.com.br), and nowadays we are using the REST API to search the monitored keywords, but I'm thinking that the best choice to my app is to use the Streaming API, Am I right? Is the Streaming API the best choice

[twitter-dev] recommended sleep time between queries for Streaming API?

2010-10-21 Thread Kim
Hi all, I'm looking for clarification of this statement in the Twitter Streaming API docs: But, if you code anything in a while loop that also doesn't have a sleep, you will eventually get the hatchet for some small number of minutes. (http://dev.twitter.com/pages/streaming_api_concepts) That

[twitter-dev] Authlogic OAuth 401 error

2010-10-21 Thread Happy Dawg
So our twitter integration was working fine, and still is on local host, however it stopped working in production and we do not know what has happened and how to resolve. Anyone else have this issue or can point us in the right direction? 401 Unauthorized

[twitter-dev] Re: Remaining hits for rate limit going down, I'm not doing anything

2010-10-21 Thread DaveH
Josh: The obvious thing is to register you app and then authenticate with OAuth. You will then have your very own rate limit to consume based on the application name. On Oct 20, 4:57 pm, Josh godatp...@gmail.com wrote: Yeah...I forgot about the whole shared host thing.  That really sucks.  My

[twitter-dev] Re: t.co question

2010-10-21 Thread DaveH
Does anyone have an update from the Twitter team on when t.co will make its way into messages sent via API calls? On Oct 16, 7:01 pm, DaveH d...@idreia.com wrote: What are the plans to implement the automaticallyt.courl shortening feature via tweets that are sent in via the API? I am getting

[twitter-dev] Re: t.co question

2010-10-21 Thread kprobe
And to ask a related url shortening question that I posed last week and has not been answered ... x.co/xyz was automatically detected as a URL link two weeks with newtwitter, but abruptly stopped working, forcing use of http:// or www. prefix to be prepended again. Can this feature be brought

[twitter-dev] Re: How to tweet?

2010-10-21 Thread José Luis
Thanks Slate. I will have to take a look at it. On 20 oct, 19:15, Slate Smith sl...@slatesmith.com wrote: I use @abraham's TwitterOAuth lib with a wrapper class. It's pretty   simple actually. Here is my method:         public function Tweet($tweet) {                 $parameters =

[twitter-dev] Hello from Mark Mason

2010-10-21 Thread Mark Mason
I am interested in building a couple of twitter applications and would like to use all the code I can find. Would like to know how to have a twitter app add a stripe to a user's avatar. Mark Also looking for ideas for the only buzz domain left http://buzzsucks.com -- Twitter developer

[twitter-dev] Net::Twitter::Lite get_authorization_url missing oauth_token ?

2010-10-21 Thread James McGill
hi, I'm trying to use Net::Twitter::Lite OAuth. [...] unless ( $nt-authorized ) { # The client is not yet authorized: Do it now print Authorize this app at , $nt-get_authorization_url, and enter the PIN#\n; [...] which produces: Authorize this app at

[twitter-dev] Which is the best API

2010-10-21 Thread Antonio Anderson Souza
Dear List, I developed a Social Media Monitoring service called Vizir(http:// www.vizir.com.br), and nowadays we are using the REST API to search the monitored keywords, but I'm thinking that the best choice to my app is to use the Streaming API, Am I right? Is the Streaming API the best choice

Re: [twitter-dev] Hello from Mark Mason

2010-10-21 Thread Slate Smith
Add a stripe? haha. Umm GD/PHP Image-Magick ... Pretty easy app maybe you could roll it in like 20 mins. Check out Image-Magick and @abraham's TwitterOAuth lib for PHP/REST. - Slate. On Oct 21, 2010, at 8:38 PM, Mark Mason wrote: I am interested in building a couple of twitter

[twitter-dev] Twitter PHP Class

2010-10-21 Thread Slate Smith
Anyone want to buy a Twitter PHP 5 OAuth / REST wrapper. It's self explanatory. Then we can really cut down on list traffic :P - Slate. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements

Re: [twitter-dev] Tweet Box Not Working...

2010-10-21 Thread Andrew Cross. Gna
Hi, If you feel free would you pls send the source code, you used to develop this application. If you have downloaded from any sites, it is also enough only the links to get the source I will give it a try to diagnose the problem. Because, the link you have sent is working fine from my

[twitter-dev] More rate limit problems, this time with the stream

2010-10-21 Thread Josh
I'm again have a problem with the rate limit, this time with the one stream I'm trying to set up. When I check my status using my application account with basic authentication, it says I have 20 of 20 hits left. First of all, I'm wondering why this is set to 20? Second I check my

[twitter-dev] Re: More rate limit problems, this time with the stream

2010-10-21 Thread Josh
Upon further testing, it seems to be an intermittent problem. In addition, I'm getting regular empty tweets. The tweet ID and user id are 0, everything else is empty. On Oct 22, 12:33 am, Josh godatp...@gmail.com wrote: I'm again have a problem with the rate limit, this time with the one