[twitter-dev] Re: Basic authentication

2010-05-21 Thread claudio-g-c
i haven't implemented OAuth at the moment but i'm at the verge doing it. although it is complete nonsense for my closed circuit use of posting status updates from website to twitter by fixed set of 2 to 3 users which never change. i wish that Twitter would offer an alternative for scenarios like

[twitter-dev] Re: Favorite create API which is the right one?

2010-05-21 Thread wibblefish
I would imagine this one as it is on dev which is more up to date and seems more in keeping with their other REST formats. http://api.twitter.com/version/favorites/:id/create.format On May 21, 6:21 am, Jebu Ittiachen jebu.ittiac...@gmail.com wrote: As per apiwiki.twitter.com create favorite is

Re: [twitter-dev] Re: Is OAuth working for *anyone* out there?

2010-05-21 Thread Taylor Singletary
Those are great tips, Shannon. Thanks! Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Thu, May 20, 2010 at 10:28 PM, Shannon Whitley swhit...@whitleymedia.com wrote: I've been keeping track of the major oAuth issues that developers report to me. I've also hit

[twitter-dev] Re: Basic authentication

2010-05-21 Thread Tammy Fennell
Hey, I'm pretty sure that Twitter isn't going to like that very much. The whole point is that everyone uses it not tries to get around it... I can't imagine supertweet will maintain it's own oauth for very long... On May 20, 12:02 pm, Jef Poskanzer jef.poskan...@gmail.com wrote: Thanks to

[twitter-dev] Re: detecting hashtag spam

2010-05-21 Thread JLouisBiz
This post by Mr. Mark Kolb is biased, because he is simply hostile to myself personally. I am running teldomaintel Twitter account, and he was hostile since the day that we have opened our website for TEL domain directories: http://teldomaintel.com Mark Kolb was running some outrageous websites

[twitter-dev] xAuth and Appcelerator Titanium

2010-05-21 Thread ecreatures
I'm currently developing an iPhone App with Titanium. I got the xauth set up from Twitter but I'm unable to get it work. 1 How do I retrieve more information after my request than 401 Authentication needed in order to debug my app? 2 is there a HMAC_SHA1 library in javascript that I can trust? 3

[twitter-dev] How to get the lists (from others users) i follow with Twitter API

2010-05-21 Thread bjcoredev
Hi, I want to retrieve the lists i follow Following a list has has been made by a call to: listOwnerName/listIdentifier/subscribers.json logged with my account, The list appears on the twitter web site in the list panel as @listOwner/listName All is OK I've tried the method

[twitter-dev] Re: Is OAuth working for *anyone* out there?

2010-05-21 Thread Anna
Hi, I was also facing that 401 issue till today morning, now its throwing me 403 error on trying to tweet through code. However other functionalities are working fine. The application is granted with both read and write access. I havent done any code changes or modified any application settings.

[twitter-dev] How to check

2010-05-21 Thread Lintang Milyar
Are there any ways to do checking, authenticating and authorizing Twitter API like how Facebook does? I want to develop a form (using PHP) where my visitors could update their Twitter through my application (API), but right now before they could update it, they must authorize my application first

Re: [twitter-dev] Re: statuses/update: Expect: 100-Continue header rejected

2010-05-21 Thread Mike Dice
Interestingly, last night when I was doing testing I noticed Twitter was rejecting my Expect: 100-Continue header the same way you stated below. Today, Twitter is accepting the header. I'm going to comment it out of my code for now so I don't get unexpected results later. THe payloads are usually

Re: [twitter-dev] Re: Is OAuth working for *anyone* out there?

2010-05-21 Thread Taylor Singletary
Hi Anna, The large points of load are just about to hit. 401s and 403s where they aren't appropriate is an unfortunate side effect of the way certain kinds of load are expressing themselves in the system right now. We have a multi-tiered effort to get this back to an acceptable state. The best

[twitter-dev] Re: detecting hashtag spam

2010-05-21 Thread kprobe
The issue with spamming hashtag #dottel has been complained to Twitter by several people on this account. I posted here because I am a member to get Twitter to view other forms of spam not just messages to accounts. To clear the record, JLouisBiz continues to accuses me of things that never

[twitter-dev] OAuth problem: can authenticate, but cant fetch timelines.

