Title: App does not work
Last modified: September 18, 2018

---

# App does not work

 *  Resolved [bgfr](https://wordpress.org/support/users/bgfr/)
 * (@bgfr)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/app-does-not-work/)
 * The app does not work and no posts show on instagram.

Viewing 7 replies - 1 through 7 (of 7 total)

 *  [cavesa10](https://wordpress.org/support/users/cavesa10/)
 * (@cavesa10)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/app-does-not-work/#post-10828832)
 * I have tried the plugin and sometimes does not publish the publications, I think
   it is for the resolution of the featured image, I have tried many images with
   different resolutions, 800X600, 640X426, 640X356, 984X655, 770X512 etc and they
   have served me.
 *  Plugin Contributor [dufour_l](https://wordpress.org/support/users/dufour_l/)
 * (@dufour_l)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/app-does-not-work/#post-10835998)
 * Hello Guys,
    I had the same issue since a few hours today.
 * Now I have found a work around that I share with you.
 * The root cause of the issue probably came from Instagram in the yway they check
   the login and password.
 * But so far in the plugin code, there is a use of a sub library “mgp25/Instagram-
   API” and in the way it is used so far there where something like
 * $i = new \InstagramAPI\Instagram($username, $password, $debug);
 * try {
    $i->login(); } catch (Exception $e) { $e->getMessage(); exit(); }
 * And the problem come from the phase whith the try section where it tries to authenticate
   twice the user. This has worked so far, but today it does not work anymore.
 * The first line $i = new \InstagramAPI\Instagram($username, $password, $debug);
   already login the plugin to instagram.
 * So to make it works, now I had to put in comment the following lines (Around 
   line 724 to 729 in wp2instagram.php )
 * //try {
    // $i->login(); //} catch (Exception $e) { // $e->getMessage(); // exit();//}
 * And now my post are shown again in instagram.
 * So Roland (The author of the plugin), if you pass here I do not know if this 
   is normal or not or if something needs to be adapted with a new version of the
   plugin.
 * I just wanted to share this tips with all of you.
 * Laurent Dufour
 *  [vectormapper](https://wordpress.org/support/users/vectormapper/)
 * (@vectormapper)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/app-does-not-work/#post-10889646)
 * Hi, Laurent! Thanks!
    It WORK!!!!!!!!!
 *  Plugin Author [Roland Alla](https://wordpress.org/support/users/rolandalla91/)
 * (@rolandalla91)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/app-does-not-work/#post-11015567)
 * [@dufour_l](https://wordpress.org/support/users/dufour_l/) is this problem on
   the last Update , I never had a problem like this on my test :/
 *  Plugin Contributor [dufour_l](https://wordpress.org/support/users/dufour_l/)
 * (@dufour_l)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/app-does-not-work/#post-11015638)
 * Hi Roland,
 * now on version 1.4.6, all debug info and instragam response should appear in 
   the box dedicated to the “auto post to instagram” part in a post
 * My previous remark was before version 1.4.6 where we did not catch the response
   from Instagram and there was an error because we tried to log on twice, one with
   the constructor, and then with the login method.
 * Now it is fixed since version 1.4.4
    -  This reply was modified 7 years, 5 months ago by [dufour_l](https://wordpress.org/support/users/dufour_l/).
    -  This reply was modified 7 years, 5 months ago by [dufour_l](https://wordpress.org/support/users/dufour_l/).
 *  Plugin Contributor [dufour_l](https://wordpress.org/support/users/dufour_l/)
 * (@dufour_l)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/app-does-not-work/#post-11037017)
 * Version 1.4.8 is out please use it if you still have issues to post to Instagram
 *  [newboy9705](https://wordpress.org/support/users/newboy9705/)
 * (@newboy9705)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/app-does-not-work/#post-11037228)
 * Hi plugin developers,
 * I cant get this plugin to work. I’d be very happy to help you fix this problem
   which others are also seeing.
    I’m new to this plugin. It looks great in theory.
   I’ve only ever installed 1.4.8. I’ve tried on 2 sites, second site is a test 
   site with no other plugins in case there was a conflict. I have debug turned 
   on. I have no trouble logging into instagram on windows chrome browser or ios
   app Before posting I see
 * Post to instagram is ticked
    Instagram Status: Never published Posted: Unknown
   Upload Info: Instagram response:
 * After posting I see exactly the same.
 * As an additional test I enabled wordpress debug messages
 * define( ‘WP_DEBUG’, true );
 * When I change the maximum number of hashtag settings i see this messages
 * v
    Notice: Undefined index: wp2instagram_use_tags_of_post in /home2/<deleted 
   for privacy>/UW6KP4QJ/htdocs/wp-content/plugins/auto-post-to-instagram/wp2instagram.
   php on line 268
 * Notice: Undefined index: wp2instagram_use_categories_of_post in /home2/<deleted
   for privacy>/UW6KP4QJ/htdocs/wp-content/plugins/auto-post-to-instagram/wp2instagram.
   php on line 273
 * Notice: Undefined index: wp2instagram_replace_accents in /home2/<deleted for 
   privacy>/UW6KP4QJ/htdocs/wp-content/plugins/auto-post-to-instagram/wp2instagram.
   php on line 277
 * Notice: Undefined index: wp2instagram_sanitize in /home2/<deleted for privacy
   >/UW6KP4QJ/htdocs/wp-content/plugins/auto-post-to-instagram/wp2instagram.php 
   on line 281
 * Notice: Undefined index: wp2instagram_author in /home2/<deleted for privacy>/
   UW6KP4QJ/htdocs/wp-content/plugins/auto-post-to-instagram/wp2instagram.php on
   line 285
 * Notice: Undefined index: wp2instagram_dontautopublish in /home2/<deleted for 
   privacy>/UW6KP4QJ/htdocs/wp-content/plugins/auto-post-to-instagram/wp2instagram.
   php on line 309
 * Notice: Undefined index: wp2instagram_bypass_control in /home2/<deleted for privacy
   >/UW6KP4QJ/htdocs/wp-content/plugins/auto-post-to-instagram/wp2instagram.php 
   on line 314
 * Notice: Undefined index: wp2instagram_resize_image in /home2/<deleted for privacy
   >/UW6KP4QJ/htdocs/wp-content/plugins/auto-post-to-instagram/wp2instagram.php 
   on line 318
 * I’m happy to help debug in any way I can
    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘App does not work’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/auto-post-to-instagram_8dc41d.svg)
 * [Auto Post WP to Photo Social Network](https://wordpress.org/plugins/auto-post-to-instagram/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/auto-post-to-instagram/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/auto-post-to-instagram/)
 * [Active Topics](https://wordpress.org/support/plugin/auto-post-to-instagram/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/auto-post-to-instagram/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/auto-post-to-instagram/reviews/)

 * 7 replies
 * 6 participants
 * Last reply from: [newboy9705](https://wordpress.org/support/users/newboy9705/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/app-does-not-work/#post-11037228)
 * Status: resolved