sachin-handiekar/jInstagram

How come org.jinstagram.Instagram can still be instantiated with clientId alone

dan-s1 opened this issue · 2 comments

Based on the current Instagram API at https://www.instagram.com/developer/endpoints/ it states that

"The Instagram API requires an access_token from authenticated users for each endpoint. We no longer support making requests using just the client_id."

so how com org.jinstagram.Instagram still has a constructor that takes only the clientId?

I'll update the code as per the Instagram documentation. Thanks for pointing out the problem.

This is still an issue.