[twitter-dev] I cannot see CAPTCHA image in the Register Application page.

2011-06-21 Thread HBPark
I am trying to register a new application at https://dev.twitter.com/apps/new. But the CAPTCHA image is not seen in my browser. I have tried with Chrome, IE6, IE7, FF4... What should I do? -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter:

[twitter-dev] inconsistent data when fetching the stream using location boxes

2011-06-21 Thread Thomas Alisi
hi all I am developing a data mining application for telecom italia (the biggest tlc company in italy) and we're still refining the algorithms using a spritzer account. in order to maximize the streams around a few interesting locations (uk, spain, france, italy), our setup is using location

Re: [twitter-dev] Brand Confusion

2011-06-21 Thread Taylor Singletary
Hi Jerry, I think you're looking for this form for reporting brand/trademark issues: https://support.twitter.com/forms/trademark @episod http://twitter.com/intent/user?screen_name=episod - Taylor Singletary On Mon, Jun 20, 2011 at 7:06 PM, Jerry Thompson jerrycando...@gmail.comwrote: Who's

Re: [twitter-dev] 500 errors from the search api on specific queries, related to geocode parameter.

2011-06-21 Thread Taylor Singletary
Hi Eric, For now you should be able to overcome this issue by requesting a much smaller amount of results per page -- you might find a sweeter spot with some of these queries at 20 to 40 rpp -- it's simply timing out building a result set for you at that quantity. @episod

Re: [twitter-dev] 500 errors from the search api on specific queries, related to geocode parameter.

2011-06-21 Thread Eric Mueller
I considered that, but this fails too: http://search.twitter.com/search.json?rpp=4q=biebergeocode=33.25,-84,12.35mi -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker:

Re: [twitter-dev] A few updates about the permission model change

2011-06-21 Thread Gene Ellis
I believe I am using the PHP Twitter libraries because I see Oauth.php and TwitterOauth.php being included in the script. I recently took this project over from the other developer and I am new to twitter programming, which is why I am unsure on how to grab that access level for the users in my

[twitter-dev] Re: User Search API

2011-06-21 Thread Amit Debnath
Thanks for answering. Now I know it isn't something I did. Doesn't look like a bug. The in-site search is now also limited to 20 results. Waiting for somebody

Re: [twitter-dev] A few updates about the permission model change

2011-06-21 Thread Abraham Williams
I can't test to confirm at the moment but I think I set up TwitterOAuth to include headers in the TwitterOAuth object. If you create a TwitterOAuth object like this: $connection = new TwitterOAuth($x, $y, $z, $a); Then you should be able to get the headers from the most recent request like

Re: [twitter-dev] A few updates about the permission model change

2011-06-21 Thread Gene Ellis
Hmmmgetting closer but I don't see the http headers in there. I even did a var dump, but didn't see anything related to http_info. Know where else I could look? On Tue, Jun 21, 2011 at 1:35 PM, Abraham Williams 4bra...@gmail.com wrote: I can't test to confirm at the moment but I think I

Re: [twitter-dev] A few updates about the permission model change

2011-06-21 Thread Scott Wilcox
var_dump the $connection object and find it in there. On 21 Jun 2011, at 19:55, Gene Ellis wrote: Hmmmgetting closer but I don't see the http headers in there. I even did a var dump, but didn't see anything related to http_info. Know where else I could look? On Tue, Jun 21, 2011

Re: [twitter-dev] A few updates about the permission model change

2011-06-21 Thread Gene Ellis
yep...that is what I did. This is what I received back: object(TwitterOAuth)#1 (5) { [http_status:private]= NULL [last_api_call:private]= NULL [sha1_method]= object(OAuthSignatureMethod_HMAC_SHA1)#2 (0) { } [consumer]= object(OAuthConsumer)#3 (3) { [key]= string(22) Oa8K2pY7L19CLwerewVzJ5eES1A

Re: [twitter-dev] A few updates about the permission model change

2011-06-21 Thread Gene Ellis
And this is the code I used to dump this: $connection = new TwitterOAuth(OAUTH_CONSUMER_KEY, OAUTH_CONSUMER_SECRET, $account['access_token_key'], $account['access_token_secret']); var_dump($connection); On Tue, Jun 21, 2011 at 2:00 PM, Gene Ellis gene.el...@gmail.com wrote: yep...that is

