n 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 wrote:
> > I have already solve the special char problem because encoding in
> > Flex.
> > but I still find that when I call _me
you should be using the Authorization HTTP header
> to transmit this info (seehttp://oauth.net/core/1.0a#anchor46). 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
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
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 wrote:
> I am using OAuth to accessListAPI, but I find that if the requ
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 th
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 hea
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 cal
hod=DELETE".
>
>
>
> On Mon, Nov 2, 2009 at 11:26 PM, wilfred yau 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
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
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 :)
10 matches
Mail list logo