PDA

View Full Version : [SOLVED] Curl, Twitter.php



drhiii
March 11th, 2010, 04:13 AM
I am trying to run an app, twitter.php, under Joomla, running on Ubuntu (version info below). Have gone through a myriad of upgrades, updates, curl is installed, and so on...but the app does not 'fire' and send the anticipated 'tweet' to Twitter.

Anyone suggest how to test this app, how to test that curl is indeed being called by twitter.php, and so on? Am at a bit of a loss. Help?

(pardon if this is not the right forum to post in... please repost if there is a better choice)

Info:

Distributor ID: Ubuntu
Description: Ubuntu 8.10
Release: 8.10
Codename: intrepid
Apache version 2.2.9

PHP 5.2.6-2ubuntu4.3 with Suhosin-Patch 0.9.6.2 (cli) (built: Aug 21 2009 20:36:27)

Curl is installed.

rubo77
September 4th, 2010, 11:24 AM
i tried this:
http://www.commandlinefu.com/commands/view/176/update-twitter-via-curl


curl -u user:pass -d status="Tweeting from the shell" http://twitter.com/statuses/update.xml

but i get an error:

<?xml version="1.0" encoding="UTF-8"?>
<errors>
<error code="53">Basic authentication is not supported</error>
</errors>

darshan.maiya
November 2nd, 2010, 12:39 PM
hi i am getting the same above error..
isn't there any solution for this?