[twitter-dev] Question about authority to view social graphs

2009-03-01 Thread Kevin Makice
There are currently two ways you can use the API to see someone's follow network (followers and those you follow). The first is the old way: paginating through the /statuses/friends and statuses/ followers methods. These give a lot more information but do so in smaller chunks. The new way is

[twitter-dev] Which services use twitter username and password as account identifier

2009-03-01 Thread Paul Kinlan
Hi, I am still concerned that the introduction of oAuth is going to cause a lot of problems for applications that use twitter username and password as a login and account registration mechanism for their services. I would like to start a list of the services that primariraly use

[twitter-dev] [json] Public Timelines uses String ID instead Integer

2009-03-01 Thread Daniel Morales
Hi there. I got this when i request Public Timeline: Public Timeline: id:1265475802 instead of (as Replies/Friends/Users): id:1265346640, On some JSON libraries isn't the same, so will be very nice to have fixed this. Thanks, Daniel

[twitter-dev] Re: Which services use twitter username and password as account identifier

2009-03-01 Thread Petermdenton
Say I'm twitpic, does OAuth mean a user is going to have to make that awkward round trip to sign up? And does recurring login mean apps are going to have to store credentials? I'm just curious. On Mar 1, 2009, at 6:19 AM, Paul Kinlan paul.kin...@gmail.com wrote: Hi, I am still

[twitter-dev] Re: Which services use twitter username and password as account identifier

2009-03-01 Thread Paul Kinlan
Hi, With oauth you have to make the round trip but I think it works quite well. What I don't think is going to work well is we will all need to develop an account managment system with new passwords etc and also prompt existing user to now assign a password to their account (which

[twitter-dev] Re: Which services use twitter username and password as account identifier

2009-03-01 Thread Dossy Shiobara
On 3/1/09 9:19 AM, Paul Kinlan wrote: I look forward to hearing back and seeing a list of all the services in the ecosystem that use twitter credentials as account authentication and validation so that it is clear the how prevelant the problem will be. It should be a non-problem. Application

[twitter-dev] Re: Which services use twitter username and password as account identifier

2009-03-01 Thread Petermdenton
Dossy, serioulsy, no one is saying the sky is falling. This list is for application developers to discuss development topics as they please. You may know everything, but for those of us who wish to discuss Sent from my iPhone On Mar 1, 2009, at 10:19 AM, Dossy Shiobara do...@panoptic.com

[twitter-dev] Re: Which services use twitter username and password as account identifier

2009-03-01 Thread Dossy Shiobara
On 3/1/09 1:28 PM, Petermdenton wrote: Dossy, serioulsy, no one is saying the sky is falling. This list is for application developers to discuss development topics as they please. You may know everything, but for those of us who wish to discuss We need to resist spreading FUD. Twitter has

[twitter-dev] Re: Which services use twitter username and password as account identifier

2009-03-01 Thread Chad Etzel
This is an issue that concerns me as well, so thank you, Paul, for bringing it up on this list. I do not consider if FUD. This is something that at least a few of us would like to discuss. If it doesn't pertain to you, then fine. My example would be TweetGrid. Right now, it is entirely a

[twitter-dev] Re: Which services use twitter username and password as account identifier

2009-03-01 Thread Paul Kinlan
Thanks Chad, that is what I am trying to get across, we will definitely need to drastically alter our workflows. I am definitely not trying to spread FUD, the problem is there is definitely uncertainty about the process as a whole which I would like us all to talk about and ways to work with

[twitter-dev] Re: Which services use twitter username and password as account identifier

2009-03-01 Thread Chad Etzel
On a similar note (also brought up in a different thread I think) are the so-called bot accounts that many of us run for whatever reason. Now they will have to use OAuth to post instead of basic auth through things like curl. So, as the OP of that thread suggested, we'll have to create dummy

[twitter-dev] Re: Which services use twitter username and password as account identifier

2009-03-01 Thread Nick Arnett
On Sun, Mar 1, 2009 at 11:57 AM, Paul Kinlan paul.kin...@gmail.com wrote: Thanks Chad, that is what I am trying to get across, we will definitely need to drastically alter our workflows. I am definitely not trying to spread FUD, the problem is there is definitely uncertainty about the

