[twitter-dev] Re: Can we have bulk statuses/show?

2010-09-06 Thread Jaanus
Thanks, this makes sense (that api status fetching is modeling your cost this way). J On Sep 1, 7:40 am, John Kalucki j...@twitter.com wrote: Fetching a random list of statuses is likely to include a number of statuses that are not in cache. I think accounting for them on a one-by-one basis

[twitter-dev] Re: Retweet results in 401: Unauthorized

2010-09-06 Thread Papa.Coen
I now (successfully) perform a request for a request token (oauth_token and oauth_token_secret) and use the information to do a retweet request, but I still get the '401, unauthorized' message. Base signature string: POSThttp%3A%2F2Fapi.twitter.com%2F1%2Fstatuses%2Fretweet

[twitter-dev] Password in a source

2010-09-06 Thread Andrea Stagi
I'm developing a software under gpl, a simple twitter client for GNU/ Linux systems...This software uses some private keys for oAuth authentication that no one must know..My idea is to distribute the source without keys (or filled by only 'X' character) and the relative executable file...But it

Re: [twitter-dev] Password in a source

2010-09-06 Thread Tom van der Woerdt
On 9/6/10 3:03 PM, Andrea Stagi wrote: I'm developing a software under gpl, a simple twitter client for GNU/ Linux systems...This software uses some private keys for oAuth authentication that no one must know..My idea is to distribute the source without keys (or filled by only 'X' character)

[twitter-dev] Re: Retweet results in 401: Unauthorized

2010-09-06 Thread Papa.Coen
But according to this page, authorization IS required: http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses-retweet -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Re: Password in a source

2010-09-06 Thread Andrea Stagi
Hi Tom, thanks for response...yeah it's true, monitoring all traffic you can verify many application's behaviors , but not all ( e.g. interaction with the o.s. )..But if there's no else way I'll distribute the source with hidden passwords and the release explaining why passwords are not visible..

[twitter-dev] Re: Retweet results in 401: Unauthorized

2010-09-06 Thread Papa.Coen
Retweeting works when a user has granted my app Authorization first. So I guess it's required. Seems logical too. Thanks for the help! Coen -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements

[twitter-dev] single access token

2010-09-06 Thread si...@freomob.co.uk
where do i find my 'single access token' ? the twitter documentation tells me this is inside my app's details, but i cannot find this. do i have to request this as part of xauth? or do i have to generate this via the oauth? the requirement for nonce token seems to prevent me generating my own

[twitter-dev] What Just Changed W/ Search API??

2010-09-06 Thread @evanmrose
Something just changed with the search api that now allows me to pull in about tweets to my app. Did you guys start saving more @mentions? Evan M. Rose || Founder || NiteFly Inc. www.nite-fly.com [e...@nite-fly.com || p: (914) 500-8792 || f: (914) 576-6364] Twitter: http://bit.ly/mQvNS LinkedIn:

[twitter-dev] Develop one API get tweets to my webpage

2010-09-06 Thread kieungocdzung
Dear Team support, I want to develop one tool get Tweets from server Twitter to my webpage, Can team to help me? Thanks a lot -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Switch to OAuth - How to

2010-09-06 Thread Donglt
I'm a web developer, I've made a module that shows up tweets on site. The module uses Twitter basic auth, means user, whom uses my module in his site, have to input his Twitter username and password in the module configuration. But with OAuth, does he have to register the module with Twitter app

[twitter-dev] anyone got a working .NET example?

2010-09-06 Thread yout...@publicdataservice.org
anyone got a working .NET example? I tried this http://www.PublicDataService.org/twitter/ -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] A general understanding of the oAuth process

2010-09-06 Thread KrushRadio - Doc
Hey all, Just a quick question regarding oAuth, and how this all works. So, with my small application broken, I'm trying to figure out how it will work with oAuth. First, i need to figure out the flow.. The rest seems pretty easy. Do I have to request a new usertoken every time i post to one

[twitter-dev] J2ME OAUTH token for Twitter

2010-09-06 Thread Amid Lad
I've been transitioning our basic authentication calls over to OAuth. I'm using the j2me OAUTH library(for mobile). All of the authentication calls are working and I receive proper responses from GET requests. But the problem is with access token. What I have to do is to pass the url and get the

