Re: [twitter-dev] How to get Following count of user

2009-12-18 Thread Gaurav Shaha
It is showing page not found error On Fri, Dec 18, 2009 at 10:05 AM, Abraham Williams 4bra...@gmail.comwrote: Try using: http://apiwiki.twitter.com/Twitter-REST-API-Method:-users show there is a followers_count element. Abraham On Thu, Dec 17, 2009 at 22:03, Gaurav Shaha

Re: [twitter-dev] How to get Following count of user

2009-12-18 Thread Damon Clinkscales
On Fri, Dec 18, 2009 at 2:09 AM, Gaurav Shaha gauravshah...@gmail.com wrote: Try using: http://apiwiki.twitter.com/Twitter-REST-API-Method:-users show there is a followers_count element. Yeah, that doc's not coming up right now. It looks like this: $ curl

Re: [twitter-dev] How to get Following count of user

2009-12-18 Thread Gaurav Shaha
thank you, but i want following count. does friends_count mean following count??? On Fri, Dec 18, 2009 at 1:54 PM, Damon Clinkscales sca...@pobox.com wrote: On Fri, Dec 18, 2009 at 2:09 AM, Gaurav Shaha gauravshah...@gmail.com wrote: Try using:

[twitter-dev] Re: API Versioning Revisited

2009-12-18 Thread Rich
Except RT, Geo and Lists are all in the version 1 API directory On Dec 18, 4:43 am, Abraham Williams 4bra...@gmail.com wrote: So say Geo is version 3, RT is version 4 and Lists is version 5. All of which are still in beta. If something goes wrong with Geo do they revert to 2 and disable RTs

Re: [twitter-dev] How to get Following count of user

2009-12-18 Thread Abraham Williams
Friends are the users the specified account follows. Followers are the users that follow the specified account. Abraham On Fri, Dec 18, 2009 at 04:46, Gaurav Shaha gauravshah...@gmail.com wrote: thank you, but i want following count. does friends_count mean following count??? On Fri, Dec

[twitter-dev] Re: Desktop App oAuth GET request with valid accesstoken returns 401 Unauthorized

