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

public content scope added #229

Open felipegouveiae opened 7 years ago

felipegouveiae commented 7 years ago

I've added the public_content scope and a small change to the api use the access token instead of asks for authorization in case it's authorized already. This way the api doesn`t asks for authorization every time.