Can anyone suggest, with examples, how I might go about changing my protected tweet setting from False to True via PHP.
What I'd like to do is Switch my protected tweet status to: True
, post a update and then switch it back to False.
I beleive the URL required is thus:
http://twitter.com/account/update_profile.xml
...
<protected>false</protected>
..
Bear in mind I am not the greatest at PHP :)