I have created the app and am definately using the right client id. One thing to note you are using razor, at the moment i am making my calls in an nunit test project with an integration test. Could that have something todo with it? Also I am using live site url in the instagram manage app. In yours did you use a working site url and are you making that call from that same site?
Instagram tag search with client_id
Hi Anders,
Trying todo tag count for instagram, when i try search from tags end point passing in a valid client_id I get the following error:
Skybrud.Social.Instagram.Exceptions.InstagramException : The client_id provided is invalid and does not match a valid application.
The client_id is valid I created it and tested it using https://instagram.com/developer/api-console/?hl=en so works on the api test page but not via skybrud social.
Regards
Ismail
I can't think of anything that would cause the problems that you're describing. Are you absolutely sure that you're using the client ID of your app?
I've setup this small example and tested it with the client ID of four different apps, and it works like a charm:
Anders,
I have created the app and am definately using the right client id. One thing to note you are using razor, at the moment i am making my calls in an nunit test project with an integration test. Could that have something todo with it? Also I am using live site url in the instagram manage app. In yours did you use a working site url and are you making that call from that same site?
Regards
Ismail
Hi Anders,
Not sure why but now its all working! Weird no idea why however it works lol. Many thanks for all your help.
Regards
Ismail
Good to see it working. Neither the test project or running the site locally/live should have any effect on this.
is working on a reply...