shyambhat / InstagramKit

The unofficial Instagram iOS SDK
MIT License
970 stars 265 forks source link

Demo crashes #37

Closed fabf98dev closed 10 years ago

fabf98dev commented 10 years ago

Thanks for this great project but I have nothing changed in the code and when I compile the app and run it it crashes after launching with an error: " 'NSInternalInconsistencyException', reason: 'Invalid Instagram Client ID.' "

Does anybody else have this problem and can anybody please help me? :)

dezinezync commented 10 years ago

Hi, guess you skipped the README completely. 

If you read the error, it states that you need to grab an API key from Instagram and add those to the project.  Cheers, Nikh.

On Sat, May 17, 2014 at 5:18 PM, fabf98dev notifications@github.com wrote:

Thanks for this great project but I have nothing changed in the code and when I compile the app and run it it crashes after launching with an error: " 'NSInternalInconsistencyException', reason: 'Invalid Instagram Client ID.' "

Does anybody else have this problem and can anybody please help me? :)

Reply to this email directly or view it on GitHub: https://github.com/shyambhat/InstagramKit/issues/37

fabf98dev commented 10 years ago

Thank you very much for the quick answer @dezinezync that solved my problem :) I didn't notice this in the README :$

But now I have another question: How can I access the method to follow/unfollow a user? Is it already declared anywhere in this project or do I have to declare it by myself?

Or should I rather create a new issue for this question?