[twitter-dev] User Mentions in Twitter iPhone client

2011-03-20 Thread Jimbo
Hi, How are 'mentions' of a user you're following implemented in the twitter iPhone app? Is this done with the Search API or is there an endpoint missing from the docs? Thanks, J. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

[twitter-dev] Inconsistent period(.) on Authenticating Requests with OAuth

2011-03-20 Thread yosnoop
Hi. I'm not sure this is the right place to do this but I really tried to find without a success. So please let me do this here and feel free to remove the post if this seriously violate any rule of this group. On the page (http://dev.twitter.com/pages/auth#at-twitter) in question, Unlike the

[twitter-dev] Re: 401 unauthorized

2011-03-20 Thread Ninjamonk
I am still getting this issue and I think it's time related at twitters end. steps: 1. go to twitter and let user auth app 2. on return use verifier and token to ask twitter for the tokens and get a 401 Now if I pause step 2 before asking twitter for the tokens for 10 seconds it works fine.

[twitter-dev] Re: 401 unauthorized

2011-03-20 Thread Joe Mayo
I'm seeing the same problem with 401's during authentication. I have an app that has worked flawlessly (with no code changes) for months that is now receiving 401's. I'm also have multiple support issues on users experiencing intermittent 401 errors. For some apps, every authentication request

[twitter-dev] Re: 401 unauthorized

2011-03-20 Thread Ninjamonk
well it's stopped working completely now even if I pause. Can someone from twitter let us know the progress of this bug? On Mar 20, 3:28 pm, Joe Mayo mayos...@gmail.com wrote: I'm seeing the same problem with 401's during authentication.  I have an app that has worked flawlessly (with no

[twitter-dev] OAuth without read or write access

2011-03-20 Thread tomgibara
I'm developing an application in which I want to allow users to authenticate themselves with their twitter account. I need nothing more back from the authentication API than an ID that identifies the user; I don't want any access to any other account details or their tweets etc. In other words, I

[twitter-dev] Re: OAuth without read or write access

2011-03-20 Thread Ninjamonk
search for sign in with twitter and you should be ok. All you need to do is let them login with oauth and you will get those details. On Mar 20, 3:29 pm, tomgibara m...@tomgibara.com wrote: I'm developing an application in which I want to allow users to authenticate themselves with their

[twitter-dev] Rate limit HTTP responses

2011-03-20 Thread hax0rsteve
Hi all, A question w/r/t HTTP responses when rate limiting is applied, which I'm hoping some kind soul will answer before I start hammering away at the API in careless experimentation : 420 Enhance Your Calm I understand from the docs that when this status code is returned, a Retry-After

[twitter-dev] Re: 401 unauthorized

2011-03-20 Thread Joe Mayo
Hi Matt, Here's mine: GET https://twitter.com/oauth/request_token HTTP/1.1 Authorization: OAuth oauth_callback=oob,oauth_consumer_key=sanitized,oauth_nonce=sanitized,oauth_signature_method=HMAC- SHA1,oauth_signature=sanitized,oauth_version=1.0,oauth_timestamp=sanitized User-Agent:

Re: [twitter-dev] Re: Are embedded videos available through the API?

2011-03-20 Thread Raffi Krikorian
that's precisely what the #newtwitter site does -- it looks at entities, and then makes decisions as to what to embed from the URLs that the API has extracted. -- Raffi Krikorian Twitter, Application Services http://twitter.com/raffi On Saturday, March 19, 2011 at 4:57 PM, Adam Green wrote:

Re: [twitter-dev] Re: OAuth without read or write access

2011-03-20 Thread Tom Gibara
Searching for sign in with twitter pointed me to: http://dev.twitter.com/pages/sign_in_with_twitter which I've already read. My understanding is that my application must be registered to use OAuth, and that the access type it requires (read/write) is determined by that registration. Doesn't this

[twitter-dev] Re: Search API rate limit change?

2011-03-20 Thread Waldron Faulkner
Without prior notice, I can understand (circumstances), but without any kind of subsequent announcement?? Means we have to discover issues ourselves, verify that they're Twitter related (and not internal), then search around for existing discussion on the topic. Saves us a lot of time and

[twitter-dev] Re: 401 unauthorized

2011-03-20 Thread akiyoshi
Well it stopped working for me as well. My scenario was the same as Joe Mayo's till yesterday. On 20 mar, 13:21, Ninjamonk dar...@stuartmedia.co.uk wrote: well it's stopped working completely now even if I pause. Can someone from twitter let us know the progress of this bug? On Mar 20, 3:28 

[twitter-dev] Re: User Mentions in Twitter iPhone client

2011-03-20 Thread Bess
Mention is under REST API Timeline API http://dev.twitter.com/doc/get/statuses/mentions You can implement Mention as long as you have the Objective-C Twitter Library that support Mention. If not you would have to write your own Objective-C implementation. ### Returns the 20 most recent mentions