[twitter-dev] Tweet entities and retweets

2010-07-27 Thread SM
How do the offsets for tweet entities work when the tweet is a new- style retweet (which doesn't include the letters RT). Do the offsets include an implicit RT? Do we have to correct for this if we are only doing new-style retweets?

[twitter-dev] Re: TwitPic 401 Unauthorized image upload

2010-07-27 Thread globaljobber
Hi Justin, Don't suppose you have an example of a C# Httpwebrequest POST that is sent to Twitpic with an image attachment? I've actually found now that my headers are ok but from a trace have determined that the 401 error is because of 'no api key provided'. I thought it was ok to simply append

[twitter-dev] Re: TwitPic 401 Unauthorized image upload

2010-07-27 Thread Justin Hart
My guess is that is the case. It is for Twitgoo as well. In Twitgoo we are using the $_POST array in PHP, which only grabs body parameters, not querystring parameters. Thats one of those awkward things about PHP. On Jul 27, 5:30 am, globaljobber gerardn...@exciteinternet.co.uk wrote: Hi

[twitter-dev] 401 and 403 Forbidden error

2010-07-27 Thread isha
Hi.. I have successfullt got the access token and access token secret. I have got the expected xml reponse of http://api.twitter.com/1/ statuses/home_timeline.xml when using the access token for the first time. But when i tried to use that access token second time , i got 401 gor GET HTTP request

[twitter-dev] bypass @anywhere in blogpost replies

2010-07-27 Thread Raaphorst
As a lot of blogpost replies work in the same matter - @name - it's not always the same user which is also on Twitter. Would be great if we can bypass that @anywhere usage in blogpost replies.

[twitter-dev] Getting 401 Unautherised when tryint to authenticate with oauth on favorites create and destroy.

2010-07-27 Thread Onn E
Hi, We are integrating into OAuth. So far we managed to sign and work with as many as 30 API functions with OAuth. We succeed on all but 2 functions: /favorites/create and /favorites/destroy. We get response code 401 with message: Could not authenticate you. Detailed below is the information

[twitter-dev] Tweet entities in other api calls

2010-07-27 Thread _ado
Tweet entities are currently only shown for timeline api calls. Will it be available soon for all API calls returning tweet data?

[twitter-dev] Re: Open Source CMS Module and Consumer Secret

2010-07-27 Thread Michael Babcock
I have the same question. I need to add Twitter OAuth to my widely distributed PHP based open-source CMS add-on. All the documentation says never ever distribute your consumer secret, which I understand why this would be a bad idea. Yet all of the documentation/examples I have found require that

[twitter-dev] What's are the rights regarding the verified icon?

2010-07-27 Thread _ado
Is it ok to use http://s.twimg.com/a/1280169527/images/verified/verified.png in 3rd party apps or do we need to design different looking icons? I can't find anything in the help pages about it.

Re: [twitter-dev] Tweet entities in other api calls

2010-07-27 Thread Taylor Singletary
We'll have this available on nearly ever call that returns a tweet soon. Taylor On Tue, Jul 27, 2010 at 12:22 AM, _ado adri...@tijsseling.com wrote: Tweet entities are currently only shown for timeline api calls. Will it be available soon for all API calls returning tweet data?

Re: [twitter-dev] Open-source, distributed PHP app and consumer secret

2010-07-27 Thread Decklin Foster
Excerpts from Michael Babcock's message of Mon Jul 26 19:28:15 -0400 2010: So, I after spending the day looking through documentation, developer's discussion and testing various OAuth code bits, it is my understanding that there is no secure OAuth solution for open-source PHP developers. But,

Re: [twitter-dev] bypass @anywhere in blogpost replies

2010-07-27 Thread Taylor Singletary
First, I wanted to recommend that you check out our @Anywhere-specific mailing list at http://groups.google.com/group/twitter-dev-anywhere One approach you could take is to explicitly declare all the containing blocks that you *do *want @usernames to be linkified in, rather than using the

Re: [twitter-dev] I can't authorization using OAuth.

2010-07-27 Thread Taylor Singletary
The first time the call fails it's a good fail as you can't verify the credentials of an account that you're not indicating any identifying means for. In the second example, we'll need more information to help you debug further. Can you share the HTTP Authorization header you passed to this

Re: [twitter-dev] Getting 401 Unautherised when tryint to authenticate with oauth on favorites create and destroy.

2010-07-27 Thread Taylor Singletary
Hi Onn, Our documentation at http://dev.twitter.com/doc/post/favorites/create/:idmay have been unclear in the past (it may even still be unclear). You don't need to pass the id element directly as a parameter -- it's a globbed parameter from the resource URL itself -- can you try your request

Re: [twitter-dev] Re: Open Source CMS Module and Consumer Secret

2010-07-27 Thread M. Edward (Ed) Borasky
I too have been developing open source Twitter applications. I'm using Perl though, not PHP. I am about to release all of my code that operates *unauthenticated* in open source form, but I am strongly leaning now towards *not* providing open source solutions for authenticated access to the

Re: [twitter-dev] Tweet entities in other api calls

2010-07-27 Thread M. Edward (Ed) Borasky
Even Search? Streaming? -- 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 Taylor Singletary taylorsinglet...@twitter.com: We'll have this available on nearly ever call that returns

Re: [twitter-dev] Tweet entities in other api calls

2010-07-27 Thread Taylor Singletary
I wish! It'll be a bit longer for either of those I think. I should have clarified with: nearly every call that returns a Tweet within the REST API available at api.twitter.com, version 1, in JSON and XML formats. On Tue, Jul 27, 2010 at 7:36 AM, M. Edward (Ed) Borasky

Re: [twitter-dev] Re: Open Source CMS Module and Consumer Secret

2010-07-27 Thread Cameron Kaiser
I have the same question. I need to add Twitter OAuth to my widely distributed PHP based open-source CMS add-on. All the documentation says never ever distribute your consumer secret, which I understand why this would be a bad idea. Yet all of the documentation/examples I have found require

Re: [twitter-dev] Re: Open Source CMS Module and Consumer Secret

2010-07-27 Thread Taylor Singletary
Hi Folks, There are a few hold ups to rolling this out more widely, the most pressing being that we are currently unable to serve SSL content on dev.twitter.com-- there are also better solutions than this rudimentary one that we simply can't implement yet. We're also concerned with releasing (and

[twitter-dev] TwitPic 401 and 400 when uploading image

2010-07-27 Thread globaljobber
Hi, Anyone have a clue why this could be happening? Trying to upload image to Twitpic using POST web request, but depending what line I use for the image filename, I either get a 401 Unauthorized or a 400 Bad Response (missing image data). I get 401 unauthorized if I use the following post

[twitter-dev] oauth/request_token issue - 401 unauthorized

2010-07-27 Thread ivan_m5
Hi everybody, I have my own Objective-C OAuth library. It's working pretty well for habrahabr.ru and hyves.nl currently. But I'm unable to get it work with Twitter. I've come across a lot of postings around here regarding users unable to obtain temporary request token. I've validated my request

[twitter-dev] Re: oauth/request_token issue - 401 unauthorized

2010-07-27 Thread ivan_m5
Hi Taylor, Thank you for your prompt reply. Yes, I'm typically not sending oauth_callback in query string. I adapted my example so that it produces exactly the same digest string as tool on hueniverse.com site does. If I remove these parameters from query string and add oauth_callback to

[twitter-dev] Re: Open Source CMS Module and Consumer Secret

2010-07-27 Thread Michael Babcock
Correct me if I am wrong, but doesn't Twitter risk loosing a large percentage of their third party open-source developers, by not having a solid solution for the required OAuth security changes in time for the deadline? I can only guess, but, I would think that the open-source segment would count

[twitter-dev] Re: oauth/request_token issue - 401 unauthorized

2010-07-27 Thread ivan_m5
I would just greatly appreciate if anyone could post here complete request which authenticates on Twitter. BTW, some sites (e.g., habrahabr.ru or hyves.nl mentioned above) print some useful debug info in their response if authentication fails. E.g., they first dump unescaped parameters they

Re: [twitter-dev] API HTTP Post statuses/update.xml

2010-07-27 Thread Eric Mortensen
Here is a response: ?xml version=1.0 encoding=UTF-8? hash errorUser is over daily status update limit./error request/1/statuses/update.xml/request /hash On Thu, Jul 15, 2010 at 5:41 PM, Matt Harris thematthar...@twitter.comwrote: Hey Eric, Sorry that help article didn't answer your

Re: [twitter-dev] Re: Open Source CMS Module and Consumer Secret

2010-07-27 Thread M. Edward (Ed) Borasky
There are plenty of open source *library* developers, and plenty of applications that use open source libraries, but not all that many open source full applications. The only ones I can think of at the moment are Gwibber (Gnome), Choqok (KDE), mine (Social Media Analytics Research

[twitter-dev] Re: Coming soon: a solution for Open Source applications using OAuth with the Twitter API

2010-07-27 Thread jimisaacs
Sounds kind of like GData workflow, is that what you are going for? Source application installation must connect to registered API application though an application authentication URL. API application author has full control over expiring any application tokens at any given point causing all

[twitter-dev] Re: oauth/request_token issue - 401 unauthorized

2010-07-27 Thread ivan_m5
OK, I just substituted sample OAuth parameters found here http://dev.twitter.com/pages/auth to my application, and I get exactly the same oauth_signature string: key=MCD8BKwGdgPHvAuvgvz4EQpqDAtx89grbuNMRd7Eh98 text=POSThttps%3A%2F%2Fapi.twitter.com%2Foauth

[twitter-dev] Re: abrahams twitteroauth issue

2010-07-27 Thread Rick
Thank you Abraham for your support, I appreciate it very mutch. My current code: $cursor = -1; $followers = $oauth-get('statuses/followers', array('cursor' = $cursor)); $totaal = count($followers); while ($totaal 1) { for($x=0; $x$totaal; $x++) { // Removed code here since its not

Re: [twitter-dev] API HTTP Post statuses/update.xml

2010-07-27 Thread Matt Harris
Hey Eric, That error is the Twitter Limits kicking in saying there are too many status updates being posted by the account. This isn't an API rate limit but a natural limit which applies to all of Twitter. A user may not Twitter more than 1000 updates a day (this includes retweets). More

[twitter-dev] Better support for Developers

2010-07-27 Thread globaljobber
Hi, I am not one for rocking the boat.and am sure I'm going to get shot down for this...but I've been working trying to do something what should be simple. Use twitter to upload a photo in C# ASP.NET. However, it's taken me over a week and I'm still not there, and although one

[twitter-dev] Re: Better support for Developers

2010-07-27 Thread Tom
Hi, I have to disagree. I think that the twitter team is doing an awesome job on their support. With the help of the documentation at dev.twitter.com and the people on this mailing list, I was able to write a complete oAuth library for Objective-C in less than 5 hours. Before starting, my oAuth

[twitter-dev] Re: Better support for Developers

2010-07-27 Thread @IDisposable
Just some thoughts. Votes please. That's trivially done with the LinqToTwitter library. Head over to http://linqtotwitter.codeplex.com

[twitter-dev] PHP OAuth Failures - 401 Errors

2010-07-27 Thread Stephen
After working out hosting issues that had been getting in the way up until now, it seems the next obstacle I have to overcome is a vague little error I'm getting when trying to request a token for OAuth. I have tried using the existing PHP libraries but find them to be cumbersome and difficult to

[twitter-dev] Sending 1600 DMs?

2010-07-27 Thread Mark Sievers
http://twitter.com/blekko/status/19714365588 Kind of curious what would happen myself. The call is not itself rate- limited, and the target must be following you (ie they have opted in) so this is ok, but wonder if firing off 1600 DMs in the space of a few minutes raises any red flags in the

Re: [twitter-dev] Sending 1600 DMs?

2010-07-27 Thread Chris Thomson
You can only send 250 DMs from one account per day: http://support.twitter.com/articles/15364-about-twitter-limits-update-api-dm-and-following -- Chris Thomson On Jul 28, 2010, at 12:47 AM, Mark Sievers wrote: http://twitter.com/blekko/status/19714365588 Kind of curious what would happen

[twitter-dev] Re: Sending 1600 DMs?

2010-07-27 Thread Mark Sievers
Right on, cheers Chris! On Jul 28, 2:53 pm, Chris Thomson chri...@chris24.ca wrote: You can only send 250 DMs from one account per day:http://support.twitter.com/articles/15364-about-twitter-limits-update... -- Chris Thomson On Jul 28, 2010, at 12:47 AM, Mark Sievers wrote:

[twitter-dev] Re: Sending 1600 DMs?

2010-07-27 Thread Mark Sievers
Right on, cheers Chris! On Jul 28, 2:53 pm, Chris Thomson chri...@chris24.ca wrote: You can only send 250 DMs from one account per day:http://support.twitter.com/articles/15364-about-twitter-limits-update... -- Chris Thomson On Jul 28, 2010, at 12:47 AM, Mark Sievers wrote:

[twitter-dev] Re: Better support for Developers

2010-07-27 Thread globaljobber
Hi Tom, I do have to agree that the Twitter guy who tried to help me was impressive, I rarely get that level of support and I cannot fault his efforts. I agree OAuth is not difficult, I have implemented Oauth for other apps and have my own libraries also. (Not sure why I'm having problems with

[twitter-dev] Re: Better support for Developers

2010-07-27 Thread globaljobber
Hi IDisposable, I haven't looked at linqtotwitter yet, but will pop over and take a look. Thanks for the link. :0) On Jul 27, 8:20 pm, @IDisposable idisposa...@gmail.com wrote:   Just some thoughts. Votes please. That's trivially done with the LinqToTwitter library.  Head over