[twitter-dev] following in hometime.xml

2010-09-06 Thread Saurabh
Hi , there is a following/following in home timeline xml . For same user ,value of this field is changed with different tweet. so what this value is saying. with warm regards Saurabh Kumar -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

Re: [twitter-dev] single access token

2010-09-06 Thread Tom van der Woerdt
On 9/5/10 7:55 PM, si...@freomob.co.uk wrote: where do i find my 'single access token' ? the twitter documentation tells me this is inside my app's details, but i cannot find this. do i have to request this as part of xauth? or do i have to generate this via the oauth? the requirement for

[twitter-dev] please help, problem about twitter api

2010-09-06 Thread yuzhujiutian
now, i develop a twitter client in oauthlib_0.8.9 and c/c++, but it's always prompt me to login when i code to tweet. code info: input_param_url: http://twitter.com/status/update input_param_search_string:

[twitter-dev] Re: Tweet button fails to parse URL

2010-09-06 Thread ecf
Same behavior with url containing + characters! -- 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 Change your membership to this group:

[twitter-dev] django-twitterauth

2010-09-06 Thread ashy
Hi All, I am using django-twitterauth at http://github.com/rcrowley/django-twitterauth to communicate with twitter using my django application. But it keeps giving error like 'cannot send request', or 'connection refused' Exception Location: /usr/lib/python2.6/httplib.py in putrequest, line

[twitter-dev] twitter command line

2010-09-06 Thread ashy
Hi All, How can I use twitter through command line using python? The library should be Oauth compliant. thanks ashwin -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Re: XAuth 401 error

2010-09-06 Thread Farrukh Javeid
I have been trying to get the time synchronized with the twitter server but could not attain it so far. Can anyone help me with code. It'll be real help as I have already wasted 3 days for this task. Warm Regards, On Sep 2, 6:11 am, MigrantP migra...@gmail.com wrote: Scratch that, it was simply

[twitter-dev] Re: oauth verify credentials error

2010-09-06 Thread rrd
Timestamp is set back to the correct one. Still verify credentials fails with the same error. Any other guess? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] 401 Error

2010-09-06 Thread Farrukh Javeid
Hi, I have been trying to figure out a method to handle the 401 error but cannot actually find any particular solution. I have even tried the synchronizing my time with the internet server but still to no avail. Any help might be really helpful as I have already wasted 2 days on it. Warm

[twitter-dev] Re: 500: Something is technically wrong while calling lists/memberships

2010-09-06 Thread Jo Seibert
Hi Matt, any updates on this thread? I still see this error from time to time. Greetings. Jo Seibert On 1 Sep., 22:57, Joachim Seibert jseib...@seibert-media.net wrote: Hi Matt, the problem seems to be getting worse. No I see this error quite often and with other calls than

Re: [twitter-dev] Develop one API get tweets to my webpage

2010-09-06 Thread Tom van der Woerdt
On 9/6/10 3:50 AM, kieungocdzung wrote: Dear Team support, I want to develop one tool get Tweets from server Twitter to my webpage, Can team to help me? Thanks a lot Hi, @Anywhere can do this for you, or you can use one of the hundreds of widgets that are around. @Anywhere:

[twitter-dev] OAUTH on J2ME forums

2010-09-06 Thread Amid Lad
hi all. i'm building an application in j2me. but, i get stuck on oauth. should i get request token everytime user want to login ? should user enter pin code everytime ? should i get access token everytime ? if no, how to authenticate user ? should i save the access token on my database ?

[twitter-dev] Error 500 when updating Twitter status using fsock and oauth.

2010-09-06 Thread A Lex
Hi everyone, I am having some slight problem with Twitter Oauth and fsockopen The reason I am using fsock, is to cater people that do not have curl installed. So here goes my problem. I was able to use fsock to get the access token however when I use fsock to update twitter status. It returns me

[twitter-dev] Twitter share button fails to parse url with +

2010-09-06 Thread Eugene Poponin
For example the button wont work on page like this http://example.com/twitter+share+button+fails Tried to do urlencode - doesn't help. Tried on different configurations of button from http://dev.twitter.com/pages/tweet_button I have investigated and found the reason - twitter's JS replaces first +

