Im trying to create a php form that you can update a users status on twitter by typing it in and submitting it. With an already stored and set username/pass/ Any help would be appreciated and will pay if I can figure out how to do this. Cheers
You could simply use one of the pre-made Twitter API classes: http://apiwiki.twitter.com/Libraries#PHP Or basically you could use some simple cURL commands and post the update with authorisation to the twitter status url. pm me if you need more help with this, thanks
I can help you with it .. But I think there is the API doc provided by twitter for php and other languages. Using that you can simply do it. Let me know if you need any assistance please ..