2009-12-18 Thread Sanjay
We are still trying with no luck :-(. Is somebody from Twitter listening who could help us here? I think we are making some little mistake which is blocking us. It's really frustrating. Maybe if somebody could check at server side and let us know if our encoding or string formation or what might

[twitter-dev] Some links are throwing DNS error - cannot find server

2009-12-18 Thread Sanjay
Is it at my end or others are also facing this? I am getting DNS error - cannot find server for following urls - http://apiwiki.twitter.com/, http://help.twitter.com/forums/31935/entries, http://help.twitter.com/forums/10713/entries. I can log in and see timeline meaning twitter is available but

[twitter-dev] Re: hits, visits, etc to my tweets

2009-12-18 Thread Frank
What a bit.ly kink? How do I get and apply one to my tweet? On Dec 17, 10:01 am, Terry Jones te...@jon.es wrote: Frank == Frank  gn...@windstream.net writes: Frank Is there any way the number of hits on my tweet?  I am interested Frank only in the number of folks who have viewed or visited

Re: [twitter-dev] Some links are throwing DNS error - cannot find server

2009-12-18 Thread Andrew Badera
DNS was attacked yesterday or last night. Issues are probably still ongoing/being sorted out. ∞ Andy Badera ∞ +1 518-641-1280 Google Voice ∞ This email is: [ ] bloggable [x] ask first [ ] private ∞ Google me: http://www.google.com/search?q=andrew%20badera On Fri, Dec 18, 2009 at 5:18 AM,

Re: [twitter-dev] Re: hits, visits, etc to my tweets

2009-12-18 Thread Andrew Badera
http://lmgtfy.com/?q=bit.lyl=1 ∞ Andy Badera ∞ +1 518-641-1280 Google Voice ∞ This email is: [ ] bloggable [x] ask first [ ] private ∞ Google me: http://www.google.com/search?q=andrew%20badera On Fri, Dec 18, 2009 at 6:42 AM, Frank gn...@windstream.net wrote: What a bit.ly kink? How do I get

[twitter-dev] List of Follower

2009-12-18 Thread Gaurav Shaha
How to get list of user followers without asking my password(i.e. authentication) Thank you in advance, currently i am using request url as http://twitter.com/statuses/followers.xml; which need username as well as password. -- Warm Regards, Gaurav Shaha 9823359549. Don't try to show off,

[twitter-dev] Re: Desktop App oAuth GET request with valid accesstoken returns 401 Unauthorized

2009-12-18 Thread Duane Roelands
Sanjay, There are several really good .NET libraries that handle OAuth already. I would give TweetSharp a look to see if it meets your needs. You might also want to look at TwitterVB. http://tweetsharp.com http://twittervb.codeplex.com On Dec 18, 5:01 am, Sanjay shosansha...@gmail.com wrote:

Re: [twitter-dev] List of Follower

2009-12-18 Thread Abraham Williams
That is because you a re not specifying the user whose followers you want. Have a look at the parameters section: http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0followers On Fri, Dec 18, 2009 at 07:47, Gaurav Shaha gauravshah...@gmail.com wrote: How to get list of user

Re: [twitter-dev] Re: API Versioning Revisited

2009-12-18 Thread Abraham Williams
Correct. I presented a hypothetical issue of a hypothetical solution. Abraham On Fri, Dec 18, 2009 at 05:07, Rich rhyl...@gmail.com wrote: Except RT, Geo and Lists are all in the version 1 API directory On Dec 18, 4:43 am, Abraham Williams 4bra...@gmail.com wrote: So say Geo is version 3,

[twitter-dev] Re: API Versioning Revisited

2009-12-18 Thread Dewald Pretorius
I see your point. Scratch that idea. Dewald On Dec 18, 12:43 am, Abraham Williams 4bra...@gmail.com wrote: So say Geo is version 3, RT is version 4 and Lists is version 5. All of which are still in beta. If something goes wrong with Geo do they revert to 2 and disable RTs and Lists? Abraham

Re: [twitter-dev] Re: URLification

2009-12-18 Thread Chad Etzel
This might be relevant to your interests: http://daringfireball.net/2009/11/liberal_regex_for_matching_urls Something definitely changed in the twitter web front-end code which is borking url matching as of a month or so ago... -Chad On Fri, Dec 18, 2009 at 2:44 AM, Harshad RJ

[twitter-dev] Re: Questions about opening the firehose

2009-12-18 Thread Amitab
Hi Raffi, Will the geo-hose streaming API return only those tweets which are geo- tagged, or will it also return tweets for users whose location (in profile) falls within the lat, lon specified. If it returns only tweets that are geo-tagged, I guess the volume of returned tweets will be pretty

Re: [twitter-dev] Re: Questions about opening the firehose

2009-12-18 Thread Raffi Krikorian
Will the geo-hose streaming API return only those tweets which are geo- tagged, or will it also return tweets for users whose location (in profile) falls within the lat, lon specified the geo-hose will only return tweets that are geotagged. while the volume may be low (comparably) now, its

Re: [twitter-dev] Re: Twitter Search cache or delayed data?

2009-12-18 Thread Mark McBride
I'm not at all familiar with PHP code, but my guess is that the fopen call failed. That could be due to invalid credentials passed in (did you edit username:password?), internet flakiness, etc. Can you make that call with curl from the command line? On Thu, Dec 17, 2009 at 2:15 PM, Will

[twitter-dev] Loose ends for List and Retweet APIs

2009-12-18 Thread Marcel Molina
There are some loose ends that need to be tied up in both the List and Retweet APIs to round out the feature set and fix some bugs. I want to crank these all out. So here is a little list I've been building. Please add what I've left out and you think is missing. Retweet: * add retweet_count to

Re: [twitter-dev] Re: Getting retweets in user timelines

2009-12-18 Thread Marcel Molina
The backwards compatibility problem is SAX event based parsers that, without proper code in place to set the current context, will just blindly grab the screen_name and text attributes etc in potentially non-deterministic ways thus mixing up, potentially, the tweeter from the retweeter, and the

[twitter-dev] Twitter4J 2.1.0-SNAPSHOT build now supports list members/subscribers methods

2009-12-18 Thread Yusuke Yamamoto
Hi all, I'm glad to announce that the Twitter4J latest SNAPSHOT build now supports list members/subscribers methods. Please note that twitter4j.List class has been renamed to twitter4j.UserList to avoid class-name confliction with java.util.List. - Download twitter4j-2.1.0-SNAPSHOT.zip

Re: [twitter-dev] Status update 11:27pm PDT

2009-12-18 Thread Ryan Sarver
We just posted a status update to blog.twitter.com which you can find here: http://blog.twitter.com/2009/12/update-on-last-nights-dns-disruption.html Please let us know if you have any questions. Best, Ryan On Thu, Dec 17, 2009 at 11:28 PM, Ryan Sarver ryan.sar...@gmail.com wrote: Just wanted

[twitter-dev] Account Suspension, Retweet Limitations

2009-12-18 Thread kovshenin
Hey everyone, I've recently setup a new account and made it retweet some messages based on hashtags every few seconds. I'm using the new retweets API and I couldn't get passed ~ 35 tweets when Twitter has blocked my account. There was no spam, pornography or any other violation. Anybody know if

[twitter-dev] Re: Loose ends for List and Retweet APIs

2009-12-18 Thread Brendan
It would be good to be able to get retweets in a user's timeline. If that is not possible for backwards compatibility reasons, is it possible to have a function such as retweets_by_user which has similar semantics to retweets_by_me, except we can specify the user whose retweets are being

Re: [twitter-dev] Account Suspension, Retweet Limitations

2009-12-18 Thread Josh Roesslein
You might be running into some sort of anti-spam measure twitter has in place. I'd fire off an email to a...@twitter.com and see if they can help. Josh On Fri, Dec 18, 2009 at 4:27 PM, kovshenin kovshe...@live.com wrote: Hey everyone, I've recently setup a new account and made it retweet some

Re: [twitter-dev] Re: Loose ends for List and Retweet APIs

2009-12-18 Thread Cameron Kaiser
It would be good to be able to get retweets in a user's timeline. If that is not possible for backwards compatibility reasons, is it possible to have a function such as retweets_by_user which has similar semantics to retweets_by_me, except we can specify the user whose retweets are being

Re: [twitter-dev] Re: Loose ends for List and Retweet APIs

2009-12-18 Thread Marcel Molina
Or conceivably (though arguably janky) there could be an additional parameter you provide for the user timeline that opts you in to having retweets appear. e.g. ?include_retweets=true On Fri, Dec 18, 2009 at 3:08 PM, Cameron Kaiser spec...@floodgap.comwrote: It would be good to be able to get

[twitter-dev] Re: Loose ends for List and Retweet APIs

2009-12-18 Thread dean.j.robinson
Retweets of Me (http://apiwiki.twitter.com/Twitter-REST-API-Method%3A- statuses-retweets_of_me) * add details about who retweeted your tweets, only needs to be first retweeter and a count of total number of times retweeted. Lists: * add list details node (eg. same as GET list_id method) to other

[twitter-dev] The Twitter DNS fiasco

2009-12-18 Thread Scott Haneda
Am I the only one who thinks this is somewhat disingenous, or at least lacking in details? http://blog.twitter.com/2009/12/update-on-last-nights-dns-disruption.html I dontv even know what happened. I'm guessing, somehow, Twitter.com had their DNS records pointed to some arbitrary host. I

[twitter-dev] Re: Reg Fetch tweets by append GEO Code to URL from Search API

2009-12-18 Thread dbasch
I tried your query and got a timeout. My guess is that it's just a very expensive query to compute because of the large radius. It seems to work fine with a smaller radius. Diego On Dec 18, 3:25 am, praveenkumar nakka nakka.praveenku...@gmail.com wrote: Hai, I was using search API to get

Re: [twitter-dev] Loose ends for List and Retweet APIs

2009-12-18 Thread John O'Brien
Qd On 12/18/09, Marcel Molina mar...@twitter.com wrote: There are some loose ends that need to be tied up in both the List and Retweet APIs to round out the feature set and fix some bugs. I want to crank these all out. So here is a little list I've been building. Please add what I've left out

[twitter-dev] Re: URLification

2009-12-18 Thread dean.j.robinson
I've recently switch to using this regex for pulling out links, haven't spotted any issues with any extra characters surrounding the links as yet. /(?i)\b((?:[a-z][\w-]+:(?:\/{1,3}|[a-z0-9%])|www\d?[.])(?:[^\s()]+|\ ([^\s()]+\))+(?:\([^\s()]+\)|[^`!()\[\]{};:\'.,?«»“”‘’\s]))/ It was posted by

Re: [twitter-dev] Re: Loose ends for List and Retweet APIs

2009-12-18 Thread Cameron Kaiser
Retweets of Me (http://apiwiki.twitter.com/Twitter-REST-API-Method%3A- statuses-retweets_of_me) * add details about who retweeted your tweets, only needs to be first retweeter and a count of total number of times retweeted. +1 -- personal:

Re: [twitter-dev] Re: Loose ends for List and Retweet APIs

2009-12-18 Thread Cameron Kaiser
Or conceivably (though arguably janky) there could be an additional parameter you provide for the user timeline that opts you in to having retweets appear. e.g. ?include_retweets=true Right, exactly. I would adore this. -- personal:

[twitter-dev] Doing a search with from:username_with_underscore doesnt seem to work

2009-12-18 Thread Joe
I am trying to search for all messages from a particular for eg from:the_hindu It doesnt work. How is this supposed to be done?

[twitter-dev] Re: Desktop App oAuth GET request with valid accesstoken returns 401 Unauthorized

2009-12-18 Thread Sanjay
Hey Duane, many thanks for your reply. We did consider the existing .NET libraries but due to some reasons we were to write our own code for basic functionalities. Secondly, with our existing code we completed the process of getting access token and secret key without much problem. I am wondering

[twitter-dev] Getting only few tweets for home_timeline.

2009-12-18 Thread Sakthi
Hi , I am developing twitter client mobile application for iPhone. From my application if i make tweets request using home_timeline url and direct_messages timeline with count as 11 sometimes i am getting response as only few tweets.I need your support regarding this issue. Regards,

[twitter-dev] Error using the search API

2009-12-18 Thread sitting tiger
Hi, I am getting error like this while testing my app using Twitter Search API: {'error': 'You have been rate limited. Enhance your calm.'} I do not think that I am reaching the 2 limit. What should I do/check? Thanks in advance.

[twitter-dev] Re: Doing a search with from:username_with_underscore doesnt seem to work

2009-12-18 Thread dbasch
It's not the underscore. These queries work: http://search.twitter.com/search?q=from%3Ajamie_oliver http://search.twitter.com/search?q=from%3Adavid_henrie This particular one doesn't: http://search.twitter.com/search?q=from%3Athe_hindu to:the_hindu does work. Just speculating, but perhaps

[twitter-dev] Re: Error using the search API

2009-12-18 Thread fbparis
First you should read this : http://apiwiki.twitter.com/Rate-limiting On Dec 18, 8:19 pm, sitting tiger huayin.w...@gmail.com wrote: Hi, I am getting error like this while testing my app using Twitter Search API: {'error': 'You have been rate limited. Enhance your calm.'} I do not think

Re: [twitter-dev] Re: Reg Fetch tweets by append GEO Code to URL from Search API

2009-12-18 Thread praveenkumar nakka
I tried with 200 KM radius even though i got same error. On Fri, Dec 18, 2009 at 11:55 PM, dbasch dba...@gmail.com wrote: I tried your query and got a timeout. My guess is that it's just a very expensive query to compute because of the large radius. It seems to work fine with a smaller

[twitter-dev] Getting tweets of specific location

2009-12-18 Thread dhaval
Hey all I am hearing about the Geo Location and Geo Tagging since long. But I want to know how do I use it in my requirement. I am getting data from the search api. I want tweets which belongs only to the US. Is there a possible way where I can filter only the tweets that belongs to the US? Does

[twitter-dev] FileSocial error

2009-12-18 Thread John Meyer
I'm getting a 500 error on FileSocial.com when using the API, and I was wondering if anybody else is getting this type of error.