Re: [twitter-dev] A few updates about the permission model change

2011-06-21 Thread Matt Harris
Hi Gene, I've added support for this into my library which I hope helps show you how to read this information. My library is on Github: https://github.com/themattharris/tmhOAuth and the example with the X-Access-Level is the verify credentials one here:

Re: [twitter-dev] Re: User Search API

2011-06-21 Thread Taylor Singletary
We're looking into this, thanks for the report. On Tue, Jun 21, 2011 at 11:07 AM, Amit Debnath amitdebnath...@gmail.comwrote: Thanks for answering. Now I know it isn't something I did. Doesn't look like a bug. The in-site search is now also limited to 20 results. Waiting for somebody

Re: [twitter-dev] A few updates about the permission model change

2011-06-21 Thread Abraham Williams
You have to make an API request first. There is no header info if a request has not been made. Also you need to reset your consumer key/secret. Abraham - Abraham Williams | InboxQ http://inboxq.com/ | abrah.am @abraham https://twitter.com/intent/follow?screen_name=abraham |

Re: [twitter-dev] A few updates about the permission model change

2011-06-21 Thread Gene Ellis
boom! That was it. Thanks so much guys! On Tue, Jun 21, 2011 at 2:27 PM, Abraham Williams 4bra...@gmail.com wrote: You have to make an API request first. There is no header info if a request has not been made. Also you need to reset your consumer key/secret. Abraham -

Re: [twitter-dev] I cannot see CAPTCHA image in the Register Application page.

2011-06-21 Thread Taylor Singletary
Are you still seeing this behavior? If so, what geographic region are you located in? I notice you tried in several browsers but I still feel compelled to ask: do you have any plugins or browser extensions in those browsers that may be preventing the content from displaying? We're unable to

Re: [twitter-dev] I cannot see CAPTCHA image in the Register Application page.

2011-06-21 Thread Scott Wilcox
Also displays fine for me in the UK, Norway, Australia and the US. Does adblock prevent captcha's, or a similar plugin? On 21 Jun 2011, at 22:37, Taylor Singletary wrote: Are you still seeing this behavior? If so, what geographic region are you located in? I notice you tried in several

[twitter-dev] Best practice for notifying users they need to re-authenticate before June 30th?

2011-06-21 Thread Ryan
I operate a Twitter web app (GroupTweet) that effectively runs in the background once users activate it for the first time. The only reason they would need to log back into our site is to change their settings or configuration. Our app directly relies on the ability to read Direct Messages,

[twitter-dev] Placing follow us and tweet buttons together just impossible

2011-06-21 Thread twitterproblem
Hello I'm trying to put together one beside the other the new follow us button and tweet button. I simply can't. They just can't stick together. The parameter show screen name false is not hiding the @username in text, thus causing the button for follow us, to be very wide and making the other

[twitter-dev] geo_place writeable container for Indonesia

2011-06-21 Thread Aldian Fazrihady
@themattharris When will I be able to geo_place places in my region (Indonesia)? Do you have time estimate on this matter? Thanks Aldian -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements

[twitter-dev] Re: Best practice for notifying users they need to re-authenticate before June 30th?

2011-06-21 Thread Orian Marx
I think this has the potential to end up getting you blocked for spamming. You've identified a real problem with the impending OAuth change I think. Would be good to hear a recommendation directly from Twitter as to how to handle your type of situation. On Jun 21, 7:12 pm, Ryan

Re: [twitter-dev] how to get secret key for twitter api?

2011-06-21 Thread kamesh SmartDude
Hai Shreya, u can create a dummy site in sites.google.com...and u can give this name while registering u r application... u are developing application for iphone...so u can find the libs for iphone //kamesh On Tue, Jun 21, 2011 at 11:48 AM, shreya shreya.virtuei...@gmail.comwrote: hi... i

Re: [twitter-dev] how to get secret key for twitter api?

2011-06-21 Thread shreya shah
hi kamesh, thanx for yr reply..it helped me in getting keys..thanx a lot.. Regards Shreya On Wed, Jun 22, 2011 at 10:33 AM, kamesh SmartDude kamesh.smartd...@gmail.com wrote: Hai Shreya, u can create a dummy site in sites.google.com...and u can give this name while registering u r