[twitter-dev] Twitter-oAuth-IPhone : Which function on Login Success : twits of followings

2011-03-18 Thread Battan Amit
Hi All I am using Twitter-oAuth-IPhone https://github.com/bengottlieb/Twitter-OAuth-iPhone Login using this code if(![twitterObj isAuthorized]){ UIViewController *controller = [SA_OAuthTwitterController controllerToEnterCredentialsWithTwitterEngine:twitterObj delegate:self];

Re: [twitter-dev] 401 Not Authorized in API OAuth PHP authorization

2011-03-18 Thread Scott Wilcox
Checked your tokens are correct? On 18 Mar 2011, at 12:01, @matheuseduardo wrote: I have tested the api twitter with at least four solutions (one of them everworked before, months ago) in PHP, and getting the same error: 401 Not Authorized. Is there any novelty, any prior authorization

Re: [twitter-dev] 401 Not Authorized in API OAuth PHP authorization

2011-03-18 Thread @matheuseduardo
Yep! And try to reset keys, delete application, create other, create other in other user... and nothing worked as well! I've downloaded some ready for test examples from github, from posts.. nothing. Even the popular @abraham's Twitter OAuth library for

[twitter-dev] Re: 401 Not Authorized in API OAuth PHP authorization

2011-03-18 Thread Ninjamonk
I am having the same issue, code that worked yesterday is now throwing 401's - I am using .net -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Re: 401 Not Authorized in API OAuth PHP authorization

2011-03-18 Thread Ninjamonk
it seems to be back and working fine now. On Mar 18, 1:18 pm, Ninjamonk dar...@stuartmedia.co.uk wrote: I am having the same issue, code that worked yesterday is now throwing 401's - I am using .net -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via

[twitter-dev] Re: 401 Not Authorized in API OAuth PHP authorization

2011-03-18 Thread @matheuseduardo
My problem persist and I still receiving a Failed to validate oauth signature and token. But in all examples is well signed with HMAC-SHA1 as suposed to be. I can't get the request token therefore I can't get the authenticate url (to access twitter authentication page, etc). Someone can help?

[twitter-dev] Re: Missing step in oauth implementation

2011-03-18 Thread BryanGravois
Is there a reason you're unable to ask for the username and password before you grab the oauth token and secret? It sounds like you're losing your session between jumping back and forth. On your own computer, you're not an enduser going from server a to server b and back (and at least in PHP, you

[twitter-dev] Re: twitter verified

2011-03-18 Thread BryanGravois
From what I understand, Verified by Twitter is generally no longer in use. Ad.ly was able to get @CharlieSheen verified by pulling some strings, you may try them. Bryan G On Mar 16, 2:13 pm, Dean Collins d...@cognation.net wrote: Who is responsible for Twitter verified? I have someone who I'm

[twitter-dev] Re: App title and url do not get updated (twitter website bug)

2011-03-18 Thread MJL
I too am having this problem, only it doesnt say 'posted via' for my app at all i have an application name and url in my settings. On Feb 14, 3:11 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Guy, Thanks for the report -- we're looking into this issue. Thanks, Taylor

Re: [twitter-dev] Re: App title and url do not get updated (twitter website bug)

2011-03-18 Thread Taylor Singletary
Hi MJL, We hope to have the bug fixed soon. We don't have the ability unfortunately to directly influence the changes you're trying to make and make them stick. Right now it appears that it takes 5 to 7 days for the change to take effect -- when the bug is fixed, this will be back to

[twitter-dev] Bizarre Response in VB.NET (Visual Studio 2010)

2011-03-18 Thread BryanGravois
Hi, I've searched and searched and tried a bunch of different libraries, and for whatever reason my app just doesn't agree with them. Maybe my computer is just dumb (or I am :P )...whatever the reason (I think it's because most libraries seem to be for web apps and not desktop ones), I've had to

[twitter-dev] how to get the home timeline of a user

2011-03-18 Thread vinay kumar
Hi, i did all the basic things like registering a site and getting the keys. there is url in twitter statuses/home_timeline.json. it needs authentication. i am trying to get the data through javascript Oauth. i am able to get the oauth-nonce, oauth-nonce, oauth-timestamp and all the

[twitter-dev] Trending Hashtags

2011-03-18 Thread Tyson Lundbech
Hi everyone, Is it true if a hashtag is also found as a user name it will not trend? Thanks, Tyson. @urchinlab -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Twitter Search API and location parameter

2011-03-18 Thread Francesca
Hi, I am new from this list but I am using twitter search API from a long time. From a few days the parameter location is disappeared from the response. Am I missing something? What's wrong? Thank you, Francesca -- Twitter developer documentation and resources: http://dev.twitter.com/doc

[twitter-dev] Question on Trend Searching

2011-03-18 Thread JasonTheGreatM
Hi all- Is there anyway to do a search for a category value like basketball and get the top Twitter trend topics? For example, if I enter basketball I would get top trend topics like NCAA, March Madness, NBA etc. Then I would want to be able to enter one of those result topics as input and see

Re: [twitter-dev] Twitter Search API and location parameter

2011-03-18 Thread Taylor Singletary
We're looking into this issue; in the meantime you can mitigate by collecting the screen_names of users you want to know the location of and passing them to users/lookup. @episod http://twitter.com/episod - Taylor Singletary - Twitter Developer Advocate On Fri, Mar 18, 2011 at 3:32 AM,

[twitter-dev] Re: Bizarre Response in VB.NET (Visual Studio 2010)

2011-03-18 Thread @matheuseduardo
welcome to 401 Not Authorized, seems to be the same error I'm receivinghttps://groups.google.com/d/msg/twitter-development-talk/lKb4w_N9sN0/CVRfYa0PnB0J . I'm still looking for solution. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

Re: [twitter-dev] how to get the home timeline of a user

2011-03-18 Thread Georgooty varghese
can you please send the issues detailed.. Regards, George On Fri, Mar 18, 2011 at 12:53 PM, vinay kumar vinaykond...@gmail.comwrote: Hi, i did all the basic things like registering a site and getting the keys. there is url in twitter statuses/home_timeline.json. it needs

[twitter-dev] Search API rate limit change?

2011-03-18 Thread zaver
Hello, After the latest performance issues with the search api i have been seeing a lot of 420 response codes.From yesterday until now i only get 420 responses on the every search i make. In particular, i search for about 100 keywords simultaneously every 6 mins. Why is this happening? Was there

[twitter-dev] Re: Twitter Search API and location parameter

2011-03-18 Thread Francesca
Ok, thanks :) Do you know when will this issue be fixed? Cheers, Francesca @francescatosi On Mar 18, 3:06 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: We're looking into this issue; in the meantime you can mitigate by collecting the screen_names of users you want to know the

