cosenary / Instagram-PHP-API

An easy-to-use PHP Class for accessing Instagram's API.
http://cosenary.github.com/Instagram-PHP-API
BSD 3-Clause "New" or "Revised" License
1.46k stars 782 forks source link

_makeOAuthCall is not working #230

Open subasah opened 7 years ago

subasah commented 7 years ago

In the method the _makeOAuthCall, The cURL return josn data displays the error message like : {"code": 400, "error_type": "OAuthException", "error_message": "Invalid Client Secret"}

imerkle commented 7 years ago

you gotta enter corect client secret

subasah commented 7 years ago

Despite entering correct client secret, it shows the error. Anyway i left using it and developed another at my own to get my work done. Thanks.