react-native-gif-search icon indicating copy to clipboard operation
react-native-gif-search copied to clipboard

Tenor Api key not working

Open arjavpd opened this issue 1 year ago • 7 comments

Hi! I can't get my tenor api key to work with gif search. I got the key from my google console and it's still not working. I feel like I'm missing something big but idk what. I'm pretty stuck so any help is appreciated! 😭

arjavpd avatar Mar 05 '23 06:03 arjavpd

Did it get fixed? @arjavpd

rogueloop avatar Mar 05 '23 14:03 rogueloop

nope. got a api key from https://tenor.com/gifapi/documentation#quickstart and then pasted it in my gif search component but it didn't work :(

arjavpd avatar Mar 05 '23 16:03 arjavpd

I think the issue is with tenor V2 tokens, here they use V1 API call for tenor. https://github.com/Thanasis1101/react-native-gif-search/blob/ccc124ff20ae55606f38cc66133c715e78c6f3e1/src/GifSearch.js#L19

rogueloop avatar Mar 07 '23 16:03 rogueloop

looks like we're gonna have to patch the module, @rogueloop have you done that?

arjavpd avatar Mar 10 '23 21:03 arjavpd

Created a new one

https://twitter.com/d4rkcyph3r/status/1655904564095356929?t=rJ3SKrPWFusF6yxUTHvkMA&s=19

rogueloop avatar May 10 '23 04:05 rogueloop

I am also facing same problem with tenor V2 tokens, got the tenor api key from here : https://tenor.com/gifapi/documentation#quickstart but it is not working , please suggest me any possible solution ?

yadavmurari111 avatar Feb 22 '24 16:02 yadavmurari111

Try this plugin https://github.com/HexmosTech/expo-tenor-search

rogueloop avatar Feb 28 '24 19:02 rogueloop