[twitter-dev] Re: 401 Unauthorized problem

2009-12-03 Thread Wilfred yau
do have an Authorization header set, but it's basic auth.    ---Mark On Thu, Nov 26, 2009 at 6:47 PM, Wilfred yau wld991...@gmail.com wrote: I have already solve the special char problem because encoding in Flex. but I still find that when I call _method= DELETE in List API, I still get

[twitter-dev] Re: 401 Unauthorized problem

2009-11-30 Thread Wilfred yau
).  To make things extra weird, in one case you do have an Authorization header set, but it's basic auth.    ---Mark On Thu, Nov 26, 2009 at 6:47 PM, Wilfred yau wld991...@gmail.com wrote: I have already solve the special char problem because encoding in Flex. but I still find that when I

[twitter-dev] Re: Twitter login with Flex

2009-11-26 Thread Wilfred yau
I think you are using Basic Auth to login, but it don't work well in Flex, you should try to use OAuth that have better support on Flex. any you can use some library to help you finish the project: http://code.google.com/p/tweetr/ http://code.google.com/p/oauth-as3/ sample code is including in

[twitter-dev] Re: 401 Unauthorized problem

2009-11-26 Thread Wilfred yau
I have already solve the special char problem because encoding in Flex. but I still find that when I call _method= DELETE in List API, I still get 401 Unauthorized from api.twitter.com. On Nov 25, 11:09 am, Wilfred yau wld991...@gmail.com wrote: I am using OAuth to accessListAPI, but I find

[twitter-dev] OAuth DELETE LIST problem

2009-11-26 Thread Wilfred yau
Hello all, When I call _method= DELETE in List API, I got 401 Unauthorized from api.twitter.com. After I read the document of OAuth, it mention that _ is no need to encode so it may be a another problem. I have try when I using other parameter include _ like a_method=DELETE is work well and

[twitter-dev] [OAuth + LIST API ] 401 Unauthorized problem

2009-11-24 Thread Wilfred yau
I am using OAuth to access List API, but I find that if the request URL contain some char like _, (, then twitter will return 401 Unauthorized. Does anyone know what is the problem?? and this is my request: *Request URL: http://api.twitter.com/1/wilfred_yau/yedsrc/members.xml *Request

[twitter-dev] [bug] GET list statuses rate limit

2009-11-13 Thread wilfred yau
When I testing List API, I reach the API limit but I find that I still can call GET /:user/lists/:list_id/statuses without any problem or Error. API document say it is limited in 150 call but I can request more. Does this call not limited by API rate? or just a bug? Since I want to use this call

[twitter-dev] Re: Draft of List API documentation

2009-11-03 Thread wilfred yau
It there any method to delete user from list other then using DELETE method? Since I am using Flex (but not Air) to develop third party Twitter Client, There are no way to call DELETE (which only GET and POST). So, will twitter provide POST or GET method API to delete? Thanks On Oct 16, 3:04 

[twitter-dev] Re: Draft of List API documentation

2009-11-03 Thread wilfred yau
, Nov 2, 2009 at 11:26 PM, wilfred yau wld991...@gmail.com wrote: It there any method todeleteuser from list other then usingDELETE method? Since I am using Flex (but not Air) to develop third party Twitter Client, There are no way to call DELETE (which only GET and POST). So, will twitter

[twitter-dev] When will List API release?

2009-10-26 Thread wilfred yau
Hi all, this is my first post :D I am a Twitter Client Developer , Do anyone know when the twitter list API will be released?? or the API is already released?? Thanks :)