Skip to content

Releases: thephpleague/oauth2-instagram

3.0.0

25 Feb 22:07
ba5a5cc
Compare
Choose a tag to compare

Added

  • Support for Instagram Basic Display API
  • Custom host configuration for Graph API host

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Support for Instagram Legacy API (https://api.instagram.com/v1/...)
  • Short-hand functions for now removed attributes
    • InstagramResourceOwner::getImageUrl()
    • InstagramResourceOwner::getName()
    • InstagramResourceOwner::getDescription()

Security

  • Nothing

Thanks, @acran!

2.0.0

26 Jan 01:24
Compare
Choose a tag to compare

Added

  • PHP 7.1 Support

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • PHP 5.5 Support

Security

  • Nothing

0.2.3

22 Dec 17:29
Compare
Choose a tag to compare

Added

  • Custom host configuration

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

0.2.2

14 Apr 02:18
Compare
Choose a tag to compare

Added

  • Refactored exception handling

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

0.2.1

23 Nov 21:23
Compare
Choose a tag to compare

Added

  • A properly functioning getAuthenticatedRequest() for Instagram.com
  • Modification for data returned by InstagramResourceOwner::toArray

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

0.2.0

20 Aug 15:09
Compare
Choose a tag to compare

Added

  • Upgrade to support version 1.0 release of core client

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

0.1.2

17 Jun 17:46
Compare
Choose a tag to compare

Using abstract provider scope separator to format scopes

0.1.1

17 Jun 17:35
Compare
Choose a tag to compare

Improved clarity around expectation of managing scopes

0.1.0

08 Apr 16:48
Compare
Choose a tag to compare
Update README.md