[twitter-dev] Are there any business modal for clients of Twitter (on Windows) and that making money?

2010-05-17 Thread Chi-Shun Chen
Hello all, Are there any clients of Twitter on Ms-windows that making money? I would like to run a business rather then just for fun. if there aree,and how they make money? Are there some business modal to make money?! such as, Twitter-Store,TwitterAd,or anything... -- Chen

[twitter-dev] Facing problem.

2010-05-17 Thread Rushikesh Bhanage
Hi there, I am using this (sample code)code to get ratelimit status: ?php include(TwitterAPI.php); $t = new twitter(); $ratearr = $t-ratelimit(); print_r($ratearr); ? ratelimit() function contains the url: http://api.twitter.com/1/account/rate_limit_status.xml;. I was getting rate limit

[twitter-dev] Re: Problem with status encoding... I guess

2010-05-17 Thread @sebagomez
I'm migrating my own twitter client (http://sgomez.blogspot.com/ 2010/01/yatc-yet-another-tweeter-client.html) to xAuth and building my own lib :S thus the issues... On May 16, 12:11 pm, Konpaku Kogasa kogasa.l...@gmail.com wrote: Hello, Hello Konpaku, thanks for you answer. I am encoding

[twitter-dev] Re: Incorrect signature when calling update url /1/statuses/update.xml

2010-05-17 Thread Gero
Hi, Any updates on this issue? I'm running into the same problem and have not yet been able to resolve it. Regards, Gero On May 1, 12:42 am, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Pablo, Thanks for chiming in about Scribe. I'll take a look again soon at Scribe and see if I

[twitter-dev] 'unix way' Twitter scripts - will they still work?

2010-05-17 Thread Neal Rauhauser
I've published a handful of 'unix way' scripts written in perl and based on Marc Mims' Net::Twitter library. The basic idea was to lower the barrier of entry for folks who want some simple thing done - say a unix admin who wants a system to be able to tweet/DM. There are a lot of things that

Re: [twitter-dev] The pseudo-code for base string in OAuth page is wrong.

2010-05-17 Thread Taylor Singletary
Thanks Rafael. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Sun, May 16, 2010 at 1:15 PM, Rafael Borges r...@google.com wrote: Hello, After carefully reading your OAuth page instructions, I concluded that the pseudo-code for base string in Signing Requests

Re: [twitter-dev] Re: Incorrect signature when calling update url /1/statuses/update.xml

2010-05-17 Thread Taylor Singletary
Hi Gero, This particular issue looked to have been caused by a quirk in the way that the Scribe library was encoding spaces. The library has since been updated by the author. However, if you're still having the issue in another implementation, I'll be happy to help. Can you share the POST body

Re: [twitter-dev] PNG's not uploading

2010-05-17 Thread Taylor Singletary
Especially under load, our image uploader has some issues. We're working on improving the image upload library chain to better service these requests. Just from personal experience, as I change my avatar a lot, it generally takes 3 or 4 tries of uploading an image before getting it to work. It's

[twitter-dev] Re: Getting 401 when using one access token with OAuth

2010-05-17 Thread bjhess
I'm not 100% sure that applies. I've been told by Twitter support that I should not be using xAuth. Twitter - any help here? ~Barry On May 15, 8:23 am, @sebagomez sebastiangomezcor...@gmail.com wrote: Take a look in this post at the suggestion Taylor sent me.

Re: [twitter-dev] Re: Getting 401 when using one access token with OAuth

2010-05-17 Thread Taylor Singletary
Hi Barry, Unfortunately can't go to the logs to figure out what's going wrong -- but happy to help. You don't need xAuth access to get this to work, you are correct. There may be other reasons it is failing for you. One thing to check is that your system clock is synced with a NTP server or

[twitter-dev] OAUTH problems!

2010-05-17 Thread Feras Allaou
Hello I was using Abraham Library for OAUTH , but since yesterday I faced a lot of problems,So I decided to build my own library for OAUTH ! But until now , I couldn't find any sources to make me understand the whole issue ! could anyone help plz ? Regards, Feras Allaou

[twitter-dev] user data not getting in previous format.

2010-05-17 Thread Rushikesh Bhanage
Hi there, I got a big problem right now. I was getting user data, ratelimit, followers list in xml with key value pairs but now I am getting only values. Due to this the app i am developing , giving error as INVALID ARGUMENTS SUPPLIED FOR METHOD. I checked that, json format gives key-value

Re: [twitter-dev] user data not getting in previous format.

2010-05-17 Thread Taylor Singletary
Hi Rushi, Trying to understand your problem better -- are you using an intermediary Twitter library of some sort? Can you give some examples of the API requests you are making? The request URI including parameters? Are you using basic auth or OAuth? Are you appending .xml as the extension to the