2010-05-21 Thread Miguel de Icaza
Hello folks, I have my client speaking OAuth to twitter for the entire initial dance up to getting my access token. But once I try using the access token to call: http://api.twitter.com/1/statuses/mentions.json?count=200 All I get from twitter is a 401 with the following body:

[twitter-dev] Re: Basic authentication

2010-05-21 Thread claudio-g-c
Twitter should offer a registration process for these cases. usually the posts aren't going to many accounts, so you could implement this registration with the Twitter user. the Twitter user could allow or disallow basic auth calls to his account. On May 21, 3:14 pm, Tammy Fennell

[twitter-dev] Re: 4 Listed How can i get that number from an api call?

2010-05-21 Thread adamjamesdrew
any ideas? On May 19, 8:32 pm, adamjamesdrew theikl...@gmail.com wrote: Thanks

[twitter-dev] Is the forced follow really fixed?

2010-05-21 Thread M. Edward (Ed) Borasky
I have a friend who claims that she needs to unfollow people that she hasn't followed. Is there still a way someone can force you to follow them? I thought that had been fixed. Anybody else seeing this? I don't monitor my following count closely - I follow and unfollow people but don't really

Re: [twitter-dev] OAuth problem: can authenticate, but cant fetch timelines.

2010-05-21 Thread Taylor Singletary
Hi Miguel, Your signature base string is off by just a little bit here -- you're globbing the query parameter count on to the original URL when it should be separated out.. the query string part of the URL should be represented only as key/value pairs, sorted with the other OAuth parameters. Your

Re: [twitter-dev] OAuth problem: can authenticate, but cant fetch timelines.

2010-05-21 Thread Dana Contreras
When you're constructing your signature base string, don't include the query parameters in the URL. The query parameters do need to be included in the next part of the signature base string though. Here's what the base string in your example should look like:

Re: [twitter-dev] OAuth problem: can authenticate, but cant fetch timelines.

2010-05-21 Thread Dana Contreras
...and I see Taylor beat me to it. ;) On Fri, May 21, 2010 at 10:34 AM, Dana Contreras d...@twitter.com wrote: When you're constructing your signature base string, don't include the query parameters in the URL. The query parameters do need to be included in the next part of the signature base

[twitter-dev] UserStream : bug with oauth connection

2010-05-21 Thread Fabien Penso
Hi, Joshua and I tried to debug something and found a bug in the userstream. If you connect for 2 users and send DMs between them, while being connected with oauth token, only one of them (the sender) receives it in the stream, the recipient does not. If you connect the same accounts using basic

[twitter-dev] Status Code 424

2010-05-21 Thread ted
I'm experimenting with the Twitter API (OAuth). I have a test bed that can tweet from my dev PC and my staging PC, but it fails on my production server. I get a status code of 424 returned when trying to tweet. I can't spot any differences between the environments that might be instrumental.

[twitter-dev] Two different schemas for errors now showing up across the API

2010-05-21 Thread Dimebrain
Hello, I'm trying to get advice from other developers about a schema change that is intermittent. I couldn't find any API announcements that cover this and it makes error detection a bit of a pain. This is what's happening: A 401 Unauthorized, depending on the endpoint, has a completely

Re: [twitter-dev] Re: Basic authentication

2010-05-21 Thread Fabien Penso
On Tue, May 18, 2010 at 1:23 AM, Rich rhyl...@gmail.com wrote: That argument is fine, except for one glaring issue... xAuth. I've seen plenty of iPhone clients for instance using xAuth but there is no good reason for them to be using xAuth as it's remarkably simple to use the oAuth workflow

Re: [twitter-dev] Status Code 424

2010-05-21 Thread Taylor Singletary
Hi Ted, I think it's unlikely that we're throwing the actual 424 in this case. Do you know much about your production environment and what kinds of proxies you go through? Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Fri, May 21, 2010 at 10:45 AM, ted

[twitter-dev] OAuth issues with some POSTs only