[twitter-dev] Twitter Curl Integration

2010-09-06 Thread karnak
Hi, I cannot integrate twitter curl with asp.net. Please send me a sample project with twitter curl implementation, Previously I used the following code but now a days it is not working. Dim TwitterUserName As String = username.ToString Dim TwitterPassword As String = pswd.ToString

[twitter-dev] How can I echo or print the currentloggedinuser's twitter screenName into a a html input?

2010-09-06 Thread Daniel
^^ -- 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 Change your membership to this group:

Re: [twitter-dev] Switch to OAuth - How to

2010-09-06 Thread Tom van der Woerdt
On 9/6/10 4:56 AM, Donglt wrote: I'm a web developer, I've made a module that shows up tweets on site. The module uses Twitter basic auth, means user, whom uses my module in his site, have to input his Twitter username and password in the module configuration. But with OAuth, does he have to

[twitter-dev] xAuth Newbie having trouble

2010-09-06 Thread Garry
OK, I'm trying to send my first xAuth request, but I'm getting 401 Unauthorized. Here is the base string I am signing: POST%26https%3A%2F%2Fapi%2Etwitter%2Ecom%2Foauth%2Faccess%5Ftoken %26oauth%5Fconsumer%5Fkey%3Dwd0fPXXX9m9O7OYRg%26oauth%5Fnonce

[twitter-dev] Re: Streaming API (filter) and retweets, JSON Output

2010-09-06 Thread JorisW
Am I the only one who has found retweeted_status to be very unreliable? I have a constant streaming API connection, and the majority of tweets that are retweets (and are displayed as such on the web), have empty retweeted_status values. Example: http://twitter.com/Mobieleeenheid - The retweet

[twitter-dev] API in Obejcetive C

2010-09-06 Thread Hello
I am using twitter in my iphone application and was using basic authentication. I have gone through the discussion. I just want to use customer_key and secret key. I just want to know from where i can get the library which I can include in my project. Thanks Nidhi -- Twitter developer

[twitter-dev] simplegeo / python-oauth2

2010-09-06 Thread ashy
Hi All, Iam using simplegeo / python-oauth2 to connect to twitter.com using python 2.6 and httplib2 getting the following error Exception Type: error Exception Value:(111, 'Connection refused') the line which is causing the problem is this: resp, content =

Re: [twitter-dev] Develop one API get tweets to my webpage

2010-09-06 Thread Le Thanh Dong
I have the same, now my module can get tweets by the method user_timeline without auth. I'm wondering about getting tweets by method friend_timeline within OAuth, It seems it's not able to do this, it requires you login twitter via its site, can not do it by using curl via basic auth as I did. Any

Re: [twitter-dev] A general understanding of the oAuth process

2010-09-06 Thread Tom van der Woerdt
On 9/6/10 8:28 AM, KrushRadio - Doc wrote: Hey all, Just a quick question regarding oAuth, and how this all works. So, with my small application broken, I'm trying to figure out how it will work with oAuth. First, i need to figure out the flow.. The rest seems pretty easy. Do I have

Re: [twitter-dev] Switch to OAuth - How to

2010-09-06 Thread Le Thanh Dong
Thanks for the reply, but I want to get tweets via friend timeline. Since Twitter switch to OAuth, I can not do this so far. 2010/9/6 Tom van der Woerdt i...@tvdw.eu On 9/6/10 4:56 AM, Donglt wrote: I'm a web developer, I've made a module that shows up tweets on site. The module uses

Re: [twitter-dev] following in hometime.xml

2010-09-06 Thread Tom van der Woerdt
On 9/6/10 9:41 AM, Saurabh wrote: Hi , there is a following/following in home timeline xml . For same user ,value of this field is changed with different tweet. so what this value is saying. with warm regards Saurabh Kumar I am not entirely sure, but I believe that this value is

Re: [twitter-dev] OAUTH on J2ME forums

2010-09-06 Thread Tom van der Woerdt
On 9/6/10 11:46 AM, Amid Lad wrote: hi all. i'm building an application in j2me. but, i get stuck on oauth. should i get request token everytime user want to login ? should user enter pin code everytime ? should i get access token everytime ? if no, how to authenticate user ? should i