Re: [twitter-dev] Facing problem.

2010-05-17 Thread Abraham Williams
Did you recently update TwitterAPI.php? It sounds like twitter() or ratelimit() need an argument passed int. Abraham On Mon, May 17, 2010 at 03:39, Rushikesh Bhanage rishibhan...@gmail.comwrote: Hi there, I am using this (sample code)code to get ratelimit status: ?php

Re: [twitter-dev] OAUTH problems!

2010-05-17 Thread Abraham Williams
What problems were you running into? Abraham On Mon, May 17, 2010 at 10:24, Feras Allaou feras.all...@gmail.com wrote: Hello I was using Abraham Library for OAUTH , but since yesterday I faced a lot of problems,So I decided to build my own library for OAUTH ! But until now , I couldn't

[twitter-dev] Re: How to register current Basic Auth application as OAuth application

2010-05-17 Thread Brian Sutorius
Registering a basic-auth source parameter was not the same action as registering an application. It is possible that between the time you registered the SimplyTweet source parameter and now, someone else registered an application under the same name. If you own a trademark on SimplyTweet, you can

Re: [twitter-dev] Re: Incorrect signature when calling update url /1/statuses/update.xml

2010-05-17 Thread pablo fernandez
Indeed it was solved in version 0.6.6. Sorry for that Gero! On Mon, May 17, 2010 at 9:46 AM, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Gero, This particular issue looked to have been caused by a quirk in the way that the Scribe library was encoding spaces. The library has

Re: [twitter-dev] 'unix way' Twitter scripts - will they still work?

2010-05-17 Thread Dana Contreras
Net::Twitter has an OAuth role that you can use: http://search.cpan.org/dist/Net-Twitter/lib/Net/Twitter/Role/OAuth.pm Take a look at the examples section on that page. The first example demonstrates a typical pattern for authorizing the client and storing the access token on disk. One

[twitter-dev] Using Oauth to tag tweets with location data from an application.

2010-05-17 Thread netlatch
Is it allowed for an application to tag tweets with location data using Oauth?

Re: [twitter-dev] Using Oauth to tag tweets with location data from an application.

2010-05-17 Thread Taylor Singletary
As long as the user is fully cognizant of the geotagging of their Tweets, yes. There's nothing special about OAuth in this case versus any other authentication means. You may want to see our Geo Best Practices for Developers guide: http://dev.twitter.com/pages/geo_dev_guidelines Taylor Singletary

[twitter-dev] Re: Using Oauth to tag tweets with location data from an application.

2010-05-17 Thread netlatch
I am sending the data but it is not tagging the location. So I figured that Twitter was blocking it. The application can tag its own tweets fine but when it tries to tag retweets from others through the application the tweets are listed but without the location info. On May 17, 1:02 pm, Taylor

[twitter-dev] Formats for specifying annotations

2010-05-17 Thread Marcel Molina
Hey folks. I'd like to get your advice on the Annotations feature. Specifically on how you should specify your annotations when creating an annotated tweet. Our first gut impression was that we should let people specify annotations in JSON or as form encoded parameters with the request. This

Re: [twitter-dev] user data not getting in previous format.

2010-05-17 Thread Gaurav Shaha
Few months back when i started my work on twitter api, it was giving me key value(xml format) as response to my requested url(such as follower list, rate limit, etc.), but now it is not giving response in key value format. Kindly F1. Thank you in advance. On Mon, May 17, 2010 at 9:15 PM, Taylor

[twitter-dev] Providing mobile and online service seamless integation.

2010-05-17 Thread KT
I'm working on an online service where we also have a mobile client (iPhone) to provide access to the online service. I'm now integrating Twitter into our service and this is how we can achieve the seamless experience we want. I'm posting this to get some feedback to make that there is nothing bad

[twitter-dev] Basic authentication

2010-05-17 Thread Jef Poskanzer
Have you considered keeping basic auth enabled, but only for https? This would be secure against packet sniffing and would probably use less resources than OAuth.

[twitter-dev] Re: Announcing Twurl: OAuth-enabled curl for the Twitter API

2010-05-17 Thread Jef Poskanzer
Twurl is just what I need, a command-line OAuth getter. Except it's written in a language I don't have so it's useless to me. Before turning off basic auth twitter needs to provide their own official implementation of a CLI OAuth getter, written in plain old C.

[twitter-dev] Re: Formats for specifying annotations

2010-05-17 Thread @epc
On May 17, 1:35 pm, Marcel Molina mar...@twitter.com wrote: Hey folks. I'd like to get your advice on the Annotations feature. Initial feedback: - I'd use a shorter variable name - Instead of using annotations once, allow repeated instances, each instance being a new annotation. | We want to

[twitter-dev] Re: Problem with status encoding... I guess

