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 781 forks source link

When method is DELETE add params to apiCall #171

Open kerkness opened 9 years ago

kerkness commented 9 years ago

DELETE calls to Instagram does not accept parameters in the body of the request. Therefor parameters need to be added to the query string instead of the body.