[twitter-dev] JQuery references from @anywhere | Ability to switch off pleas

2010-12-14 Thread Mark Beharrell
I have read previously that JQuery is loaded when using vanilla @anywhere to ensure that a properly tested and approved version of JQuery is served for the @anywhere platform. I completely agree with this procedure when a standard/non-programmer type user is implementing it. It falls down when

[twitter-dev] Facilitating one-click login with OAuth

2010-12-14 Thread BigglesZX
Hi all, First off apologies if this has already been covered somewhere, but I've been struggling to find the correct nomenclature and therefore haven't been able to find anything relevant with a search. I'm using OAuth to connect Twitter users with my app and it's all working great. However I

Re: [twitter-dev] Facilitating one-click login with OAuth

2010-12-14 Thread Thomas Mango
Hi Biggs, I think what you're looking for is sign in with twitter. Check out this help doc: http://dev.twitter.com/pages/sign_in_with_twitter -- Thomas Mango On Dec 14, 2010, at 7:32 AM, BigglesZX biggle...@gmail.com wrote: Hi all, First off apologies if this has already been covered

[twitter-dev] Re: Facilitating one-click login with OAuth

2010-12-14 Thread BigglesZX
Perfect! Many thanks, Thomas! Biggs On Dec 14, 12:43 pm, Thomas Mango tsma...@gmail.com wrote: Hi Biggs, I think what you're looking for is sign in with twitter. Check out this help doc:http://dev.twitter.com/pages/sign_in_with_twitter -- Thomas Mango On Dec 14, 2010, at 7:32 AM,

[twitter-dev] api@twitter not responding?

2010-12-14 Thread Shachar
Hi, I'm a web app developer and I'm looking to get my track access level raised beyond the default of 400 keywords. I've tried to contact a...@twitter.com for over a week now, and I'm getting zero response from them. On their support pages, Twitter state that they answer their email within 72

Re: [twitter-dev] Garden Hose Access

2010-12-14 Thread Taylor Singletary
For academic research purposes, we provide only the basic limits (~1%) available to you when authenticating to stream.twitter.com. Taylor On Mon, Dec 13, 2010 at 6:06 PM, Cherhan andy@gmail.com wrote: Hi all, I have been reading and trying to find some information related to the garden

Re: [twitter-dev] How to get twitter oauth callback url returned to activity (on Android)?

2010-12-14 Thread Taylor Singletary
Consider the oauth callback that you set in your application record as not much more than a placeholder. In OAuth 1.0A, it is required to send the oauth_callback you want to use explicitly on the request token step -- so regardless of what you set on dev.twitter.com, you still have to provide a

[twitter-dev] Search API cURL strangeness

2010-12-14 Thread Brian Medendorp
I'm building an application that uses the search API to check for data related to particular domains, and suddenly (within the last week or so), I have started to experience a strange problem. Some of my requests are coming back with a cURL error Empty reply from server, but only when I am

Re: [twitter-dev] Search API cURL strangeness

2010-12-14 Thread Tom van der Woerdt
And your UserAgent is? Tom On 12/14/10 5:02 PM, Brian Medendorp wrote: I'm building an application that uses the search API to check for data related to particular domains, and suddenly (within the last week or so), I have started to experience a strange problem. Some of my requests are

[twitter-dev] Re: Search API cURL strangeness

2010-12-14 Thread Brian Medendorp
UserAgent is 'PivotalVeracity/0.4' Here's the test script that helped me track down the problem: [code] ?php $timeout = 30; $useragent = 'PivotalVeracity/0.4'; #$useragent = 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv: 1.9.2.13) Gecko/20101203 Firefox/3.6.13'; $url =

Re: [twitter-dev] Re: Search API cURL strangeness

2010-12-14 Thread Tom van der Woerdt
Tested it myself with : tom-mbp:~ tom$ curl --user-agent PivotalVeracity/0.4 http://search.twitter.com/search.json?q=batteryoperatedcandles.netrpp=100since_id=9431322892177408; Result :

[twitter-dev] Is includes_rts=true for statuses/mentions broken?

2010-12-14 Thread Anil Chawla
I've also been facing this issue for quite a long time. I've told myself that this can't be a problem with the API (since nobody else is complaining) but I can't see what is wrong on our end. For example, I have the following status that was retweeted a few times:

[twitter-dev] How're Special Characters Treated in the Search API?

2010-12-14 Thread Howard
Hi Everyone, The following query, which includes a period, returns nonsensical results: http://search.twitter.com/search.atom?q=%22Battle+for+Bean+Street%22+OR+%22Battle+for+Bean+St.%22page=1rpp=11 Removing the period fixes it. I've looked at

[twitter-dev] Re: friendships/destroy Could not authenticate you

2010-12-14 Thread Matthew
Turned out to be a red herring for a totally different problem. Please disregard. On Dec 13, 7:39 pm, Matthew matt.c.w...@gmail.com wrote: Here's the code: $params = array('user_id'= 16685316);         $oauth = new TwitterOAuth(                         TWITTER_OAUTH_CONSUMER_KEY,            

Re: [twitter-dev] user stream best practices

