Closed ghost closed 10 years ago
Sorry for slow response, completely forgot about this - it seems Instagram have an API and it requires similar authentication to the Twitter API stuff. Will require more work than your average JSON public feed. Should be doable though. They don't seem to provide a PHP library though so I'd need to either write something or find a decent one somewhere. Seems looking at their API console you can't fetch a user's recent media without authenticating.
I second this motion
It looks like you can get a users recent media feed without authenticating. Most other useful stuff requires a bunch of oAuth sorting out, which would take longer to work out. Shouldn't take too long to add the unauthenticated public user feed as it only requires a "client ID" which is basically the same as being called an API key.
v2.4.0 has the public recent media feed: http://modx.com/extras/package/jsonderulo
Has there been any thought into potentially integrating Instagram into this plugin?
I may need to do this, so if I do I will send over the code unless you have something in the works at all? Happy to discuss over email if you would prefer.
Many thanks, Jonathan