-
Notifications
You must be signed in to change notification settings - Fork 3
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
Clicking the "Join them" button causes error #4
Comments
Unfortunately, Instagram has changed their API quite a bit since I hacked this project together. Last I read, it may not be possible to implement this project with their new API changes, but I haven't done any research. |
that's sad. is there any other approach towards cc in instagram? I can't find anything in web newer then the articles about your projoct from around 2012... |
I guess all the broken images we see on there now, would also be due to instagram API changes? |
Unfortunately, I believe so. I think I was capturing the information
required to render the images already pulled into the database but it
likely requires a url tweak. It’s doubtful /new/ images can be pulled down
due to Instagram’s unfortunate API changes here.
If someone wants to look into the url format I’d be happy to make the
change. It would certainly be good to e.g. download these images if
possible and archive them for future usage.
…On Wed, Jan 23, 2019 at 5:30 PM Harry Wood ***@***.***> wrote:
I guess all the broken images we see on there now, would also be due to
instagram API changes?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#4 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAF41RDlfYZKvZh0rILDBSRs5CjUwBYOks5vGQzRgaJpZM4I-i58>
.
|
When clicking the "JOIN THEM" button on the website's front page, without having used the service before an error occurs.
I am redirected to the following URL (anonymized):
https://www.instagram.com/oauth/authorize?state=<uuid>&redirect_uri=http%3A%2F%2Fi-am-cc.org%2Fcomplete%2Finstagram%2F%3Fredirect_state%3D<uuid>&response_type=code&client_id=<id>
The following content is returned:
Any chance of making this work again?
I know the last commit was in Dec 2012. Is this project still being maintained?
It seemed like a really great idea!
The text was updated successfully, but these errors were encountered: