-
Notifications
You must be signed in to change notification settings - Fork 779
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instagram Platform Update #182
Comments
Looks like they updated /media/search to require auth... Instagram.php (227)
needs the false $auth to be set to true
|
Also need to update scopes |
Hi, Thanks for your time. Simone. |
Is it possible to still use this API with the update apart from some of the features that require updating the API? |
To fix photo uploading...
|
@iadj Yes it is. I'm still currently using it to fetch hashtag based media but have lost access to user media due to the |
the scopes problem is easily patched by editing line 74 to read: private $_scopes = array('basic', 'public_content', 'follower_list', 'likes', 'comments', 'relationships'); |
I'm getting turned down couple of times for submission on basic and public_content, what actually I have to provide for the submission? I just want to curl trending Instagram photos into php https://sanik.my/gallery/instagram any insights? |
Hello, did anyone get the permission review accepted after the update? I followed the valid use cases and i got the permissions declined everytime i tried it. Thanks |
I'd give up on instagram if I were you. They don't like anyone but them On Mon, Feb 1, 2016 at 8:35 AM, Brumley notifications@github.com wrote:
|
Until this is fixed everyone could check out this repository https://github.com/hassankhan/instagram-sdk |
Why don't you accept pull requests on this repo? |
Please bare in mind that I'm not the maintainer. I've only helped out with the syntax changes. |
Sorry, I thought you had merge rights as well. |
@florianbeer Please do. Last time this git was updated was last year. |
@florianbeer Could you publish your fork? And we will be able to enjoy this library with new API |
Already did, a week ago: https://github.com/florianbeer/Instagram-PHP-API |
Yes. But it is still "fork". It would be great if you changed name of library from "cosenary/instagram" to your. So we can use composer to upload it. |
But that would be stealing, it is still @cosenary's work. You can add the following to your composer.json to use my fork:
and then require |
But if I use "dev-master" - it upload a last stable commit. |
Yes. It works now. But I have now
|
hello guys, has anything changed with API permission review? Did anyone get the permission from instagram to any scope? Thanks |
@florianbeer , this is an open-source project. If @cosenary is no longer maintaining it (and that seems to be the case given that he hasn't chimed in on any of this yet), creating a new non-forked repo that gives attribution to @cosenary seems to me to be a legitimate way to keep the project moving forward. For those of use who are trying to build production-level systems, it would be nice to be able to include a stable source in our composer setup. Thanks! |
This package is still 99,9% @cosenary's work. If he wants me to take over and clearly states so, I will think about it, not sooner. If you want to use my fork in the meantime, you can alter your |
@florianbeer, with the Supposed that @cosenary are no longer interested in development on Github anymore. |
I'm assuming this API is dead now that is hasnt been updated to the new Instagram API changes of last year? So its not worth utilizing at all? |
@florianbeer if cosenary is not here to maintain a broken system, It must move on. No matter who created the work. It must move on and adapt. If it's from the original author or not. That is open source. |
@florianbeer Do we have any update on this issue? If anyone want to take the responsibility of this repo, can we just create a fresh one without hurt anybody? It's really blocking for a lot of people. |
Well I would be open to maybe transferring my fork to a GitHub organisation and publishing it to Packagist if I can get some co-maintainers. I don't think there's enough incentive for me to take care of issues, PRs etc. all on my own, seeing that my fork does everything I need it to do for my project for the foreseeable future. So any volunteers to take on a (co-) maintainer role in an open source project and spending countless hours of unpaid work on keeping it up to date? |
@florianbeer I want to volunteer, since I'm gonna also use the API for some prototyping, might as well explore the API depthly and help the public. |
@florianbeer I'm gonna help as well if you are not have concerns. Currently I had to do a fork from your fork and created a Composer package on its basis: https://github.com/propeopleua/Instagram-PHP-API But I do not like this! |
@dimassrio I've added you as collaborator (push permission) on my repository and will publish it on packagist today. Anybody else who wants to participate, please feel free to give me a shout! |
@BR0kEN- great, you're added as well. |
Hmm, seems I have to "un-fork" (is that the correct GitHub terminology), to publish to packagist. I will investigate further later today, as now I have to leave for a meeting. |
@florianbeer cool! I can help, no problem! |
@florianbeer, you can publish forks but this practice isn't recommended. So, better to create an independent package. |
Hi @florianbeer, any news on this? |
Lookin forward to use your fork @florianbeer |
@florianbeer This again .. ;) |
It has been over a year now. I'm closing this. |
Everyone who need this could use forked package: https://github.com/propeopleua/Instagram-PHP-API/blob/master/composer.json#L2 |
If you're looking for a simple way to fetch a public Instagram feed, you can checkout this package: |
https://github.com/Andreyco/Instagram-for-PHP works and is supported |
On the 17 Nov 2015 Instagram made changes to their API . Apps created before Nov 17, 2015 wont be affected until Jun 2016. Apps created on or after Nov 17 2015 will require to use their updated API. Please note that this library doesn't yet support their new updates.
I guess we need to rethink this entire library in order to work with the latest changes. This will require a lot of efforts and there is currently no plan to update this library.
If you're just looking for a simple way to fetch a public Instagram feed, you can checkout this package:
vinkla/instagram
.The text was updated successfully, but these errors were encountered: