Re: [twitter-dev] Access Token updating on App page

2010-08-17 Thread Abraham Williams
You can track the issue report (created June 2009) here: http://code.google.com/p/twitter-api/issues/detail?id=669 Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am | http://blog.abrah.am This email is: [ ] shareable [x] ask first [ ]

Re: [twitter-dev] oauth_signature

2010-08-17 Thread Abraham Williams
My library handles all the OAuth signatures automatically. If you read the documentation for TwitterOAuth it will get you started with using the library. Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am | http://blog.abrah.am This

[twitter-dev] Re: Open Source Android/Twitter Application

2010-08-17 Thread Bess
http://code.google.com/p/twitter-for-android/ is blocked and can't be accessed But I find this light-weight open source Android project. It seems like it covers OAuth. http://code.google.com/p/andtweet/ On Aug 16, 12:04 pm, Abraham Williams 4bra...@gmail.com wrote: I've been asking about the

[twitter-dev] user:statuses/friends and the following field - feature request

2010-08-17 Thread cballou
I'm looking for clarification on the call to user:statuses/friends. I noticed that in the returned results there is a following field. It appears as though this field indicates whether or not the screen_name supplied in the request is following the given user. This information, to me, seems

[twitter-dev] nonce error when doing 'generated token' OAuth

2010-08-17 Thread Colin Hill
I ran into an issue when authenticating via OAuth, using the token/secret pair offered for one of my apps, on the dev site (example) http://dev.twitter.com/apps/12345/my_token we use the perl OAuth::Lite::Consumer module and have no difficulty authenticating using the typical dance for our user

[twitter-dev] Re: anywhere back button bug in IE

2010-08-17 Thread dndrnkrd
Wanted to add that I've found this specific to use cases where document.domain is set in config. The issue can be easily reproduced in any IE browser with a simple test such as: http://gist.github.com/528661. This one generates 2 extra history states, more can be created by adding more iframe

[twitter-dev] Over 3 weeks waiting on whitelist approval

2010-08-17 Thread Eric Nichols
Greetings, I applied for whitelist approval for the account @evidencebot back on 7/23 and am still waiting for a reply. I read in the archives that whitelist approval was suspended until the end of the World Cup but that was a while ago. Are there still a lot of requests in the pipeline, or has

Re: [twitter-dev] Mombo.com API

2010-08-17 Thread Palleas
I'm interested ! :) On Mon, Aug 16, 2010 at 11:13 PM, Peter Denton petermden...@gmail.comwrote: Hey everyone, I work on a project called Mombo.com which does sentiment analysis on box-office movies. We have an API but wanted to know if other developers would be interested in consuming the

[twitter-dev] Twitter button with custom URL shortener

2010-08-17 Thread romainst
Hi everyone! I'm developer for a French News TV Channel, and as we already own a bit.ly Pro Entreprise account to have our own URL shortener with our domain, I just wanted to know if it were possible to deactivate t.co shortening on tweet buttons to keep our custom shortened URLs? Thanks!

[twitter-dev] Auto tweeting - guidelines and reporting bad practice

2010-08-17 Thread Tim
Is there anything in the terms of use about best practice for auto- tweeting? I refer to the irritating practice an app automatically tweeting a viral message from your account when you authenticate. e.g. I just got 50% somethingfactor on somelameapp.com, what's yours? It should be against the

[twitter-dev] STATUS update after getting the Auth token using by using X-auth.

2010-08-17 Thread LINUXGEEK
can any one help in updating the status of my twitter account by using auth token and secret. am getting 401 error while doing this.. can any one give me code for updating the status.

[twitter-dev] Re: OAuth authentication issuse