Re: [twitter-dev] django-twitterauth

2010-09-06 Thread Tom van der Woerdt
On 9/6/10 11:55 AM, ashy wrote: Hi All, I am using django-twitterauth at http://github.com/rcrowley/django-twitterauth to communicate with twitter using my django application. But it keeps giving error like 'cannot send request', or 'connection refused' Exception Location:

Re: [twitter-dev] Re: 500: Something is technically wrong while calling lists/memberships

2010-09-06 Thread Tom van der Woerdt
It's just a simple over capacity error. Happens a lot, just make sure that your code knows how to deal with them ;-) Tom On 9/6/10 1:33 PM, Jo Seibert wrote: Hi Matt, any updates on this thread? I still see this error from time to time. Greetings. Jo Seibert On 1 Sep., 22:57, Joachim

Re: [twitter-dev] Error 500 when updating Twitter status using fsock and oauth.

2010-09-06 Thread Tom van der Woerdt
The syntax of your Authorization: header is bad. Take a look in the documentation and compare them. Tom On 9/6/10 1:34 PM, A Lex wrote: Hi everyone, I am having some slight problem with Twitter Oauth and fsockopen The reason I am using fsock, is to cater people that do not have curl

Re: [twitter-dev] API in Obejcetive C

2010-09-06 Thread Taylor Singletary
Check out the Objective-C section of http://dev.Twitter.com/pages/oauth_libraries -- there are a couple relatively full featured libraries that can help you develop with OAuth there. Taylor On Monday, September 6, 2010, Hello aggarwal.nidhiaggar...@gmail.com wrote: I am using twitter in my

Re: [twitter-dev] How can I echo or print the currentloggedinuser's twitter screenName into a a html input?

2010-09-06 Thread Tom van der Woerdt
Really, I dislike people who spam the lists like you do. Two things : * Please read this document : http://www.catb.org/esr/faqs/smart-questions.html * Read it again, especially the 'Be precise and informative about your problem' part. Then try again :-) Tom On 9/6/10 2:34 PM, Daniel wrote:

Re: [twitter-dev] xAuth Newbie having trouble

2010-09-06 Thread Taylor Singletary
Without looking to deeply yet (sorry, on vacation!) it appears you are over encoding values in your signature basestring.. For example, underscores are not protected characters and need not be encoded. I recommend reviewing the OAuth spec regarding encoding characters and ensure your encoder

Re: [twitter-dev] xAuth Newbie having trouble

2010-09-06 Thread Tom van der Woerdt
You should try verifying your Base String using my OAuth validator, http://quonos.nl/oauthTester/ Your Base String looks like it is encoded too much. Syntax is methodurlparameters. You have method%26url%26parameters. Tom On 9/6/10 2:53 PM, Garry wrote: OK, I'm trying to send my first xAuth

[twitter-dev] Re: django-twitterauth

2010-09-06 Thread ashy
Hi Tom, I am not able to connect to 'api.twitter.com' as well. connection._connection = httplib.HTTPSConnection('api.twitter.com') Yes, Iam working behind proxy. Please suggest. thanks ashy On Sep 6, 8:15 pm, Tom van der Woerdt i...@tvdw.eu wrote: On 9/6/10 11:55 AM, ashy wrote: Hi

Re: [twitter-dev] Re: django-twitterauth

2010-09-06 Thread Tom van der Woerdt
You should contact the owner of the proxy and ask him/her to allow api.twitter.com. Tom On 9/6/10 5:24 PM, ashy wrote: Hi Tom, I am not able to connect to 'api.twitter.com' as well. connection._connection = httplib.HTTPSConnection('api.twitter.com') Yes, Iam working behind proxy.

Re: [twitter-dev] Twitter Curl Integration

2010-09-06 Thread Taylor Singletary
This is going to be a much more complicated project than your simple implementation below. Look for libraries helpful to your programming language at http://dev.twitter.com/pages/oauth_libraries You'll want to read a great deal of the documentation available to you at dev.twitter.com as well,

Re: [twitter-dev] please help, problem about twitter api

2010-09-06 Thread Taylor Singletary
Automating our web pages is forbidden. Use the API and OAuth. Taylor On Monday, September 6, 2010, yuzhujiutian yuzhujiut...@gmail.com wrote: now, i develop a twitter client in oauthlib_0.8.9 and c/c++, but it's always prompt me to login when i code to tweet. code info: input_param_url:

