I’ve created a twitter app (using PHP as the programming language) that requires the authorization from the users. This app has ‘read and write’ access. How do I tweet on my users behalf through this app.
You issue calls to statuses/update while using the access token belonging to the user who has given you permission.