[twitter-dev] Twitter API to Get the HashTags List

2011-05-31 Thread kamesh SmartDude
Hai All, Is there any API to get the Hashtags list which are used in twitter? i googled for it but i am not able to find any API for it. But the Latest twitter applcation for iPhone it is showing many hashtags. please let me know is anybody know about the twitter API or any third party API Th

[twitter-dev] Re: list/statuses

2011-05-31 Thread ogierepier
I have already tried asking for 200 tweets, but the results stay the same because the api divides it in pages of 20 and you get the first page back. You used to be able to determine the results per page, but that doesn't seem to work anymore since the api was renewed. Is there a way I can maybe ret

[twitter-dev] Rate limiting - per user or per application key?

2011-05-31 Thread Rob Wilson
Hi, I am writing an iPhone application that uses the Twitter API, using oAuth. Could you please clarify that the 350 requests per hour are tied to the logged in user and not the application key? If not, do I need to white-list to prevent this becoming a problem? Cheers, Rob. -- Please visit

Re: [twitter-dev] Rate limiting - per user or per application key?

2011-05-31 Thread Tom van der Woerdt
Per user per application. A user can use, for example, 350 requests with TweetDeck, and then it can still use 350 requests with your application, without interfering with other users that also use your application. Tom On 5/31/11 2:37 PM, Rob Wilson wrote: Hi, I am writing an iPhone appli

Re: [twitter-dev] Rate limiting - per user or per application key?

2011-05-31 Thread Rob Wilson
Perfect - thanks Tom. On 31 May 2011 13:39, Tom van der Woerdt wrote: > Per user per application. > > A user can use, for example, 350 requests with TweetDeck, and then it can > still use 350 requests with your application, without interfering with other > users that also use your application.

[twitter-dev] More than 1000 tweets per day

2011-05-31 Thread tigreton
Hi, i was searching and can't figure how to update more than 1.000 tweets per day. It isn't spam, is for an application that i'm developing and it responds. For example: offers, films, restaurants... Must i create for example 4 users to send 4.000 tweets? How "big" applications does? Thanks, Jorg

[twitter-dev] Re: Twitter New Direct Message View

2011-05-31 Thread Orian Marx
There isn't an API endpoint that supports this directly, you just need to fetch recent sent and received DMs and create the list for yourself. @orian On May 30, 3:28 am, kamesh SmartDude wrote: > Hai All, > > i am trying to implement "Direct message view" for a mobile app, how > the message view

[twitter-dev] Re: Devnest Recap

2011-05-31 Thread Orian Marx
Hi Jason, When will the video of this event be available? @orian On May 17, 3:58 pm, Jason Costa wrote: > Hi everyone, > > Thanks again to those of you who spent the evening with us this past > Thursday at #devnestSF. We had a great time seeing so many of you, and > hope you enjoyed yourselves

[twitter-dev] Re: DM enforcement date has been extended to the end of June

2011-05-31 Thread Naoya Hatayama
Hi, Matt Please tell me. Is there a plan to support Japanese mobile browsers by the end of June? On 5月28日, 午前8:39, Matt Harris wrote: > Hey everyone, > > We wanted to say a big thank you to the developers who have been sending us > debug information, and details of steps to follow to reproduce d

[twitter-dev] Stream throttled

2011-05-31 Thread Jacob Friis Saxberg
We are using statuses/filter.json and have lately experienced that some tweets are not delivered to our consumer. Is this a known problem or are we getting throttled? If we are throttled, what should we do to get back to normal? And should we be able to detect throttling ourselves? Jacob -- Tw

[twitter-dev] Simple API Call with abrahams PHP-Library

