Re: [twitter-dev] Farsi Twitter App

2010-07-04 Thread Pascal Jürgens
Interesting. Your method is similar to the breadth-first crawl that many people do (for example, see the academic paper by Kwak et al. 2010). You have to keep in mind, however, that you are only crawling the giant component of the network, the connected part. If there are any turkish users who

[twitter-dev] Re: Problems getting Chrome extension getting oauth_token

2010-07-04 Thread Daniel
OK, I managed to solve this problem. All I had to do was change the POST to a GET. "You should use the POST HTTP method when using this end point" doesn't seem to be the case. - Dan On Jul 3, 4:35 pm, Daniel wrote: > So, I thought I'd learn a bit about Chrome extension development by > making a

Re: [twitter-dev] Farsi Twitter App

2010-07-04 Thread Furkan Kuru
You are right. Separate subpopulation s are out of our reach. Apart from following/friendship connection we look at mentions and follow them as well. If a new comer or a man from other population mentions one of the people in our network, his tweet will reach us and we can test him and add as well

[twitter-dev] @replies missing

2010-07-04 Thread Naveen Ayyagari
Hello, Hoping we can get post on status.twitter.com about @replies not showing up... We have been getting a lot of reports that they are missing, and a quick twitter search seems to indicate it is not limited to our application. http://search.twitter.com/search?had_popular=true&q=replies&resu

Re: [twitter-dev] @replies missing

2010-07-04 Thread John Kalucki
The mentions timelines were updating with additional latency, perhaps a few minutes, for about a day, but they were updating. They should be updating in near real time now. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Sun, Jul 4, 2010 at 1:16 PM, Naveen Ayyagari wrot

[twitter-dev] Re: @replies missing

2010-07-04 Thread Mike Champion
I can see at least 1 missing tweet from my mentions list (at 9:20pm EDT 7/4/2010) This tweet: http://twitter.com/RodBegbie/status/17703020160 http://api.twitter.com/1/statuses/show.json?id=17703020160 doesn't appear in my mentions (permalink to my mentions via twitter hurl, but requires login. I

Re: [twitter-dev] Re: @replies missing

2010-07-04 Thread John Kalucki
I don't have all the details, but there was at least one deploy today around this issue. Any reports of missing mentions from tweets sent after about say 23:00 UTC (4pm PDT) ? -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Sun, Jul 4, 2010 at 6:25 PM, Mike Champion wr

[twitter-dev] Previous_Cursor Not Working

2010-07-04 Thread Ron
Anyone else seeing a problem on Followers or Friends with Previous_Cursor not working (returning a blank response)?

[twitter-dev] Getting number of retweets

2010-07-04 Thread Lumpizaver
Hey! I am using c# for streaming tweets into my application. What I know about a tweet is it's author and text. I would like to get the total count of retweets on the imported tweet.