Git Product home page Git Product logo

Comments (15)

johndigital avatar johndigital commented on July 2, 2024

Hey @boxercox sorry about the issues. This one might be tough to troubleshoot, here are a few questions I have off the bat:

  • Do you have the latest version installed from this repo?
  • Are you using hashtags or only importing by username?
  • Are you trying to import images from multiple users or only one?
  • Just to re-iterate, the images do get imported correctly and end up in your media library when you use the "import now" button?
  • Does the plugin report any errors when using the "import now" button?
  • Is the account you've authenticated the same as the one you used to set up the app in the IG developer dashboard?

Thanks!

from funkstagram.

boxercox avatar boxercox commented on July 2, 2024

from funkstagram.

boxercox avatar boxercox commented on July 2, 2024

Hi I eventually got this working and then it completely stopped again. Now I get an error that says:

3 errors returned:
0 new images found and uploaded

  1. User vae807 does not exist
  2. User Vart does not exist
  3. Must set at least 1 user or tag

Whilst that user most definitley DOES EXIST ie

https://www.instagram.com/vae807/

What can I do...

from funkstagram.

boxercox avatar boxercox commented on July 2, 2024

John can you help?

from funkstagram.

drewbaker avatar drewbaker commented on July 2, 2024

@boxercox I would expect this to not work, after all the changes to the Instagram API from a few weeks ago. Instagram/Facebook has basically disabled all the APIs. There really isn't a good way to access content that isn't "yours" via official APIs anymore.

from funkstagram.

boxercox avatar boxercox commented on July 2, 2024

The content IS ours. We Use it to simply create our images for our shop and have them upload directly into our media library. Its the best way for the shop owner to create content ready imagery as she isn'r very web savvy. She can't even work out how to manually upload images let alone how to down load images from her own instagram.

Can you give me any more suggestions? PS finding anyone to ask about this plugin is really hard as the back end of the plugin just points to your commercial site

from funkstagram.

boxercox avatar boxercox commented on July 2, 2024

Also I AM affectively using instagram feeds in lots of other places on my site. MY IMAGES are being fed in using Instagram feed pro and are working fine. And also I am using another plugin calld Instagra Autoposter and this too is working well.

I now just need one to work back the other way.. where I can post to my other instagram account and have the images load to my media library so i can sue them in products listings and blog posts.

from funkstagram.

drewbaker avatar drewbaker commented on July 2, 2024

We built this plugin for our clients sites and open sourced it for developers, it's certainly not something that you should expect to have any sort of commercial grade support around.

When I say the content "isn't yours" I mean, the Instagram API key needs to belong to the user who's imagery you are trying to access.

This is some more background about what we are up against now: https://techcrunch.com/2018/04/02/instagram-api-limit/

from funkstagram.

johndigital avatar johndigital commented on July 2, 2024

Hey @boxercox,

Yea, as @drewbaker mentioned if this was working for you and is not any longer it is likely due to the massive API changes that Instagram dropped on everyone a few weeks ago. We've been dealing with the consequences of those changes in all sorts of ways, but supporting this plugin is not something we're planning to pursue anymore.

I know it will probably take some re-working for you, but our social-pull plugin can probably solve the problem you're having. It's not very well documented at the moment, but it is working currently and since it relies on Zapier to do the actual polling there is much less functionality that we have to support moving forward.

To get it working you would just install it on your site, follow the readme to set up a token in the settings page, and generate the webhook URL. Once you have that you just head over to Zapier and set up a new zap to import instagram posts. You set the "action" end of the zap to be their webhook service, and point it to the URL that you generated in the social-pull backend sending all the data as JSON.

From there, all instagram posts will end up in your media library and will additionally be represented as posts in the "sp-social" custom post type.

Hope that helps you in some way, but again as @drewbaker mentioned these plugins are internal tools for our agency and though they are open source we do not often have the bandwidth to support all of them for everyone.

from funkstagram.

boxercox avatar boxercox commented on July 2, 2024

OK I will take a look. I haven't used zapier before ( I tend to use IFTTT) .

FYI the instagram account we are using IS ours and we set up the api key so shouldn't be any issues at all there.

Thanks for your responses. I will give this a whirl.

from funkstagram.

boxercox avatar boxercox commented on July 2, 2024

One last thing.

Can I upload the plugin via the plugin installer on wp ( will it set up the appropriate folder in wp-content/plugins I don't currently have access to the cp

AND... in terms of a Random ASCI do I use this to generate one? and how many characters will it need?
https://www.random.org/strings/

from funkstagram.

boxercox avatar boxercox commented on July 2, 2024

Eek this happened...

Fatal error: Cannot redeclare funkstagram_admin_style() (previously declared in /home/vintageart/public_html/wp-content/plugins/funkstagram/funkstagram-settings.php:7) in /home/vintageart/public_html/wp-content/plugins/social-pull-master/settings.php on line 13

from funkstagram.

johndigital avatar johndigital commented on July 2, 2024

Sounds good, Zapier is very similar to IFTTT

Yes, the plugin installer should work fine. To get rid of that error just disable and/or remove funkstagram.

The ASCI string can be anything at all (as long as its URL safe characters), that generator should work fine. It's just a security precaution to prevent any 3rd party from being able to use the webhook endpoint to inject content to your site.

from funkstagram.

boxercox avatar boxercox commented on July 2, 2024

I think I broke my site https://www.vintageartemporium.com/wp-admin/plugins.php

from funkstagram.

boxercox avatar boxercox commented on July 2, 2024

Got it all installed and set up Zapier but looks like social pull isn't sure what to do.

I need my images from instagram to appear in my medialibrary. I have the webhook working in Zapier.

but I am trying to get an image posted on Instagram to be added to the WordPress media library using Zapier.

I have configured Social Pull in Wordpress, and set up a zap in Zapier.

The tests in zapier show as being successful, but the latest Instagram image is not added to WordPress.

Can you please let me know how I need to configure the Zapier Webhook template so that the Instagram image is sent into the Wordpress media library.

from funkstagram.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.