2011-05-31 Thread mbnz123
Hello, I just want to do a simple api call to my own twitter account, like: $content = $connection->get('account/verify_credentials'); Therefore I include the twitteroauth.php from abrahams library and the OAuth.php. I get the connection object like this: $connection = new TwitterOAuth(CONSUME

[twitter-dev] oauth weird issue

2011-05-31 Thread John
I have an app that hasn't changed and has been working fine for months. But the other day it stopped working. Heres what i'm experiencing: -login, favorites, lists still works fine -home, mentions and DMs give 'invalid signature' oauth error Other people have reported the same issue but for other

[twitter-dev] Deleting twitter updates from Java

2011-05-31 Thread Udara Alwis
Hey Everyone ! Can someone please tell how to use Twitter POST API to delete tweets from java ? http://dev.twitter.com/doc/post/statuses/destroy/:id a simple code snippet would be very useful as i'm a beginner for twitter API. -- Twitter developer documentation and resources: https://dev.twitter.

Re: [twitter-dev] Deleting twitter updates from Java

2011-05-31 Thread Yusuke Yamamoto
Hi, Here you can find an example using Twitter4J. https://github.com/yusuke/twitter4j/blob/master/twitter4j-examples/src/main/java/twitter4j/examples/tweets/DestroyStatus.java Best, -- Yusuke Yamamoto yus...@mac.com this email is: [x] bloggable/tweetable [ ] private follow me on : http://twitte

Re: [twitter-dev] More than 1000 tweets per day

2011-05-31 Thread James Gifford
It's a twitter limitation. https://support.twitter.com/articles/15364-about-twitter-limits-update-api-dm-and-following So yes, you have to create 4 accounts to send 4,000 tweets. Cheers, James Gifford http://jamesrgifford.com On Mon, May 30, 2011 at 7:46 PM, tigreton wrote: > Hi, i was searc

Re: [twitter-dev] Re: Twitter New Direct Message View

2011-05-31 Thread kamesh SmartDude
Hai orian, Thanks for the Reply. i am developing a mobile application. Let's Think about a senario that there happend a Message conversation of 50 messages(choosen 50 because it is mobile app...it also might be heavy operation for a mobile) each Between two Tweple. Now As u said we use two Belo

[twitter-dev] Re: More than 1000 tweets per day

2011-05-31 Thread tigreton
I asked the same in the #twitterapi at freenode and they said i must read the terms of service. I did and i found with this: If you send large numbers of unsolicited @replies or mentions in an attempt to spam a service or link; And If you send large numbers of duplicate @replies or mentions; With

Re: [twitter-dev] Re: More than 1000 tweets per day

2011-05-31 Thread James Gifford
If that's the case, then I'd have to argue that twisst[1] needs to be shutdown. However, I'm not a expert in the TOS. Can you link me to the section of the TOS you were reading? I'm not finding it. >From what I'm seeing, it's alright. Cheers, James Gifford http://jamesrgifford.com [1] http://www

[twitter-dev] Re: More than 1000 tweets per day

2011-05-31 Thread tigreton
This is the simplified one is: https://support.twitter.com/articles/18311-the-twitter-rules And the large is: https://support.twitter.com/articles/76915-automation-rules-and-best-practices Thanks for the link and for the info. Twisst uses more than 1 account, not? Thanks, Jorge. On 31 mayo, 16:3

Re: [twitter-dev] Re: More than 1000 tweets per day

2011-05-31 Thread James Gifford
Correct. Twisst uses more than one account. In fact (If I'm reading this right) they make use of about 58 notification accounts for their userbase of 30K. Cheers, James Gifford http://jamesrgifford.com On May 31, 2011, at 10:57, tigreton wrote: > This is the simplified one is: > https://suppor

[twitter-dev] Re: More than 1000 tweets per day

2011-05-31 Thread tigreton
Oh! Awesome info! thanks. And do you know where can i ask for doing it? Or i can do it if i don't break the policies? Great Gifford. On 31 mayo, 17:32, James Gifford wrote: > Correct. Twisst uses more than one account. In fact (If I'm reading > this right) they make use of about 58 notification

Re: [twitter-dev] Re: More than 1000 tweets per day

2011-05-31 Thread James Gifford
Welcome. Glad to help. :) I'd recommend emailing api AT twitter DOT com and getting their take on it. Cheers, James Gifford http://jamesrgifford.com On Tue, May 31, 2011 at 11:40 AM, tigreton wrote: > Oh! Awesome info! thanks. > And do you know where can i ask for doing it? Or i can do it if

Re: [twitter-dev] Re: Will requesting DM access now disable xAuth for my app?

2011-05-31 Thread Arnaud Meunier
Hey Andrew, All your "old" Read & Read/Write user_tokens will continue to work, but they'll lose their ability to read direct messages. Arnaud / @rno On Mon, May 30, 2011 at 3:22 AM, janole wrote: > Hi Andrew, > > many thanks for your feedback from me, too! ;-) I did

Re: [twitter-dev] Twitter comment on Error responses ?

2011-05-31 Thread Arnaud Meunier
Hey Maomor, The Error codes don't follow a "logic" in particular. I'd recommend that you rely on the (error message string + HTTP Code) combination. Hope that helps, Arnaud / @rno On Mon, May 30, 2011 at 6:05 AM, Maomor wrote: > I do not understand why twitter will n

Re: [twitter-dev] Twitter comment on Error responses ?

2011-05-31 Thread Taylor Singletary
To add to Arnaud's comment... There was a past where Twitter's error messages were very unstructured. Newer API features follow a more descriptive, human-readable, and programmatically consumable error structure. Version 1 of the API has mixed error response formats depending on when the feature w

[twitter-dev] Re: Will requesting DM access now disable xAuth for my app?

2011-05-31 Thread twittelator
Arnaud, Absolutely true! We'll encourage (by that I mean force) users to re- authorize once they get our new version. That exercise could alleviate the massive support headache of "Why can't I load my messages?". Please roll out the force_login and screen_name parameters to http://api.twitter.com

[twitter-dev] Re: Devnest Recap

2011-05-31 Thread Jason Costa
Hi Orian - we've hit some transcoding issues on the video files, and are doing what we can to plow through those. That said, I can't give a timeline yet on when these will be available. Hoping sooner than later though. @jasoncosta On May 30, 7:32 pm, Orian Marx wrote: > Hi Jason, > > When will t

[twitter-dev] Introducing the Follow Button

2011-05-31 Thread Arnaud Meunier
Hey developers, Today we're launching the Follow Button! Similar to the Tweet Button, it's a new widget that lets users easily follow a Twitter account from any web page. The Follow Button has a single click follow experience, simple implementation model, and is configurable to fit the needs of y