2010-05-17 Thread @sebagomez
I found the solution, my encoding function was not encoding according to RFC3986 as twitter expects. I had to create a function myself and I bloged about it... everything is working now! :) http://sgomez.blogspot.com/2010/05/encoding-strings-for-twitter-api.html Hope it helps someone else On

Re: [twitter-dev] Re: Formats for specifying annotations

2010-05-17 Thread M. Edward (Ed) Borasky
On Monday, May 17, 2010 11:54:41 am @epc wrote: On May 17, 1:35 pm, Marcel Molina mar...@twitter.com wrote: Hey folks. I'd like to get your advice on the Annotations feature. Initial feedback: - I'd use a shorter variable name - Instead of using annotations once, allow repeated

Re: [twitter-dev] Basic authentication

2010-05-17 Thread Marcos García
I agree. I don't think Basic Auth it's just that insecure and OAuth it's showing many errors... On Mon, May 17, 2010 at 8:22 PM, Jef Poskanzer jef.poskan...@gmail.comwrote: Have you considered keeping basic auth enabled, but only for https? This would be secure against packet sniffing and

[twitter-dev] mobile.twitter.com doesn't remember logins

2010-05-17 Thread SM
It looks like a change was recently made to mobile.twitter.com so that it no longer remembers logins. Every time I quit the browser and then revisit the site, I have to re-login. 1. Open browser (Chrome, Safari, etc) 2. Visit http://mobile.twitter.com 3. Log in 4. Quit browser 5. Relaunch browser

Re: [twitter-dev] 'unix way' Twitter scripts - will they still work?

2010-05-17 Thread M. Edward (Ed) Borasky
On Monday, May 17, 2010 06:34:12 am Neal Rauhauser wrote: I've published a handful of 'unix way' scripts written in perl and based on Marc Mims' Net::Twitter library. The basic idea was to lower the barrier of entry for folks who want some simple thing done - say a unix admin who wants a

[twitter-dev] Re: [API Tweetr] Invalid input PIN code.

2010-05-17 Thread Z-13
Help me, please!

Re: [twitter-dev] Re: [API Tweetr] Invalid input PIN code.

2010-05-17 Thread Taylor Singletary
Hi Z-13, Some recommendations first: * When performing the OAuth token negotiation operations, it's recommended to use SSL and the hostname api.twitter.com. https://api.twitter.com/oauth/access_token * It's much easier to debug OAuth when you use HTTP headers to transmit the OAuth parameters

[twitter-dev] Re: Incorrect signature when calling update url /1/statuses/update.xml

2010-05-17 Thread Gero
Got it solved now. I upgraded to the 0.6.6 version and added the status update as a body parameter (instead of header). (Pable gave me that tip). The working (Scala) code is now: val accessToken2 = scribe.getAccessToken(new Token(token, tokenSecret), oaverifier) val request2 = new

Re: [twitter-dev] Re: Incorrect signature when calling update url /1/statuses/update.xml

2010-05-17 Thread pablo fernandez
Good to hear that you got it working! :D Oh and it's Pablo by the way, hehehe. On Mon, May 17, 2010 at 1:34 PM, Gero gero.verm...@gmail.com wrote: Got it solved now. I upgraded to the 0.6.6 version and added the status update as a body parameter (instead of header). (Pable gave me that tip).

[twitter-dev] oAuth Echo Enabled Providers

2010-05-17 Thread Rich
With the impending switch off of Basic Auth, should we keep a list of media providers and external services that have already made the switch to oAuth Echo. So far I've found and tested TwitPic - full oAuth Echo support TwitVid - oAuth Echo by sending as a URL parameter I know MobyPicture

[twitter-dev] Re: Announcing Twurl: OAuth-enabled curl for the Twitter API

2010-05-17 Thread Faried Nawaz
On May 17, 11:30 pm, Jef Poskanzer jef.poskan...@gmail.com wrote: Before turning off basic auth twitter needs to provide their own official implementation of a CLI OAuth getter, written in plain old C. Maybe http://oauth.googlecode.com/svn/code/c/liboauth/ plus an xml parser?

[twitter-dev] Re: Formats for specifying annotations

2010-05-17 Thread a...@topyapps.info
Hi, 1) annotations shouldn't go via the GET method 2) if we to reserve characters then the pipe will be the one 3) allow multiple fields be combined automatically in the POST: annotations=domain|attribute1|value1 annotations=domain|attribute2|value1 4) encoding will be needed anyway, so why not

[twitter-dev] Re: Using Oauth to tag tweets with location data from an application.

2010-05-17 Thread Ken
User needs to enable geotagging.. On May 17, 7:05 pm, netlatch netla...@gmail.com wrote: I am sending the data but it is not tagging the location. So I figured that Twitter was blocking it. The application can tag its own tweets fine but when it tries to tag retweets from others through the

