Page 26 of 27 FirstFirst ... 1624252627 LastLast
Results 251 to 260 of 264
  1. #251
    Join Date
    Feb 2014
    Location
    Oklahoma
    Posts
    22
    Plugin Contributions
    0

    Default Re: AutoTweet [support] Will it Work with eMagicOne Store Manager

    Quote Originally Posted by ideasgirl View Post
    It won't work using Store Manager. It doesn't work neither when you copy a product to create from it a new product with some editions. It will only work if you create the product on admin as a "new item".
    Thanks appreciate the info.

    Carl

  2. #252
    Join Date
    Aug 2012
    Posts
    45
    Plugin Contributions
    0

    Default Re: AutoTweet [support] Will it Work with eMagicOne Store Manager

    I know this is a dumb question but why isn't there $twitUsername or $twitPassword? I completed all directions but entering my twitter username and password in update_product.php because I can't find those lines. Did I get a bad download?

  3. #253
    Join Date
    Aug 2012
    Posts
    45
    Plugin Contributions
    0

    Default Re: AutoTweet [support] Will it Work with eMagicOne Store Manager

    Quote Originally Posted by chattunnel View Post
    I know this is a dumb question but why isn't there $twitUsername or $twitPassword? I completed all directions but entering my twitter username and password in update_product.php because I can't find those lines. Did I get a bad download?
    okay I sorted out my twitname and twitpass issue out by linking my bitly account to twitter.
    Im having this error now: Warning URL was not shortened for Twitter: www.mydomain.com was used instead. Reason: INVALID_APIKEY
    Error Twitter could not be updated: :
    To paste the code into twitter yourself use:
    New product available: testing! Only $23. Check it out now at www.mydomain.com
    what's causing this? I have my twitter api settings as read and write and generated new keys&tokens after the change and updated my update_product.php??? I also updated twitters api addresses????????

  4. #254
    Join Date
    Aug 2012
    Posts
    45
    Plugin Contributions
    0

    Default Re: AutoTweet [support] Will it Work with eMagicOne Store Manager

    Okay It;'s working, I had to update my keys
    Quote Originally Posted by chattunnel View Post
    okay I sorted out my twitname and twitpass issue out by linking my bitly account to twitter.
    Im having this error now: Warning URL was not shortened for Twitter: www.mydomain.com was used instead. Reason: INVALID_APIKEY
    Error Twitter could not be updated: :
    To paste the code into twitter yourself use:
    New product available: testing! Only $23. Check it out now at www.mydomain.com
    what's causing this? I have my twitter api settings as read and write and generated new keys&tokens after the change and updated my update_product.php??? I also updated twitters api addresses????????

  5. #255
    Join Date
    Jul 2012
    Posts
    347
    Plugin Contributions
    0

    Default Re: AutoTweet [support] Will it Work with eMagicOne Store Manager

    ZC1.5.3.
    When creating product and click on insert it shows blank page
    timeout was 10, changed to 0 but still blank page

    $timeout = 0; //seconds to wait for twitter & bit.ly. This can be left alone.

  6. #256
    Join Date
    Mar 2012
    Posts
    82
    Plugin Contributions
    0

    Default Re: AutoTweet [support] Will it Work with eMagicOne Store Manager

    New question I think
    when you replace your existing update_product.php do you know what lines are added?
    I belive my update file has been changed some already and don't want to loose what I have
    so just want to edit and add missing lines

    thanks

    Dave

  7. #257
    Join Date
    Jul 2012
    Posts
    347
    Plugin Contributions
    0

    Default Re: AutoTweet [support] Will it Work with eMagicOne Store Manager

    Quote Originally Posted by dsimon View Post
    New question I think
    when you replace your existing update_product.php do you know what lines are added?
    I belive my update file has been changed some already and don't want to loose what I have
    so just want to edit and add missing lines

    thanks

    Dave

    There are few. If you don't have back up you can download fresh ZC1.5 and compare using winmerge.

    I have installed this module and it does not execute cron job. Let me know if work for you.

  8. #258
    Join Date
    Mar 2004
    Posts
    210
    Plugin Contributions
    0

    Default Re: AutoTweet [support] Will it Work with eMagicOne Store Manager

    is anyone using this now... bit.ly has changed there api to tokesn;and i don't know what to do..
    thank you
    My Multi_Site Zen Carts
    http://herasonlinemarket.com

  9. #259
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: AutoTweet [support] Will it Work with eMagicOne Store Manager

    Was wondering if anyone has upgraded twitteroauth.php to include media uploads yet?

    I'm getting close, but just rain into a 'Uncaught InvalidArgumentException: You must supply a readable file in' using the url to the image as..

    PHP Code:
    $urlprod $storeUrl '/images/' $_POST['products_image']; 
    Then after connection trying to upload and get the media ID in
    PHP Code:
    //upload the image and get an MediaID
    $media $connection->upload('media/upload', ['media' => $urlprod]);
    $parameters = [
         
    'status' => $message
         
    'media_ids' => $media->media_id_string
    ];

    //send message
    $tweet $connection->post('statuses/update', array('status' => $parameters)); 
    The upload connection is where the stop is... the error file is..
    Code:
    [21-Sep-2018 21:03:18 America/Los_Angeles] PHP Fatal error: Uncaught InvalidArgumentException: You must supply a readable file in /****************************/includes/modules/twitteroauth/twitteroauth.php:239
    Stack trace:
    #0 /****************************/includes/modules/twitteroauth/twitteroauth.php(208): TwitterOAuth->uploadMediaNotChunked('media/upload', Array)
    #1 /****************************/includes/modules/product/update_product.php(146): TwitterOAuth->upload('media/upload', Array)
    #2 /****************************/product.php(61): require('/home/.../...')
    #3 {main}
    thrown in /****************************/includes/modules/twitteroauth/twitteroauth.php on line 239
    Think I need to start back tracing twitteroauth.php for the issue.. The image patch id https://www-siteURL-/image/product/1234.jpg and it's under the max 5MB's
    Dave
    Always forward thinking... Lost my mind!

  10. #260
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: AutoTweet [support] Will it Work with eMagicOne Store Manager

    Quote Originally Posted by davewest View Post
    Was wondering if anyone has upgraded twitteroauth.php to include media uploads yet?

    Think I need to start back tracing twitteroauth.php for the issue..
    Update...

    Found that one needs to first upload a media file before adding to a tweet.. the process is different when posting then from URL, this part I was able to create. However, I found issues with twitterOauth, which apparently was a fork version and never updated to match the current master of twitterOauth..

    Having to go back and learn twitter API.. was working on creating a developer sandbox to play in. Something to think about for anyone using twitter web app, they are changing locations and access. If you find autotweet stops working, you may need to reapply to keep your web app alive.
    Dave
    Always forward thinking... Lost my mind!

 

 
Page 26 of 27 FirstFirst ... 1624252627 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