Re: [twitter-dev] Switch to OAuth - How to

2010-09-06 Thread Julio Biason
On Mon, Sep 6, 2010 at 12:13 PM, Le Thanh Dong mr.thanhd...@gmail.com wrote: Thanks for the reply, but I want to get tweets via friend timeline. Since Twitter switch to OAuth, I can not do this so far. If the account is public, you can unauthenticated request the home_timeline. If the account

[twitter-dev] Re: django-twitterauth

2010-09-06 Thread ashy
Hi, Ok, but when I follow the steps mentioned in http://agileweb.wordpress.com/2009/04/28/step-by-step-guide-to-use-sign-in-with-twitter-with-django/ it atleast redirects me to twitter.com, problems occur only in the call back method Exception Type: AttributeError Exception Value:

Re: [twitter-dev] Password in a source

2010-09-06 Thread Julio Biason
On Mon, Sep 6, 2010 at 10:41 AM, Tom van der Woerdt i...@tvdw.eu wrote: Just put the keys in the executable but not in the source. Really, it's your only option. Well, actually that's not true, because you can also simply proxy all traffic via a server, but that's not ideal. I may be wrong

Re: [twitter-dev] Password in a source

2010-09-06 Thread Tom van der Woerdt
On 9/6/10 5:40 PM, Julio Biason wrote: On Mon, Sep 6, 2010 at 10:41 AM, Tom van der Woerdt i...@tvdw.eu wrote: Just put the keys in the executable but not in the source. Really, it's your only option. Well, actually that's not true, because you can also simply proxy all traffic via a server,

[twitter-dev] Re: xAuth Newbie having trouble

2010-09-06 Thread Garry
@Tom, your OAuth validator is the best thing I've ever seen, it helped me solve the problem in a couple of minutes... @Taylor, you are right, I was encoding way more than I should have been, fixed it! Thanks both! Garry On Sep 6, 4:22 pm, Tom van der Woerdt i...@tvdw.eu wrote: You should try

[twitter-dev] geo/reverse_geocode

2010-09-06 Thread morafred
Could you show us how to use this method, cause the sample values seems not to be working lat=37.7821120598956 long=-122.400612831116 I'm getting this error { errors: [ { code: 3, message: Passed in coordinates are out of bounds } ] } -- Twitter developer documentation

Re: [twitter-dev] geo/reverse_geocode

2010-09-06 Thread Tom van der Woerdt
http://api.twitter.com/1/geo/reverse_geocode.xml?long=-122.400612831116lat=37.7821120598956 Works fine here. Tom On 9/6/10 6:09 PM, morafred wrote: Could you show us how to use this method, cause the sample values seems not to be working lat=37.7821120598956 long=-122.400612831116 I'm

Re: [twitter-dev] Password in a source

2010-09-06 Thread Julio Biason
On Mon, Sep 6, 2010 at 12:45 PM, Tom van der Woerdt i...@tvdw.eu wrote: I'm not 100% sure, but I'd assume that the license doesn't apply to the creator. :-) Creator no, it's a distribution license. But, since he's the one distributing the application... -- Julio Biason julio.bia...@gmail.com

[twitter-dev] Re: Help with xAuth and PHP

2010-09-06 Thread hgc2002
What do you mean? On 5 sep, 12:20, Tom van der Woerdt i...@tvdw.eu wrote: What's the base string? Tom On 5 sep. 2010, at 12:18, hgc2002 herman.go...@gmail.com wrote: -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

Re: [twitter-dev] Re: Help with xAuth and PHP

2010-09-06 Thread Cameron Kaiser
What do you mean? When you sign an OAuth (or xAuth) request, you use a base string composed of various components of the request itself. The OAuth spec goes into this in detail, and there are many helpers to show you how the base string is constructed. If you construct it incorrectly, your

[twitter-dev] Re: On the demise of basic authentication.

2010-09-06 Thread Chris Hunt
For perl devs, the move to OAuth is really quite easy Not for me it's not. I'm not trying to write a full-featured Twitter client, just trying to get my event calendar app to send a few tweets to a particular account. I don't need mega-high security, I just need it to work. I've registered at

