OAuthException in instagrabLogin
-
I was getting the following OAuthException when the plugin tried to gett an access token from instagram: “XAuth rate limit exceeded” I played around with the request parameters a bit and determined it had something to do with your client “application”. After having gone over instagram’s API documentation I wondered if this plugin even needed to authenticate in this way. So, I tried changing the url parameters in the https://api.instagram.com/v1/tags/%5Bhashtag%5D/media/recent request from using the access_code (which was null in my case) to simply use “client_id” and your client id. It worked. I guess this is more of a heads-up for you. But, if anyone can tell me why I shouldn’t be doing it this way that would be great too,
- The topic ‘OAuthException in instagrabLogin’ is closed to new replies.