2010-05-21 Thread DWF
We're having lots of success with OAuth now, which is great. So far it looks like all our GETs are working just fine. And some of our POSTs - but not all. Here's a POST that works (deleting a user's tweet): url: https://api.twitter.com/1/statuses/destroy.json parameters: {id: 12532480661}

[twitter-dev] Follower count over time

2010-05-21 Thread Ryan Bell
Hi, How do I get # of followers over time? I've seen several sites that list a graph that shows your follower count over time. ex) 4/1/10 you had 200 followes...5/1/2010 you had 247 followersand so on. I would love to add this feature to my Twitter site, but can't find the data that I would

[twitter-dev] Re: 4 Listed How can i get that number from an api call?

2010-05-21 Thread Orian Marx (@orian)
This was brought up pretty much the day lists came out of beta back in November, but still hasn't been addressed in the API. There are two issues logged in the tracker: http://code.google.com/p/twitter-api/issues/detail?id=1176 http://code.google.com/p/twitter-api/issues/detail?id=1186 On May 21,

Re: [twitter-dev] OAuth issues with some POSTs only

2010-05-21 Thread Taylor Singletary
Hi DWF, AT first glance there doesn't seem to be anything wrong here that I can see. I do see that you're including a source parameter, which isn't necessary when you are POSTing a status update -- Twitter will just use your registered application name from your client application record for

[twitter-dev] Re: OAuth issues with some POSTs only

2010-05-21 Thread DWF
Just tried removing the source param and we still get the 'incorrect signature' error. Twurl from the command line is just fine. Digging further... --dwf On May 21, 11:54 am, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi DWF, AT first glance there doesn't seem to be anything

[twitter-dev] Re: OAuth issues with some POSTs only

2010-05-21 Thread DWF
Hang on, we think we found somethingstop digging for a bit. :) On May 21, 12:11 pm, DWF dwfr...@pivotallabs.com wrote: Just tried removing the source param and we still get the 'incorrect signature' error. Twurl from the command line is just fine. Digging further... --dwf On May 21,

[twitter-dev] having trouble with geolocation in tweets

2010-05-21 Thread Ken Hoff
Hey there – I've been trying to get geolocation in my tweets and it's not taking. It posts the tweet to the correct account just fine, but the tweet doesn't contain any location data. The account is geo enabled. Here's an example of my curl call: curl -u username:password -d status=status_text

Re: [twitter-dev] OAuth issues with some POSTs only

2010-05-21 Thread Mike Dice
I think you have the same problem I posted about yesterday. In your base string the '%' chars of the status are supposed to also be escaped. Here is an example from my app My status update string timestamp:1274472570 Rejoice! I am done debugging :-). POSThttp%3A%2F%2Fapi.twitter.com

Re: [twitter-dev] OAuth issues with some POSTs only

2010-05-21 Thread Mike Dice
quickly one more thing, i twould also be cool to get some more details about what exactly went wrong when the server side validation of the signature fails. All you get now is 'Invalid Signature' and there are quite a few things you could get wrong in developing that signature. On Fri, May 21,

Re: [twitter-dev] Follower count over time

2010-05-21 Thread Peter Denton
Ryan, you might want to check out twittercounter and their api. They have some cool data around follower growth. On Fri, May 21, 2010 at 11:51 AM, Ryan Bell ryan.j.b...@gmail.com wrote: Hi, How do I get # of followers over time? I've seen several sites that list a graph that shows your

Re: [twitter-dev] OAuth issues with some POSTs only

2010-05-21 Thread Taylor Singletary
Mike, We're going to be a lot more informative on signature generation errors in the near future -- we have a newer implementation of OAuth 1.0a waiting in the wings that will provide the signature base string we generated on a failed request. More details when the staggered release of that is

[twitter-dev] Re: OAuth problem: can authenticate, but cant fetch timelines.

2010-05-21 Thread Miguel de Icaza
Hello Taylor, Dana, Thanks to both of you for the reply, after this change, my twitter client is working with OAuth. It might be good to update the oauth guide on the twitter site with this information, I tried for a few hours before I gave up and posted here, and it might save others

[twitter-dev] Need tips on avoiding having application banned

2010-05-21 Thread pythonista
Hello, I just spent about 45 min browsing discussions about how spammers caused the third party developer application to be banned and thought I'd ask for some tips on this. I'm writing a web-based app, not live yet, that will allow users to schedule tweets, in a more customized way of existing

Re: [twitter-dev] OAuth issues with some POSTs only