Re: [twitter-dev] Re: On the demise of basic authentication.

2010-09-06 Thread Tom van der Woerdt
If you change the access level, the keys don't. You will have to create new user credentials. There are multiple ways of doing this, the easiest one being simply re-creating the application on dev.twitter.com, this time with proper settings. A different option would be to revoke access (Settings -

Re: [twitter-dev] Re: XAuth 401 error

2010-09-06 Thread M. Edward (Ed) Borasky
You shouldn't synchronize to Twitter. You (and Twitter) should synchronize to the World Time Standard using NTP. It's a simple process on Linux - you just install a package or two and read your distro's system administration manual on how to configure it. It's point and click on openSUSE

Re: [twitter-dev] Re: XAuth 401 error

2010-09-06 Thread Tom van der Woerdt
Yeah, well, that doesn't work very well for desktop apps ;-) Users would go mad if you suddenly change their clocks. Tom On 9/6/10 10:22 PM, M. Edward (Ed) Borasky wrote: You shouldn't synchronize to Twitter. You (and Twitter) should synchronize to the World Time Standard using NTP. It's a

[twitter-dev] Missing oauth_verifier

2010-09-06 Thread G
I'm not receiving an oauth_verifier key/value pair in after the user grants access through my app. I'm receiving the at the URL specified in my app settings and in my initial token request. The callback I'm getting looks like this

[twitter-dev] Query trend does not return the same results as on the twitter home page

2010-09-06 Thread Hao
Hi I just got the trends list using json, the endpoint is http:// api.twitter.com/1/trends/current.json, then I tried to get detail of each trend, say 'Angola' when I am posting, so I made a request to http://search.twitter.com/search.json?q=Angola;. It turned out the returned json does not carry

[twitter-dev] Invalid / expired Token

2010-09-06 Thread Rajendra Singh
Hello, I took the twoleggedtwitter.php example file and added the following two lines: $request = new OAuthRequester(TWITTER_UPDATE_STATUS_API, 'POST', status=Test); $result = $request-doRequest(); However, when I execute it, I get: Exception: Request failed with code 401:

Re: [twitter-dev] Missing oauth_verifier

2010-09-06 Thread Tom van der Woerdt
Strange, you aren't the first one who reported this. I really think that this behavior should be investigated. Tom On 9/6/10 11:23 PM, G wrote: I'm not receiving an oauth_verifier key/value pair in after the user grants access through my app. I'm receiving the at the URL specified in my

[twitter-dev] Javascript Tweet Button added after page load

2010-09-06 Thread Woombah
I have a page with the javascript Tweet buttons on and that all works fine, but I want to serve more content with tweet buttons by AJAX and those buttons work. I guess the Twitter button script runs on page load and so the buttons added afterwards aren't parsed remain text links. Is there a

[twitter-dev] Virus in Twitter in Brazil

2010-09-06 Thread Laura Helena Brentano
Hi, I am a journalist from a brazilian web site, Globo.com. Today, there were a link spread in the Twitter that was supposted to be with virus. I just want to confirm if this link had, actually, a virus. The message was written like this: Pe Lanza da banda Restart sofre acidente tragico |

[twitter-dev] Re: Missing oauth_verifier

2010-09-06 Thread G
I will admit I'm not experienced with oauth at all and maybe I'm sending bad data in the initial step. I fail to see why I would get an appropriate request_token if that were the case though. On Sep 6, 3:42 pm, Tom van der Woerdt i...@tvdw.eu wrote: Strange, you aren't the first one who reported

Re: [twitter-dev] Virus in Twitter in Brazil

2010-09-06 Thread Tom van der Woerdt
Nice find, and yes it is. And people, don't click it. Tom On 9/6/10 10:53 PM, Laura Helena Brentano wrote: Hi, I am a journalist from a brazilian web site, Globo.com. Today, there were a link spread in the Twitter that was supposted to be with virus. I just want to confirm if this link

[twitter-dev] Bug Report - Status Update Error

2010-09-06 Thread Ket
I've found a number of POSTed status updates returning an error saying it was a duplicate message, however: 1) It is not a duplicate. there is a common piece of text at the end which has 3 small words and a hashtag that does repeat, but the body of the update is unique. 2) The message gets

