Falicon / BitlyPHP

A simple PHP library for interacting with the Bit.ly API (including the new OAuth endpoints)
http://falicon.com
189 stars 134 forks source link

Bitly API v3 being deprecated #18

Open tjroma opened 5 years ago

tjroma commented 5 years ago

As of March, 2020, Bitly will update its API to v4. See https://dev.bitly.com/v4_documentation.html for the update.

phplicengine commented 4 years ago

Our lib is for Bitly Api v4. https://github.com/phplicengine/bitly

sebastianbingham commented 4 years ago

@phplicengine - It looks like your library only supports the API Key which is also deprecated. Thoughts?

phplicengine commented 4 years ago

Our lib is for v4. It supports all methods in bitly v4 doc. https://github.com/phplicengine/bitly

phplicengine commented 4 years ago

If you mean authentication, it supports it too. See Services.md in our repo.