2010-12-14 Thread Isaiah Carew
In other words, if I want to disambiguate the stream, I have to filter it myself. Well, humph… Not impossible, just a pain in the butt. From an information organization standpoint, it seems odd: The REST API is broken out into separate calls. The stream has everything glommed together. It

[twitter-dev] 4294967295

2010-12-14 Thread Dan Checkoway
Anybody else seeing user.listed_count occasionally coming back as 4294967295? That value just happens to equate to: 1 + (2 * Integer.MAX_VALUE) Sure looks like an unsigned version of -1 to me... Anyway, it's breaking twitter4j.TwitterStream stuff. I've mentioned that separately on the

Re: [twitter-dev] 4294967295

2010-12-14 Thread Taylor Singletary
Hi Dan, Do you continue to see events like this happening? Can you provide a recent example in as-provided JSON or XML? Thanks, Taylor On Tue, Dec 14, 2010 at 2:13 PM, Dan Checkoway dchecko...@gmail.com wrote: Anybody else seeing user.listed_count occasionally coming back as 4294967295?  That

[twitter-dev] GET users/show 401

2010-12-14 Thread Tim Chen
Hi all, I'm calling GET /1/users/show.json?screen_name= in my application using Apache commons httpclient 4.0 java with oauth-signpost, and I used to get successful responses back. Today I tried it again and I'm now getting 401, and I see that this request is being challenged with

Re: [twitter-dev] GET users/show 401

2010-12-14 Thread Taylor Singletary
Though the resource does not require authentication if you're providing malformed or invalid auth credentials to the method, there are times when we will evaluate the credentials you provide. Make sure that your implementation isn't attaching malformed/unsupported/invalid authentication details

Re: [twitter-dev] 4294967295

2010-12-14 Thread Taylor Singletary
Understandable, Dan. Can you tell me the last time an event like this happened? Taylor On Tue, Dec 14, 2010 at 3:41 PM, Dan Checkoway dchecko...@gmail.com wrote: I know this is the weenie answer, but I haven't been able to track a specific offending JSON object down yet, since it only seems

Re: [twitter-dev] 4294967295

2010-12-14 Thread Dan Checkoway
Yeah, you bet. Twitter4j isn't logging a timestamp when it happens, but here are a handful of timestamps for unrelated stuff that got logged no more than 10 seconds *prior* to the 4294967295 error popping out...so they're fairly close: Dec 14, 2010 12:34:11 PM PST Dec 14, 2010 1:13:07 PM PST Dec

[twitter-dev] Unauthorized: Incorrect signature for protected users

2010-12-14 Thread Niklas Hellenbart
Hi folks, every time requesting the follower or friends id-list (api call followers/ids friends/ids) or calling account/verify_credentials with valid oauth credentials I get an 401 error Unauthorized: Incorrect signature. Methods like statuses/update using the same creden are fine. I tried

Re: [twitter-dev] How to pull tweets excepting all that include @username and/or are Retweets?

2010-12-14 Thread gzbrambila
Thanks. Yeah had to write a php filter to clean up the noise once it arrives. G -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list

Re: [twitter-dev] Unauthorized: Incorrect signature for protected users

2010-12-14 Thread Matt Harris
Ni Niklas, In most of these cases the issue is to do with character encoding, specifically commas not being encoded as %2C properly. Could you share your basestring so we can check this. Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Tue, Dec 14, 2010 at

Re: [twitter-dev] How to pull tweets excepting all that include @username and/or are Retweets?

2010-12-14 Thread Matt Harris
To exclude replies from timelines you can also include the exclude_replies=1 parameter. Hope that helps, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Tue, Dec 14, 2010 at 4:29 PM, gzbrambila gzbramb...@gmail.com wrote: Thanks. Yeah had to write a php filter

Re: [twitter-dev] 4294967295

2010-12-14 Thread Taylor Singletary
Thanks! This is being looked into. I'll update when I have news. Taylor On Tuesday, December 14, 2010, Dan Checkoway dchecko...@gmail.com wrote: Yeah, you bet.  Twitter4j isn't logging a timestamp when it happens, but here are a handful of timestamps for unrelated stuff that got logged no

[twitter-dev] Re: Unauthorized: Incorrect signature for protected users

2010-12-14 Thread Niklas Hellenbart
Thanks very much! Checking the base string showed that a POST request was made instead of GET, shame on me :-D On 15 Dez., 01:57, Matt Harris thematthar...@twitter.com wrote: Ni Niklas, In most of these cases the issue is to do with character encoding, specifically commas not being encoded as

[twitter-dev] cannot oauth_token_secret

2010-12-14 Thread putri handayani
hiii... i m confuse now ... why i can not get oauth_token_secret now, 2 days ago i get the oauth_token_secret.. and my application twitter connect running well help me thanks -- Regards, Putri -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via

Re: [twitter-dev] Re: Verify twitter with ASP.NET

2010-12-14 Thread Robbie Coleman
Well I guess you have not provided enough details about what your app is expected to do. ;-} -- robbie -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Re: #newtwitter and the API

2010-12-14 Thread Yusuke
Hi, Is there any plan to make these new API methods available in the official document? Thanks, Yusuke On Sep 24, 2:52 am, Matt Harris thematthar...@twitter.com wrote: Thanks for all the questions and feedback everyone. Hopefully my comments below will answer your questions. Robert/Tom: The