[twitter-dev] Re: Read / Write Access By Default, But Can't POST

2009-11-14 Thread Twlisted

Awesome, that worked.  Thanks!

On Nov 14, 3:54 pm, ryan alford  wrote:
> Delete your registration and add it again.
>
> On Nov 14, 2009 3:52 PM, "Twlisted"  wrote:
>
> If I go to my application details page, it's marked as "read/write
> access by default".  But when I attempt to POST such as
>
>  "http://api.twitter.com/1/".$list_user."/".$user_list."/members.json";
>
> I get back the error: "Read-only application cannot POST"
>
> So if I'm a read only application, why does my application page say
> I'm read/write, and how do I get the app changed to be read/write?


[twitter-dev] Re: Read / Write Access By Default, But Can't POST

2009-11-14 Thread ryan alford
Delete your registration and add it again.

On Nov 14, 2009 3:52 PM, "Twlisted"  wrote:


If I go to my application details page, it's marked as "read/write
access by default".  But when I attempt to POST such as

 "http://api.twitter.com/1/".$list_user."/".$user_list."/members.json";

I get back the error: "Read-only application cannot POST"

So if I'm a read only application, why does my application page say
I'm read/write, and how do I get the app changed to be read/write?