I am having trouble... Running ZC 1.5.0 and installed the newest version of AutoTweet.. but when I make a new product I get this:
URL was not shortened for Twitter: www.opalessenceshop.com was used instead. Reason: INVALID_LOGIN
Twitter could not be updated: 401 Unauthorized: Could not authenticate you.
To paste the code into twitter yourself use:
New product available: Natural Vanilla Flavored Lip Balm .15oz! Only $3.07. Check it out now at www.opalessenceshop.com
Now, my file was not as described in the readme file:
The readme file says it will be like this:
Mine looked like this:Quote:
Now edit lines 96 through 100 like so:
a. $twitUsername = your twitter user name.
b. $twitPassword = your twitter password.
c. $bitlyUsername = your bit.ly user name (available for free at www.bit.ly)
d. $bitApiKey = your bit.ly API Key, find it by logging in to bit.ly and clicking settings.
So I'm not sure what to do... can anyone help?Quote:
Now edit lines 96 through 100 like so:
$oauthToken = "Enter oauthToken here"; //twitter app "my access" token
$oauthTokenSecret = "Enter oauthTokenSecret here"; //twitter app "my access" token secret.
$bitlyUsername = "your bit.ly user name"; //bit.ly username
$bitApiKey = "your bit.ly API Key"; //bit.ly api key.