2010-05-21 Thread Mike Dice
That will be very helpful. Thanks Taylor. On Fri, May 21, 2010 at 1:20 PM, Taylor Singletary taylorsinglet...@twitter.com wrote: Mike, We're going to be a lot more informative on signature generation errors in the near future -- we have a newer implementation of OAuth 1.0a waiting in the

[twitter-dev] Re: OAuth problem: can authenticate, but cant fetch timelines.

2010-05-21 Thread Miguel de Icaza
Hello, I was able to make progress for my original sample (?count=200) but I am running into a different problem when I pass more than one parameter, in this case count=200since_id=NNN I did sort the parameters as suggested by Dana from the query string, here is my result:

[twitter-dev] Re: What tools do you use?

2010-05-21 Thread mcfnord
I want to share with the group: http://sagistech.blogspot.com/2010/03/parsing-twitter-json-comparing-c.html The author compares different .NET JSON parsers, and determines that Gapi.NET is the fastest at parsing Twitter JSON. I'm using Gapi.NET for statuses/sample.json now, and it really is

[twitter-dev] XAuth Issues with MGTwitterEngine

2010-05-21 Thread taylanpince
Hello, I am having some issues implementing XAuth support into an iPhone application using MGTwitterEngine and OAuthConsumer libraries. I know that XAuth support has been rolled in to MGTwitterEngine fairly recently, but I need to get this app working as soon as possible, so I would appreciate

[twitter-dev] Re: Is OAuth working for *anyone* out there?

2010-05-21 Thread Lucius
You're not trying to post the exact same tweet twice, are you? That will always return a 403 status code. -Lucius On May 21, 5:55 am, Anna annatyler1...@gmail.com wrote: Hi, I was also facing that 401 issue till today morning, now its throwing me 403 error on trying to tweet through code.

[twitter-dev] Re: detecting hashtag spam

2010-05-21 Thread JLouisBiz
That is actually not spam. If our messages on Twitter are spam by your consideration, then you will want to block, remove and report too many of other genuine Twitter users. The messages were posted indirectly by Google, not personally, and Google does take care to not post too many messages,

[twitter-dev] Re: Basic authentication

2010-05-21 Thread Mr Blog
Perhaps, but I think it's a mistake to shut supertweet down. It's solving a real-world problem, doing them a favor by doing something for twitter so they don't have to. It pushes all these corner cases off of their API front-end. It doesn't expose the user's Twitter passwords and users never

[twitter-dev] Re: Need tips on avoiding having application banned

2010-05-21 Thread mcfnord
If you spent 45 minutes browsing discussions about Dean Collins, then you studied how spammers caused a made-for-spammers app to get banned. If you prevent people from using your app in an abusive way, you won't end up like Dean Collins.

[twitter-dev] Re: Is the forced follow really fixed?

2010-05-21 Thread Dewald Pretorius
Ed, What I find is people sometimes forget that they've set up an auto- follow service to work on their account. Gosh, I get people who sign up today, and the next day they ask for support because they've forgotten their password. These things will be easier to debug for your friend once

Re: [twitter-dev] Follower count over time

2010-05-21 Thread John Meyer
On 5/21/2010 12:51 PM, Ryan Bell wrote: Hi, How do I get # of followers over time? I've seen several sites that list a graph that shows your follower count over time. ex) 4/1/10 you had 200 followes...5/1/2010 you had 247 followersand so on. I would love to add this feature to my Twitter

[twitter-dev] Re: OAuth problem: can authenticate, but cant fetch timelines.

2010-05-21 Thread Miguel de Icaza
Hello, I figured this out, it was my fault, the bug was not really the extra parameters, but an early optimization on the reuse of the SHA1 code. Miguel. On May 21, 5:19 pm, Miguel de Icaza miguel.de.ic...@gmail.com wrote: Hello,      I was able to make progress for my original sample

[twitter-dev] Re: oAuth Echo problems

2010-05-21 Thread Miguel de Icaza
Hello, 1) You do not oAuth sign the actual request toTwitPic 2) You make a fake request to Twitter's verify credentials api over SSL and grab the Authorization header that would be sent, however when you create the header make sure you include a 'Realm' ofhttps://api.twitter.com 3) Create