How come org.jinstagram.Instagram can still be instantiated with clientId alone
dan-s1 opened this issue · 2 comments
dan-s1 commented
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?
sachin-handiekar commented
I'll update the code as per the Instagram documentation. Thanks for pointing out the problem.
abargnesi commented
This is still an issue.