2010-08-17 Thread LINUXGEEK
hey am getting the same error like UnAuthorized here is my code.. if anything wrong plz replay its urgent private void StatusUpdate() throws CryptoTokenException, CryptoUnsupportedOperationException, IOException { String oauth_signature_method =

Re: [twitter-dev] nonce error when doing 'generated token' OAuth

2010-08-17 Thread Tom van der Woerdt
On 8/17/10 5:35 AM, Colin Hill wrote: I ran into an issue when authenticating via OAuth, using the token/secret pair offered for one of my apps, on the dev site (example) http://dev.twitter.com/apps/12345/my_token we use the perl OAuth::Lite::Consumer module and have no difficulty

Re: [twitter-dev] Auto tweeting - guidelines and reporting bad practice

2010-08-17 Thread Tom van der Woerdt
Is there anything in the terms of use about best practice for auto- tweeting? Go find out? http://twitter.com/tos I refer to the irritating practice an app automatically tweeting a viral message from your account when you authenticate. e.g. I just got 50% somethingfactor on somelameapp.com,

Re: [twitter-dev] STATUS update after getting the Auth token using by using X-auth.

2010-08-17 Thread Tom van der Woerdt
On 8/17/10 1:47 PM, LINUXGEEK wrote: can any one help in updating the status of my twitter account by using auth token and secret. am getting 401 error while doing this.. can any one give me code for updating the status. I could give you pseudocode, yes, but that will most likely be

Re: [twitter-dev] Auto tweeting - guidelines and reporting bad practice

2010-08-17 Thread Taylor Singletary
Principle #1 of the Twitter Platform is: Don't Surprise Users. -- And this type of activity does exactly that and is therefore against the spirit of the developer guidelines. http://dev.twitter.com/api_terms You can report misbehaving applications at: http://twitter.com/help/escalate Taylor On

Re: [twitter-dev] Re: OAuth authentication issuse

2010-08-17 Thread Tom van der Woerdt
Hi, According to the guide How To Ask Questions The Smart Way http://catb.org/esr/faqs/smart-questions.html#asking, it is unwise to flag your question as urgent. ;-) Anyway, to answer your question: That's a lot of code, but I prefer to know what it is doing over the actual code. So: can you

Re: [twitter-dev] Twitter button with custom URL shortener

2010-08-17 Thread Tom van der Woerdt
On 8/17/10 3:37 PM, romainst wrote: Hi everyone! I'm developer for a French News TV Channel, and as we already own a bit.ly Pro Entreprise account to have our own URL shortener with our domain, I just wanted to know if it were possible to deactivate t.co shortening on tweet buttons to keep

Re: [twitter-dev] Over 3 weeks waiting on whitelist approval

2010-08-17 Thread Taylor Singletary
We're still pretty backed up and taking a divide and conquer strategy, processing recent ones and older ones to gradually meet in the middle. The scale of requests is large. Feel free to resubmit your request and drop a note in this thread with your Twitter screen name and we can look into them

[twitter-dev] Twiter send 401 when image upload

2010-08-17 Thread ivanus
hello! I've registered a desktop app on twitter. Using standard Oauth Library for generating signatures http:// oauth.googlecode.com/svn/code/csharp/OAuthBase.cs I've get token, secret token and gave extended permissions to my app using generated PIN. - there wasn;t problems Now i'm trying to

Re: [twitter-dev] nonce error when doing 'generated token' OAuth

2010-08-17 Thread Taylor Singletary
Hi Colin, Right now we report nonce errors in a few cases -- not all of them having much to do with nonces unfortunately. Check that the clock on the machines you are executing this on are within 5 minutes of the clock on api.twitter.com -- one easy way to do this before you even start making

Re: [twitter-dev] nonce error when doing 'generated token' OAuth

2010-08-17 Thread Colin Hill
Tom, That was my first thought as well, but in that case, I would expect the request failures to be randomly distributed and relatively infrequent. In this case it fails every time (tested over a period of 6 hours yesterday). I've also not encountered this issue with any of the other OAuth

Re: [twitter-dev] nonce error when doing 'generated token' OAuth

2010-08-17 Thread Cameron Kaiser
That was my first thought as well, but in that case, I would expect the request failures to be randomly distributed and relatively infrequent. In this case it fails every time (tested over a period of 6 hours yesterday). I've also not encountered this issue with any of the other OAuth

Re: [twitter-dev] nonce error when doing 'generated token' OAuth

2010-08-17 Thread Tom van der Woerdt
I'll quote some more : To avoid the need to retain an infinite number of nonce values for future checks, servers MAY choose to restrict the time period after which a request with an old timestamp is rejected. Note that this restriction implies a level of synchronization between the

Re: [twitter-dev] nonce error when doing 'generated token' OAuth

2010-08-17 Thread Colin Hill
Taylor, Good catch. Thanks. It was in fact a timestamp issue. The virtual server I was using to test our twitter code hadn't been fired up in a few weeks so before conducting yesterday's work, I updated the system packages which included the kernel, but failed to rebuild the guest tools which

Re: [twitter-dev] user:statuses/friends and the following field - feature request

2010-08-17 Thread Abraham Williams
The following element was deprecated in May 2009 as it was unreliable. Maybe the deprecation has seen been deprecated... http://groups.google.com/group/twitter-development-talk/browse_thread/thread/42ba883b9f8e3c6e?tvc=2 Abraham - Abraham Williams | Hacker Advocate | http://abrah.am

Re: [twitter-dev] Auto tweeting - guidelines and reporting bad practice

2010-08-17 Thread M. Edward (Ed) Borasky
Yeah, that thing bit me too - I deleted the tweet it sent. There *is* a warning on the page that it will send the tweet, though. I think the Twitterverse will jump on him and he'll pull it down. -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb A mathematician

Re: [twitter-dev] Auto tweeting - guidelines and reporting bad practice

2010-08-17 Thread Tom van der Woerdt
I have a feeling that I know which app you are talking about - my timeline is also flooded with tweets from that app. Tom On 8/17/10 8:28 PM, M. Edward (Ed) Borasky wrote: Yeah, that thing bit me too - I deleted the tweet it sent. There *is* a warning on the page that it will send the tweet,

Re: [twitter-dev] Auto tweeting - guidelines and reporting bad practice

2010-08-17 Thread M. Edward (Ed) Borasky
I'm seriously considering a blog post about it - someone talk me out of it! -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb A mathematician is a device for turning coffee into theorems. - Paul Erdos Quoting Tom van der Woerdt i...@tvdw.eu: I have a feeling

Re: [twitter-dev] Auto tweeting - guidelines and reporting bad practice

2010-08-17 Thread Scott Wilcox
Do it, do it, do it! teehee! On 17 Aug 2010, at 19:42, M. Edward (Ed) Borasky wrote: I'm seriously considering a blog post about it - someone talk me out of it! -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb A mathematician is a device for turning

Re: [twitter-dev] Auto tweeting - guidelines and reporting bad practice

2010-08-17 Thread M. Edward (Ed) Borasky
I'm in the middle of a release push for the Social Media Analytics Research Toolkit. If the thing is still around when I get that done, I'll take up cudgels and pitchforks and torches, assuming RWW, Mashable and Techcrunch haven't ground it into the soil by then. ;-) -- M. Edward (Ed)

[twitter-dev] Ogilvy's NetVibes - anyone have a contact there?

2010-08-17 Thread Neal Rauhauser
The NetVibes Twitter widget seems to have some Oauth troubles and I have no idea how to contact the folks at Ogilvy Global PR. This is the site that's affected http://thedailyinfluence.netvibesbusiness.com/#Social_Media_%26_WOM It's been broke for 36 hours now.

[twitter-dev] Is it possible to have a filter.json Stream that uses both Track and Follow arguments?

2010-08-17 Thread Guillermo
If so, what would the curl command line look like? Thanks, Guillermo

[twitter-dev] xauth nonce and token secret

2010-08-17 Thread Olu
I'm trying to implement Twitter XAuth for my application. My application has already been registered and approved for XAuth privileges. However, the documentation mentions that I need to include a nonce or token secret when authenticating. What is this? I have no idea what the nonce or token

Re: [twitter-dev] xauth nonce and token secret

2010-08-17 Thread Tom van der Woerdt
On 8/18/10 12:11 AM, Olu wrote: I'm trying to implement Twitter XAuth for my application. My application has already been registered and approved for XAuth privileges. However, the documentation mentions that I need to include a nonce or token secret when authenticating. What is this? I have

Re: [twitter-dev] POST geo/place : place is not in a whitelisted container

2010-08-17 Thread Matt Harris
Hi Clay, There isn't a whitelist for applications to create places using the geo API and I agree the error message returned isn't clear about what has happened. The reason you have received the error is because the UK is currently read-only. This is to help us avoid import and duplication errors

Re: [twitter-dev] Is it possible to have a filter.json Stream that uses both Track and Follow arguments?

2010-08-17 Thread Matt Harris
Hey Guillermo, Absolutely. The way filter works is all terms are ORd together. So if you follow a user and wish to track keywords you would get the users tweets OR keyword matches. For example, to follow my account themattharris (id 777925), and track Tweets with the keywords twitter OR

[twitter-dev] Re: POST geo/place : place is not in a whitelisted container

2010-08-17 Thread Clay Graham
Matt, Thank you. That is a clear answer. It must also explain why there are no places yet in cities such as Marseilles, France. As you can probably guess I found this out because I plan to launch internationally. In fact I hope http://ratecred.com is one of those providers that adds great quality

[twitter-dev] Tweet Button Encoded URL but PHP entry array permalink

2010-08-17 Thread Tv_Miller
It clearly says on the developer page for the button that you need to encode the URL but my php requests the url from a permalink entry array. Is there a work around I'm not familiar with? Slightly novice here and thanks!

Re: [twitter-dev] Tweet Button Encoded URL but PHP entry array permalink

2010-08-17 Thread Felix Kunsmann
Am 18.08.2010 um 02:11 schrieb Tv_Miller: It clearly says on the developer page for the button that you need to encode the URL but my php requests the url from a permalink entry array. Is there a work around I'm not familiar with? Slightly novice here and thanks!

[twitter-dev] Re: WordPress

2010-08-17 Thread Jonathan Strauss
There are now a number of WP plugins for the tweet button. But, I like to think mine is the best ;-) http://wordpress.org/extend/plugins/tweet-button-with-shortening/ -- Jonathan Strauss, Co-Founder http://snowballfactory.com Campaign tracking for social media - http://awe.sm A smarter way to