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

2010-10-23 Thread Christian Fazzini
Slate. Search wont work It searches ALL users. I want to search for users in an interest group. Basically, the group in users/suggestions is what I want to base the search on On Oct 22, 10:33 pm, Slate Smith sl...@slatesmith.com wrote: http://search.twitter.com/search.json?q=%23OAuth〈=enrpp=100;

[twitter-dev] Cann't create application b/c settings/connection tab is missing

2010-10-23 Thread K
Hey guys, I just created a new Twitter account, and I want to create application so that I can send tweets using the 3rd-party app I created. However, setting/connections tab is missing, thus I cannot go to developer page to create my app. What am I doing wrong? Thanks!! Kate -- Twitter

[twitter-dev] A little Google Voice SMS example in Perl

2010-10-23 Thread Neal Rauhauser
I take no responsibility for what you perl monks do with this one ... mind the SSL dependency, the CPAN load didn't handle that for me and it required manual intervention. #!/usr/bin/perl use Google::Voice; my $g = Google::Voice-new-login('acco...@gmail.com', 'password);

Re: [twitter-dev] A little Google Voice SMS example in Perl

2010-10-23 Thread James Jones
That is awesome Sent from my iPhone On Oct 23, 2010, at 4:44 PM, Neal Rauhauser nrauhau...@gmail.com wrote: I take no responsibility for what you perl monks do with this one ... mind the SSL dependency, the CPAN load didn't handle that for me and it required manual intervention.

Re: [twitter-dev] Converting to oAuth / xAuth from Progress Open Edge applications

2010-10-23 Thread Martin Hannah
Hi Matt, Thanks for the response, I went back and looked closely at the possible trouble spots you suggested (the epoch time, the consumer key, the parameters not repeated) and its all fine. I used the program to produce epoc time and compared these to http://unixtimestamp.com/index.php and was

[twitter-dev] media types in the tweet

2010-10-23 Thread mostafa farghaly
on twitter.com if the tweet contain image, video ...etc : the tweet will have image video icons even if the links to this media is short ... is there a better way for knowing the media types in the tweets from the API than analyzing the long urls ? -- Twitter developer documentation and

[twitter-dev] Occasional 401s with correct tokens

2010-10-23 Thread DWF
For Tweed for webOS, we have a perfectly fine OAuth implementation and most of our requests go through just fine (and have for a few months). However, we get occasional 401s. After digging around a bit we found that correctly-signed requests can timeout on the server side and Twitter returns a

Re: [twitter-dev] A little Google Voice SMS example in Perl

2010-10-23 Thread Slate Smith
So ill. PHP time now. On Oct 23, 2010, at 5:32 PM, James Jones wrote: That is awesome Sent from my iPhone On Oct 23, 2010, at 4:44 PM, Neal Rauhauser nrauhau...@gmail.com wrote: I take no responsibility for what you perl monks do with this one ... mind the SSL dependency, the CPAN load