react-native-simple-twitter icon indicating copy to clipboard operation
react-native-simple-twitter copied to clipboard

Twitter API client for react native without react-native link and react custom hook

Results 6 react-native-simple-twitter issues
Sort by recently updated
recently updated
newest added

個人開発で使わせてもらっています。 Expo でサーバーを用意せずに Twitter ログインができるのでとても良いライブラリだと思っています。 issue については、タイトルの通りなのですが、Expo のバージョン 45 で TextInput に入力できない問題が発生しましたので、修正していただきたいです。 よろしくお願いします。 --- I use it for personal development. I think it is a very good library because it...

Hi, I'm getting the error while calling `/oauth/request_token` api. I've done some console.log in the code. uri: https://api.twitter.com/oauth/request_token headers: {"headers": {"Authorization": "OAuth oauth_callback=https%3A%2F%appName.app, oauth_consumer_key=your_consumer/-key, oauth_nonce=qubNcG7rUP3MjQwxwxOmCtCiocLlkpkz, oauth_signature=uEaaVFVjbAITfZua91l%2FIsHOYtE%3D, oauth_signature_method=HMAC-SHA1, oauth_timestamp=1652179191.233, oauth_version=1.0"}, "method":...

is there a way to use this package without exposing the consumer secret , maybe with a server side validation?

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...

i can't find a module to specify which twitter callback url to use. as of my case i have another callback url in my twitter app dashboard to handle login...

When i try to run very basic example given in the readme doc, i am facing invalid hook call error. My code is: ``` import { useEffect } from "react";...