[twitter-dev] Twitter straming and direct message

2010-05-17 Thread fabrizio
I'm surpised that Twitter streaming API doesn't support direct messages. How Remeber The Milk and Evernote can provide their services, based on direct message, without this feature??? How do they surround the limits (24 sec) on polling rate??? P.S. Sorry for my bad english (SFMBE)

[twitter-dev] Command-line implementations of Twitter OAuth was Announcing Twurl: OAuth-enabled curl for the Twitter API

2010-05-17 Thread Cameron Kaiser
Twurl is just what I need, a command-line OAuth getter. Except it's written in a language I don't have so it's useless to me. Before turning off basic auth twitter needs to provide their own official implementation of a CLI OAuth getter, written in plain old C. I don't want to jump too far

Re: [twitter-dev] mobile.twitter.com doesn't remember logins

2010-05-17 Thread Abraham Williams
http://status.twitter.com/post/599443974/remember-me-login-feature-temporarily-down Abraham On Mon, May 17, 2010 at 14:12, SM sanja...@gmail.com wrote: It looks like a change was recently made to mobile.twitter.com so that it no longer remembers logins. Every time I quit the browser and then

[twitter-dev] update_profile_image oAuth problem

2010-05-17 Thread Rich
Hi I'm having a problem with update_profile_image over oAuth I'm sending down -...@\r\n Content-Disposition: form-data; name=\image\;filename=\avatar.jpg \\r\nContent-Type: image/jpeg\r\n\r\n \r\n...@--\r\n and in the headers sending Content-type: multipart/form-data; boundary=%@

[twitter-dev] Re: mobile.twitter.com doesn't remember logins

2010-05-17 Thread SM
Thanks, Abraham. On May 17, 3:24 pm, Abraham Williams 4bra...@gmail.com wrote: http://status.twitter.com/post/599443974/remember-me-login-feature-te... Abraham On Mon, May 17, 2010 at 14:12, SM sanja...@gmail.com wrote: It looks like a change was recently made to mobile.twitter.com so

[twitter-dev] Re: Are there any business modal for clients of Twitter (on Windows) and that making money?

2010-05-17 Thread mcfnord
Try a Plurk Client!

[twitter-dev] Invalid application, intermittently

2010-05-17 Thread Ellsass
When attempting to retrieve a timeline (or mentions, etc) I am getting the response Invalid application in the XML. I am using Oauth (with EpiTwitter). It just started today, and occasionally I will be able to retrieve the timeline with no problems. I am not hitting my rate limit (I am the only

[twitter-dev] sending messages using api in batch/offline process

2010-05-17 Thread Kevin Nelson
I'm new to twitter and have been searching for a solution to send notifications to multiple twitter users in a batch/offline process. This batch exe will be written in c# and will be scheduled to run on a designated server at midnight. It will send various notifications to twitter users who have

[twitter-dev] Re: Intermittent 401 Errors

2010-05-17 Thread Jonathon Hill
I too am experiencing this issue with OAuth calls. At random times / oauth/access_token results in a response similar to the following: Date: Mon, 17 May 2010 21:27:26 GMT Server: hi Status: 401 Unauthorized WWW-Authenticate: Basic realm=Twitter API X-Transaction: 1274131646-92315-8359

[twitter-dev] Re: How to register current Basic Auth application as OAuth application

2010-05-17 Thread Hwee-Boon Yar
Thanks Brian, I have filed a new ticket about the trademark report, as well as using the email address (same domain as previous ticket) I registered the app with so it's clearer. -- Hwee-Boon On May 18, 12:24 am, Brian Sutorius bsutor...@twitter.com wrote: Registering a basic-auth source

[twitter-dev] Creating a list documentation missing and old method doesn't work with Oauth

2010-05-17 Thread uprise78
The same call I previously used pre-Oauth worked fine but since switching over I can't successfully create a new list. The docs on the following page are also incorrect: http://dev.twitter.com/doc/post/:user/lists The description at the top of the page says: Creates a new list for the

Re: [twitter-dev] Facing problem.

2010-05-17 Thread Rushikesh Bhanage
Hi, Yes, I had the same doubt, so I replaced a month back's TwitterAPI.php file and tried to run, but no happy moment and saw same error. Actually I was working on another module of this project so was not in touch with this, now I tried to run this but I don't understand why this is so

Re: [twitter-dev] Command-line implementations of Twitter OAuth was Announcing Twurl: OAuth-enabled curl for the Twitter API

2010-05-17 Thread Zac Bowling
I've been dealing with this myself. What I did was implement a new twitterrc format -- basically a config file in your user directory (~/.twitterrc) or in your /etc/ that has your own personal consumer and access token. I also store a version inside in the keychain on Mac. I forked a version