I have followed this guide for PHP Twitter Apps by OAuth
Here in test.php the last line i.e:
$oauth->post(‘statuses/update’, array(‘status’ => “hello world”));
doesn't work.
However, in test.php up to the:
echo "Connected as @" . $credentials->screen_name;
line, everything works, but the last line (i.e, post) is not working.
After completing the full process, I can’t see any tweet in the Twitter account. I attempt the full process from the link many times carefully, but all attempts have failed thus far.
Please Help me solve me my problem if you note any potential problem areas from the information I have provided or possibly refer me to a alternative tutorial that I should consider.