[twitter-dev] Re: Which services use twitter username and password as account identifier

2009-03-01 Thread Paul Kinlan
I tend to agree, however lots of services are really only about working with Twitter, for instance I don't really want to make twollo work on any other service other than twitter. When you are linking to lots of other sites your points are perfectly valid :) One thing I have noticed is that in

[twitter-dev] Re: Which services use twitter username and password as account identifier

2009-03-01 Thread Nick Arnett
On Sun, Mar 1, 2009 at 12:18 PM, Paul Kinlan paul.kin...@gmail.com wrote: One thing I have noticed is that in tweet# api the twitter id is marked as obsolete, so that is why I have not used it The thing is, if you use the twitter id, you need to always call twitter again when someone

[twitter-dev] Re: Hot to identify mutual friends

2009-03-01 Thread TjL
I confused the question: Are you looking for the overlap in friends or a mutual friendship between two people? Dumping friend IDs and looking for duplicates is the right way to do the former. TjL

[twitter-dev] Re: Which services use twitter username and password as account identifier

2009-03-01 Thread Dossy Shiobara
On 3/1/09 2:22 PM, Chad Etzel wrote: So, if someone wants to use 4 or 5 accounts at once they'd make 4 or 5 authentication trips to twitter and back. Sure, once per OAuth token lifetime. If Twitter implements OAuth correctly, it's supposed to work like this: User Sue uses third-pary

[twitter-dev] Re: Which services use twitter username and password as account identifier

2009-03-01 Thread Chad Etzel
Dude, I think it is you who needs to chill... srsly. I love the bomb. I've wanted the bomb for a long time, a lot of us have. Having an open discussion on an interesting topic does not mean we are all running around like chickens with our heads cut off. Without this thread I may never have

[twitter-dev] Re: Which services use twitter username and password as account identifier

2009-03-01 Thread Dossy Shiobara
On 3/1/09 3:41 PM, Chad Etzel wrote: Whether you meant to or not, you may have actually contributed positively to this thread :) I always intend to, even if it hurts. You know how people say, It can't hurt to ask? I wish it did ... :-) -- Dossy Shiobara | do...@panoptic.com |

[twitter-dev] Re: Which services use twitter username and password as account identifier

2009-03-01 Thread Paul Kinlan
I don't follow what you wrote about Twitter ID being obsolete. Where does it say that? If it is obsolete, Twitter needs to get rid of the users' ability to change their user names. It is the .Net Client that says that, I presuming it is a bug in that. That is why I have not used the ID but

[twitter-dev] Re: Which services use twitter username and password as account identifier

2009-03-01 Thread Paul Kinlan
I think it was one of my threads. I think it was along the lines of you can store the access key in cookie, but why you would want to publish the fact you are doing it. The thing being that the access token when used in a request is accompanied by a signature that can only be generated if the

[twitter-dev] Re: Which services use twitter username and password as account identifier

2009-03-01 Thread Sam K Sethi
Hi Paul As you know we already have a working version of Twitters OAuth on a test site http://ouath.twitblogs.com and will integrate into our live site when twitter let us. The way we are looking to overcome the user login issue is to use JainRain's www.rpxnow.com and associate a users ID to

[twitter-dev] How to get started?

2009-03-01 Thread Elker
(I'm deeply sorry if I'm not supposed to post here or whatsoever.) Hi! I've got experience in HTML, CSS and kind of some experience with PHP and MySQL. As a fulltime Twitter-user, I would also like to learn how to use the Twitter API. I have from previous times no experience with APIs. I barely

[twitter-dev] Re: Freelance Twitter API Dev directory?

2009-03-01 Thread nicdev
Thanks Alex for putting this toghether, and thank you Chad for the idea. Twitter id: nicdev www: http://loft119.com Email: nicrosen...@loft119.com On Feb 21, 9:00 pm, Chad Etzel jazzyc...@gmail.com wrote: Hi All, I have been getting a few requests here and there for twitter API

[twitter-dev] Re: How to get started?

