not able to tweet on signin user, although I have given written permission

Nikunjkansara3
@Nikunjkansara3 Nikunj kansara

Hi,

I am new in twitter API, I have create twitter app, I have generated

consumer_key, consumer_secret, user_token, user_secret.

After that I and login with new user account with read & write permission.

Now, I want to post tweet on my login account, with following code

$tmhOAuth->request('POST',
$tmhOAuth->url('1/statuses/update'),
array('status' => 'Text Messge111'));

But problem is that, i am not able to post on my login twitter account,

every posts are post on developer account. why this happen?

can ay one help me.

10 hours 22 min ago