[twitter-dev] Re: Introducing the Follow Button

2011-05-31 Thread Zazie Lavender
This is great, but I worry that this might easily be abused. The code for a follow button seems written in a way that allows the user to redress the link however they please. I see the main intent url as being easily extracted for no-js users; but this means someone could take that URL, redress it

[twitter-dev] Re: Introducing the Follow Button

2011-05-31 Thread Zazie Lavender
This is great, but I worry that this might easily be abused. The code for a follow button seems written in a way that allows the user to redress the link however they please. I see the main intent url as being easily extracted for no-js users; but this means someone could take that URL, redress it

[twitter-dev] Re: Introducing the Follow Button

2011-05-31 Thread noriguard
Hi Arnaud, Can I use this button for a user who is signed-in at a web service via oauth, even when the user is signed-in at Twitter as other account or signed-out? Thank you in advance. - Jason On May 31, 1:07 pm, Arnaud Meunier wrote: > Hey developers, > > Today we're launching the Follow But

Re: [twitter-dev] Re: Introducing the Follow Button

2011-05-31 Thread Dan Webb
Hi Zazie, On Tue, May 31, 2011 at 1:43 PM, Zazie Lavender wrote: > This is great, but I worry that this might easily be abused. The code > for a follow button seems written in a way that allows the user to > redress the link however they please. I see the main intent url as > being easily extract

Re: [twitter-dev] Re: Introducing the Follow Button

2011-05-31 Thread Arnaud Meunier
Hey Jason, Just like the Tweet Button, the Follow Button is using twitter.com session. You cannot specify an "interacting account". It will always be the user logged in on twitter.com. Cf our User interaction flow for more details: https://dev.twitter.com/pages/follow_button#user-interaction Hope

[twitter-dev] Re: Introducing the Follow Button

2011-05-31 Thread noriguard
I see. Thank you very much. :) - Jason On May 31, 2:13 pm, Arnaud Meunier wrote: > Hey Jason, > > Just like the Tweet Button, the Follow Button is using twitter.com session. > You cannot specify an "interacting account". It will always be the user > logged in on twitter.com. Cf our User interact

Re: [twitter-dev] problem in Posting a tweet using OAuth from IOS app

2011-05-31 Thread ayman adel
Tom, thank you very much this solved the problem :) On 29 May 2011 18:02, Tom van der Woerdt wrote: > I assume that your URL encoding is wrong in the OAuth code. Make sure that > you use %20 for a space and not +. The standard NSString URLencode function > won't really work. > > Code that has al

Re: [twitter-dev] Introducing the Follow Button

2011-05-31 Thread M. Edward (Ed) Borasky
Now I'm getting curious about the road map for @anywhere and all the miscellaneous Twitter plugins, especially for WordPress. Last year, when Twitter announced @anywhere, I tried a couple of plugins before settling on one. What I got from that was hovercards, tweet boxes and follow buttons.

[twitter-dev] Re: Twitter New Direct Message View

2011-05-31 Thread Orian Marx
You are correct in your analysis of the problem. This is a limitation of how Twitter built their API and there isn't something that does what you want. You can see that even on twitter.com they don't show you *everyone* you've ever had a DM conversation with. One thing you can do is keep a cache f

Re: [twitter-dev] Introducing the Follow Button

2011-05-31 Thread Taylor Singletary
Hi Ed, @Anywhere is an effort to provide a client-side authentication & authorization flow to Twitter REST API integrations: a simpler, more frictionless experience for common Twitter actions. While @Anywhere meets this criteria, there is obvious room for continued simplification, both for end-use

Re: [twitter-dev] Introducing the Follow Button

2011-05-31 Thread M. Edward (Ed) Borasky
Thanks!! I'm all in favor of frictionless. Still, I'm struggling now to think of a use case for @anywhere, being mid-way between Web Intents and server-side REST functionality. In fact, I'm struggling to think of a use case for the server-side stuff now. ;-) -- http://twitter.com/znmeb http

[twitter-dev] Re: Twitter API to Get the HashTags List

2011-05-31 Thread Mohan Arun
> Hai All, > > Is there any API to get the Hashtags list which are used in twitter? To my best of knowledge, there isnt a way to do this. > i googled for it but i am not able to find any API for it. You can lookup the meaning of a given hashtag here: http://tagdef.com/ You could contact the dev

Re: [twitter-dev] Re: Twitter API to Get the HashTags List

2011-05-31 Thread Adam Green
There are hundreds of thousands of unique hashtags in use, possibly millions. Collect tweets for your keywords, get the tags from the entities, put them into a database, and run a frequency distribution to find the most popular. On Tue, May 31, 2011 at 11:51 PM, Mohan Arun wrote: >> Hai All, >> >

Re: [twitter-dev] Stream throttled

2011-05-31 Thread James Estes
> Is this a known problem or are we getting throttled? You are likely getting rate limited. http://dev.twitter.com/pages/streaming_api_concepts#filter-limiting "Limiter periodicity is aligned with statuses/sample sampling periodicity" Basically, this means that if you're predicates would return MO