therealsujitk / flarum-ext-gifs

A Flarum extension that integrates your forum with GIF search engines.
https://discuss.flarum.org/d/23101
MIT License
5 stars 8 forks source link

Support Tenor's v2 API #24

Open locness3 opened 2 years ago

locness3 commented 2 years ago

It appears that Tenor have deprecated the V1 API that this extension is using in favour of a V2; it is not possible to register for a V1 API Key anymore.

https://developers.google.com/tenor/guides/migrate-from-v1

noahjames404 commented 7 months ago

I recently made some changes supporting tenor v2, you can use this branch instead - https://github.com/noahjames404/flarum-ext-gifs/tree/tenor-v2

therealsujitk commented 7 months ago

@noahjames404 you can always make a PR for me to review and merge 😇.

therealsujitk commented 7 months ago

Actually nvm, I was planning to support both since people may not have moved yet. Looks like your code migrates it completely.

noahjames404 commented 6 months ago

@therealsujitk v1 was already deprecated on my region so I migrated everything to v2 instead.

therealsujitk commented 6 months ago

@noahjames404 alright then, can you create a PR whenever possible? I'll take a look.