2009-03-01 Thread Alex Payne
Here's a good starting point: http://apiwiki.twitter.com/FAQ#HowdoIusetheTwitterAPI On Sun, Mar 1, 2009 at 09:51, Elker elia...@gmail.com wrote: (I'm deeply sorry if I'm not supposed to post here or whatsoever.) Hi! I've got experience in HTML, CSS and kind of some experience with PHP and

[twitter-dev] Re: Which services use twitter username and password as account identifier

2009-03-01 Thread Paul Kinlan
Hi Sam, I think most things other than a basic username and password will confuse most people, which is why asking for their twitter username and password is done (rightly or wrongly) because people know it, use it all the time on twitter and don't have to remember yet another password. I will

[twitter-dev] Re: Hot to identify mutual friends

2009-03-01 Thread domfosnz
I just tested it and that works. Thankyou very much. On Mar 1, 5:19 pm, TjL luo...@gmail.com wrote: You need two API calls, I believe: http://twitter.com/friendships/exists.xml?user_a=SALLYuser_b=JOE http://twitter.com/friendships/exists.xml?user_a=JOEuser_b=SALLY To see if Sally follows

[twitter-dev] freelancer

2009-03-01 Thread creeper
please include me too for freelance work. Regards, Bala.

[twitter-dev] Re: Which services use twitter username and password as account identifier

2009-03-01 Thread Sam K Sethi
Hi I wonder if there is any value in twitter supporting the openid/oauth hybrid extension http://googledataapis.blogspot.com/2009/01/bringing-openid-and-oauth-together.html This would allow us 3rd party developers to create a login mechanism for our own sites but wrap the Authentication and

[twitter-dev] Re: crossdomain.xml

2009-03-01 Thread Elia Morling
Any ideas, Thanks On 28 Feb, 02:27, Elia Morling elia.morl...@gmail.com wrote: I have some questions. What is the latest status on the crossdomain.xml which was removed, which enables Flash to communicate with Twitter directly? I have created a proxy, but will that not be very limiting

[twitter-dev] 2000+ Followings

2009-03-01 Thread nomad1ne
Any way we gan get reset to get over 2000 Followings?

[twitter-dev] Re: Which services use twitter username and password as account identifier

2009-03-01 Thread Abraham Williams
http://groups.google.com/group/twitter-development-talk/browse_thread/thread/98def90952bdab9c On Sun, Mar 1, 2009 at 17:57, Sam K Sethi samkse...@googlemail.com wrote: Hi I wonder if there is any value in twitter supporting the openid/oauth hybrid extension

[twitter-dev] Re: 2000+ Followings

2009-03-01 Thread Abraham Williams
as you get more accounts then 2000 following you you can follow more. if 2025 accounts follow you you can follow 2025 accounts. 3254 follow you then you can follow 3254. On Sun, Mar 1, 2009 at 19:05, nomad1ne nomad...@gmail.com wrote: Any way we gan get reset to get over 2000 Followings?

[twitter-dev] Re: Twitter user picture sizes

2009-03-01 Thread atebits
They should - I believe there was an issue at one point where profile images weren't being scaled down properly. It's fixed now, but old (broken) avatars remain broken. That user needs to re-upload their profile image. On Mar 1, 7:51 pm, Dave Briccetti da...@davebsoft.com wrote: This is odd.

[twitter-dev] Re: Freelance Twitter API Dev directory?

2009-03-01 Thread Brian Deterling
Please add me to the list of freelancers. Brian Deterling @bdeter http://signalsready.com brian.deterl...@gmail.com Creator of http://tweepdiff.com Thanks! Brian

[twitter-dev] twittinesis

2009-03-01 Thread twittinesis
Introducing http://twittinesis.com/, a web app that posts your tweets to blogs. Twittinesis supports more blogs and is more reliable than other services.

[twitter-dev] Re: Location ...

2009-03-01 Thread TjL
On Sun, Mar 1, 2009 at 9:15 PM, Scott C. Lemon scottcle...@gmail.com wrote: What is the current maximum size of the location field?  I've looked around and have not yet found a doc that tells me what to expect. I want to ensure that I am caching the entire location string ... I'd like to