Page 11 of 27 FirstFirst ... 91011121321 ... LastLast
Results 101 to 110 of 264
  1. #101
    Join Date
    Dec 2009
    Posts
    18
    Plugin Contributions
    0

    Default Re: AutoTweet [support]

    Quote Originally Posted by Zozelli View Post
    If Twitter goes down for any reason for instance, over capacity, the Twitter add on will cause an error on the cart website. Would it be possible to add an if-then-else type catch all to handle such a situation? New products cannot be entered while Twitter is down unless the code is commented out or some other workaround is used. The tweet goes out but the new product addition isn't realized and has to be reentered.
    I would be interested in this as well. As a temporary fix, I had to comment out the includes statement in admin/includes/modules/update_product.php ~Line 95 so that my products would still publish even though twitter is down.

  2. #102
    Join Date
    Apr 2010
    Location
    County Down, Northern Ireland
    Posts
    302
    Plugin Contributions
    0

    Default Re: AutoTweet [support]

    Have just installed this in http://www.irishshopper.com but when I try to access the test file (testfile.php) I receive these error messages

    Fatal error: Uncaught exception 'TwitterException' with message 'Status is a duplicate.' in /home2/irishisb/public_html/isa38/twitter/twitter.php:204 Stack trace: #0 /home2/irishisb/public_html/isa38/twitter/twitter.php(648): Twitter->doCall('statuses/update...', Array, true) #1 /home2/irishisb/public_html/isa38/twitter/testfile.php(21): Twitter->updateStatus('New Product Ava...') #2 {main} thrown in /home2/irishisb/public_html/isa38/twitter/twitter.php on line 204

  3. #103
    Join Date
    Apr 2010
    Location
    County Down, Northern Ireland
    Posts
    302
    Plugin Contributions
    0

    Default Re: AutoTweet [support]

    Hi there. I take it the username and password are for Twitter do I ned them or an API key for a tinyURL account ?

  4. #104
    Join Date
    Jan 2009
    Posts
    126
    Plugin Contributions
    0

    Default Re: AutoTweet [support]

    I have just attempted to install this but I have a problem, in the latest download there is no "autoTweet.php" file in the admin folder....what to do?

    I guess either the instructions need updating else someone forgot to put it in

  5. #105
    Join Date
    Dec 2009
    Location
    Richmond, VA
    Posts
    160
    Plugin Contributions
    3

    Default Re: AutoTweet [support]

    Hi everyone, sorry for my absense, things got crazy with work .I'll be developing a new version of autoTweet here soon. I think the time-out catch is a good idea, and I'll double check the documentation to make sure it is up to date.

    Sorry for any inconvenience,

    Jamie

  6. #106
    Join Date
    Dec 2009
    Location
    Richmond, VA
    Posts
    160
    Plugin Contributions
    3

    Default Re: AutoTweet [support]

    Just submitted autoTweet 2.0 should be up soon, in the meantime you can download it from my site @ http://htmyell.com/autotweet-2-0-now-available.

    Change log v 2.0:
    • Made install much easier (about 3 minutes)
    • Added option to turn on/off price.
    • Added twitter error checking set 10 second timeout so store doesn't break if twitter goes down.
    • Added bit.ly error checking in case links don't shortening.


    p.s. upgrading is super simple just fill in your current info, replace the update_product.php file, and you're done.


    As always I will try my best to support these mods. Let me know how it works for you.

  7. #107
    Join Date
    Dec 2009
    Location
    Richmond, VA
    Posts
    160
    Plugin Contributions
    3

    Default Re: AutoTweet [support]

    OK, sooooo... this is embarassing.

    After making autoTweet 2, I stumbled upon the fact that the method twitter uses to make API calls is changing over to OAuth starting on August 16th, 2010. This change will be mandatory and effectively render autoTweet 2 useless.

    So... that having been said... autoTweet 3 is now out!

    It uses the required OAuth procedures as well as cURL to authenticate API calls.

    Also, I've added message stack error reporting so you know what worked and what didn't after submitting your problem.

    To reiterate, autoTweet 2 and below will not work after August 16th, 2010.

    Update Now:
    I've submitted the new version to Zen-Cart but in the meantime you can update now at my site via:
    http://htmyell.com/autotweet-3-0

  8. #108
    Join Date
    Jun 2008
    Posts
    255
    Plugin Contributions
    0

    Default Re: AutoTweet [support]

    Hi Jamie,

    I'm a bit confused. Your installation instructions says to enter the username and password for twitter on line 96 to 100, however that line has been replaced by:

    $consumerKey = "Your twitter app consumer key"; //twitter app consumer key.
    $consumerSecret = "Your twitter app consumer secret"; //twitter app consumer secret.
    $oauthToken = "Your my access oauth token"; //twitter app "my access" token
    $oauthTokenSecret = "Your my access oauth token secret"; //twitter app "my access" token secret.
    $bitlyUsername = "your bitly username"; //bit.ly username
    $bitApiKey = "Your bitly API key"; //bit.ly api key.
    $storeUrl = "www.your-store.com"; //url to the homepage of your store.
    $showprice = 0; // Show the product price? 0 = off, 1 = on. no quotes.
    $timeout = 10; //seconds to wait for twitter & bit.ly. This can be left alone.

    Is the username and pasword now replaced by the consumer key etal?

    Also once this new module is uploaded do we just delete the old twitter folder?

    Thanks for all the work!!

  9. #109
    Join Date
    Jan 2009
    Posts
    126
    Plugin Contributions
    0

    Default Re: AutoTweet [support]

    Hey,

    I just installed this mod and I found these fields missing so installed it without and all seems to work fine.

    Hope this helps.

    Sam

    Quote Originally Posted by sunflowertami View Post
    Hi Jamie,

    I'm a bit confused. Your installation instructions says to enter the username and password for twitter on line 96 to 100, however that line has been replaced by:

    $consumerKey = "Your twitter app consumer key"; //twitter app consumer key.
    $consumerSecret = "Your twitter app consumer secret"; //twitter app consumer secret.
    $oauthToken = "Your my access oauth token"; //twitter app "my access" token
    $oauthTokenSecret = "Your my access oauth token secret"; //twitter app "my access" token secret.
    $bitlyUsername = "your bitly username"; //bit.ly username
    $bitApiKey = "Your bitly API key"; //bit.ly api key.
    $storeUrl = "www.your-store.com"; //url to the homepage of your store.
    $showprice = 0; // Show the product price? 0 = off, 1 = on. no quotes.
    $timeout = 10; //seconds to wait for twitter & bit.ly. This can be left alone.

    Is the username and pasword now replaced by the consumer key etal?

    Also once this new module is uploaded do we just delete the old twitter folder?

    Thanks for all the work!!

  10. #110
    Join Date
    Jun 2008
    Posts
    255
    Plugin Contributions
    0

    Default Re: AutoTweet [support]

    totalsam, what version of zencart are you using?

 

 
Page 11 of 27 FirstFirst ... 91011121321 ... LastLast

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 20
    Last Post: 23 Apr 2025, 08:49 AM
  2. v151 Autotweet Errors/Not Posting
    By Little Red Crane in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 13 Mar 2014, 04:56 PM
  3. is there any AutoTweet addon or autofacebook addon work well with EasyPopulate?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 5 Dec 2010, 03:17 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR