Quote:
Originally Posted by Videx
Unauth errors are probably exactly that. Look into errors in your username and password for Twitter. Look earlier in the thread for some solutions people have found.
I am still unable to authenticate with bitly as well.
|
Videx I know you most likely checked over a dozens times but I did to..frustrating.
Check that your have entered your bitfly API key correct and bitfly user name
Just replace the read txt with your User name and API key that bitfly generate
if ($useBitly) {
//
http://classes.verkoyen.eu/bitly
require_once 'bitly.php';
$bitly = new Bitly('
username', '
R_0d2dbc4294APIKEY054c303c8ac7');
$shortUrl = $bitly->shorten($shortUrl);
}