Re: [twitter-dev] Bug Report - Status Update Error

2010-09-06 Thread Taylor Singletary
Can you share examples of the exact statuses you are posting and the error response from the API you're getting in return? Also helpful to know the exact execution URLs you are using. Thanks. On Mon, Sep 6, 2010 at 2:56 PM, Ket k...@spiritquest.co.uk wrote: I've found a number of POSTed status

Re: [twitter-dev] Re: Missing oauth_verifier

2010-09-06 Thread Taylor Singletary
Can you share as much information about your request token step as possible? This is the only step you should ever provide a callback URL in. Can you verify that you are using http://api.twitter.com/oauth/* for all paths in this sequence. What is the value of oauth_callback on your request token

Re: [twitter-dev] Invalid / expired Token

2010-09-06 Thread Taylor Singletary
Twitter doesn't support any two-legged OAuth operations at this time. Taylor On Mon, Sep 6, 2010 at 2:44 PM, Tom van der Woerdt i...@tvdw.eu wrote: On 9/6/10 10:57 PM, Rajendra Singh wrote: Hello, I took the twoleggedtwitter.php example file and added the following two lines: -- Twitter

Re: [twitter-dev] Bug Report - Status Update Error

2010-09-06 Thread Ket K Majmudar
Here is an example of an update that caused an error: http://twitter.com/twicalhub/status/23171041727 Returned info: [request] = /1/statuses/update.json [error] = Status is a duplicate. As you can see the API is reporting an error, yet it still published. I have not sent an update with this

Re: [twitter-dev] Bug Report - Status Update Error

2010-09-06 Thread Taylor Singletary
Any way you can show the error from the API itself though? That's an error as filtered through a library.. I'd like to see the exact response, in case the code you're using might be misinterpreting an error or making an assumption about an error. Thanks, Taylor On Mon, Sep 6, 2010 at 3:18 PM,

Re: [twitter-dev] Virus in Twitter in Brazil

2010-09-06 Thread Laura Helena Brentano
Hi Tom, Thank you for answered and for confirmed my request. I will publish a report about this virus in my website. Regards, Laura Brentano 2010/9/6 Tom van der Woerdt i...@tvdw.eu Nice find, and yes it is. And people, don't click it. Tom On 9/6/10 10:53 PM, Laura Helena Brentano

Re: [twitter-dev] J2ME OAUTH token for Twitter

2010-09-06 Thread Taylor Singletary
It's forbidden to automate the OAuth flow such that you attempt scarping the PIN code from the resultant page. If your application is capable of receiving URL-based callback, you'll want to preconfigure a default callback on dev.twitter.com (which indicates that your app is capable of receiving a

Re: [twitter-dev] Virus in Twitter in Brazil

2010-09-06 Thread Laura Helena Brentano
Tom, one more thing. Can you let me know when the virus will be fixed? Thank you very much. Regards Laura Brentano 2010/9/6 Tom van der Woerdt i...@tvdw.eu Nice find, and yes it is. And people, don't click it. Tom On 9/6/10 10:53 PM, Laura Helena Brentano wrote: Hi, I am a

Re: [twitter-dev] Bug Report - Status Update Error

2010-09-06 Thread Abraham Williams
TwitterOAuth does nothing more then parse error messages so Status is a duplicate. will be the actual error message in the body of the response. Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am | http://blog.abrah.am This email is: [ ]

Re: [twitter-dev] Virus in Twitter in Brazil

2010-09-06 Thread Tom van der Woerdt
First thing I did when I saw the report (even before I sent my reply) was inform the twitter team. Apparently twitter needs a complete team to fix this bug. Anyway, I think that it will be fixed really soon. Quote: �...@episod: @tvdw we have a team on it.” Tom On 7 sep. 2010, at 00:25, Laura

Re: [twitter-dev] Bug Report - Status Update Error

2010-09-06 Thread Taylor Singletary
Thanks for the info, Abraham! :) On Mon, Sep 6, 2010 at 3:25 PM, Abraham Williams 4bra...@gmail.com wrote: TwitterOAuth does nothing more then parse error messages so Status is a duplicate. will be the actual error message in the body of the response. Abraham - Abraham Williams