[twitter-dev] Re: Introduce yourself!

2011-03-18 Thread Skyhawk
Hi, I am interested in an application that would publish a message to a pre-defined group (list?), and report back the percentage of users who have responded OK, percentage, not responding, and id of users responding NOTOK, Or something like that. Use is emergency related. I used to

[twitter-dev] Re: Bizarre Response in VB.NET (Visual Studio 2010)

2011-03-18 Thread BryanGravois
I've gotten 401's as well...but this doesn't return a 401, it's returning a valid response...just not what I'm requesting! :O I DO get 401's when I don't include the port (:9000) in the URL though (or when I build the Authorization header like on dev.twitter.com...or in the Twurl console).

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

2011-03-18 Thread Eric
We're also seeing 400s on different boxes across different IP addresses with different queries (so it does not appear to be server or query specific). These began on all boxes at 2 a.m. UTC. We've backed off on both number and rate of queries with no effect. We've also noticed an increase in

[twitter-dev] satinderhundal wants to chat

2011-03-18 Thread satinderhundal
--- satinderhundal wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-e9e65f96c-efdf7560f4-fybuAbFQUkHir487K_YuCSzpnbY You'll

[twitter-dev] Changing app name and search using source: operator

2011-03-18 Thread Mauro Asprea
Hi, I have 2 questions. 1 - Search: I couldn't find a way to make the source: operator to work in the search. The name of my app is Wish and BAM and because it has spaces it seems not to be working at the search interface. I tried the follow combinations: -

[twitter-dev] Re: 401 Not Authorized in API OAuth PHP authorization

2011-03-18 Thread @matheuseduardo
Anyone using PHP having this same problem? Anyone with sample working code to send me? Even using https://github.com/abraham/twitteroauth ? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements

Re: [twitter-dev] 401 Not Authorized in API OAuth PHP authorization

2011-03-18 Thread Scott Wilcox
Check the time is accurate on the machine you're running the code on. On 18 Mar 2011, at 18:28, @matheuseduardo wrote: Anyone using PHP having this same problem? Anyone with sample working code to send me? Even using https://github.com/abraham/twitteroauth ? -- Twitter developer

Re: [twitter-dev] 401 Not Authorized in API OAuth PHP authorization

2011-03-18 Thread @matheuseduardo
seems to be ok the function that generate the is just: function generate_timestamp() { return time(); } and in header I have the parameter: [oauth_timestamp] = 1300471769 the error received from request in twitter api is: Failed to validate oauth signature and token and header 401 Must be

[twitter-dev] 401 Unauthorized responses on OAUTH

2011-03-18 Thread @IDisposable
We're getting a ton of 401 errors when people are trying to OAuth against some of our sites. These sites have been in production for years (and one new one went up yesterday). When we get the error, we get no message in the Response. From the client perspective, it happens when you click the

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

2011-03-18 Thread Taylor Singletary
We're working to reinstate the usual limits on the Search API; due to the impact of the Japanese earthquake and resultant query increase against the Search API, some rates were adjusted to cope better serve queries. Will give everyone an update with the various limits are adjusted. @episod

[twitter-dev] Re: 401 Unauthorized responses on OAUTH

2011-03-18 Thread Ninjamonk
I am also getting these problems. They have been on and off all day. The same code works fine and 5 mins later it throws 401's and its been working for 6 months no problem. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

Re: [twitter-dev] 401 Unauthorized responses on OAUTH

2011-03-18 Thread Scott Wilcox
Ryan's just told me they're currently aware of the issue and looking into it. On 18 Mar 2011, at 19:13, Ninjamonk wrote: I am also getting these problems. They have been on and off all day. The same code works fine and 5 mins later it throws 401's and its been working for 6 months no

[twitter-dev] Re: 401 Unauthorized responses on OAUTH

2011-03-18 Thread @matheuseduardo
I'm having the same problem, using a variety of php libraries. But is ALL 401, no one 200. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: