watanabeyu / react-native-simple-twitter

Twitter API client for react native without react-native link and react custom hook
MIT License
87 stars 45 forks source link

Make this generic? #37

Open reimertz opened 3 years ago

reimertz commented 3 years ago

Hey there @watanabeyu!

first, I want to thank you for making this amazing tool! Such a breeze to use when you just want simple oauth.

We need to integrate with instagram as well and as I though this was a good starting point, I forked it and started making a instagram version of the package but then realized that maybe you already done it.

And behold, you did!

I see though that rn-simple-instagram is a tad dated and not up to date with this package. So I wonder if we should join forces and figure out how to make this package generic. Think about it as react-native-simple-oauth that works with multiple oauth provider.

What do you think?

watanabeyu commented 3 years ago

Hi @reimertz !

I see though that rn-simple-instagram is a tad dated and not up to date with this package. So I wonder if we should join forces and figure out how to make this package generic. Think about it as react-native-simple-oauth that works with multiple oauth provider.

Your suggestion is appealing, but there is a problem with the instagram API. This is because Instagram's API is strict and you can't get most of the information unless you are a business account.

So I'm sorry, but I can't help you with that.