Re: [twitter-dev] Bug Report - Status Update Error

2010-09-06 Thread Ket K Majmudar
Thanks Abraham, Do you need any further info from me Taylor ? Ket On 6 Sep 2010, at 23:35, Taylor Singletary wrote: Thanks for the info, Abraham! :) On Mon, Sep 6, 2010 at 3:25 PM, Abraham Williams 4bra...@gmail.com wrote: TwitterOAuth does nothing more then parse error messages so Status

Re: [twitter-dev] Virus in Twitter in Brazil

2010-09-06 Thread Laura Helena Brentano
Hi Tom. I saw your Twitter. So did you fix the problem? Regards, Laura 2010/9/6 Tom van der Woerdt i...@tvdw.eu First thing I did when I saw the report (even before I sent my reply) was inform the twitter team. Apparently twitter needs a complete team to fix this bug. Anyway, I think

[twitter-dev] Re: Invalid / expired Token

2010-09-06 Thread Rajendra Singh
Hi Taylor, Ok, I'm new to this OAUTH thing. So if it doesn't support two-legged, what do I use to authenticate? Thanks. On Sep 6, 6:12 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Twitter doesn't support any two-legged OAuth operations at this time. Taylor On Mon, Sep 6, 2010

[twitter-dev] Re: Invalid / expired Token

2010-09-06 Thread Rajendra Singh
Hi Tom, Yes I did fill in those values correctly. On Sep 6, 5:44 pm, Tom van der Woerdt i...@tvdw.eu wrote: On 9/6/10 10:57 PM, Rajendra Singh wrote: Hello, I took the twoleggedtwitter.php example file and added the following two lines:    $request = new

[twitter-dev] Re: Missing oauth_verifier

2010-09-06 Thread G
Your questions helped me find the issue. I'm using oauth-php and apparently what I'm doing isn't properly setting the callback URL. I'll look for the oauth_callback_confirmed flag for my error checking. Thanks for the help! On Sep 6, 4:11 pm, Taylor Singletary taylorsinglet...@twitter.com wrote:

Re: [twitter-dev] Virus in Twitter in Brazil

2010-09-06 Thread Taylor Singletary
This should be alleviated. Please let us know if the problem persists. Thanks, Taylor On Mon, Sep 6, 2010 at 4:03 PM, Laura Helena Brentano laura.brent...@gmail.com wrote: Hi Tom. I saw your Twitter. So did you fix the problem? Regards, Laura 2010/9/6 Tom van der Woerdt i...@tvdw.eu

Re: [twitter-dev] anyone got a working .NET example?

2010-09-06 Thread Georgooty varghese
Hi, I have implemented a twitter client in C#. Regards, George On Mon, Sep 6, 2010 at 9:17 AM, yout...@publicdataservice.org yout...@publicdataservice.org wrote: anyone got a working .NET example? I tried this

Re: [twitter-dev] 401 Error

2010-09-06 Thread Alan Alves Luiz
Me too! I'm using twitter4j and every function that uses oAuth autentication gives to me headeache!!! :( I can't figure out 2010/9/6 Farrukh Javeid farruk...@gmail.com Hi, I have been trying to figure out a method to handle the 401 error but cannot actually find any particular solution.

[twitter-dev] Flash API Twitter

2010-09-06 Thread aura_anar
Hi, i am newbie on developer twitter. I have try change to OAuth, i have problem on create favorite and lookup user, anyone can help me please? public function LookUpUser(accessToken:OAuthToken, search:String):void { var oauthRequest:OAuthRequest = new

[twitter-dev] What happens after twitter user denied access to the application?

2010-09-06 Thread K
Hi, When twitter user denies access to my application, it just gets redirected to the denied page and callback URL never gets called. I would like to handle the situation better when access is denied..I saw bunch of similar posts in 2009, just wondering if this feature ever got implemented, and

[twitter-dev] Could not authenticate you error on call to lists.xml

2010-09-06 Thread Dharmesh
I'm trying to retrieve a list of users by accessing a URL like this; http://twitter.com/twitterapidocs/lists.xml This returns the Could not authenticate you error in all cases. I have OAuth working -- and can successfully invoke other API functions with no problem at all (with exactly the same