https://github.com/yutasugimura/react-native-signin-with-twitter-example
A React Native app demonstrating the implementation of 'Sign in with Twitter' using Twitter's OAuth API.
https://github.com/yutasugimura/react-native-signin-with-twitter-example
oauth1 react-native react-native-quick-crypto sign-in-with-twitter
Last synced: 9 months ago
JSON representation
A React Native app demonstrating the implementation of 'Sign in with Twitter' using Twitter's OAuth API.
- Host: GitHub
- URL: https://github.com/yutasugimura/react-native-signin-with-twitter-example
- Owner: YutaSugimura
- Created: 2023-11-10T06:31:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T20:04:15.000Z (over 2 years ago)
- Last Synced: 2024-05-28T22:46:58.590Z (about 2 years ago)
- Topics: oauth1, react-native, react-native-quick-crypto, sign-in-with-twitter
- Language: Java
- Homepage:
- Size: 1.65 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native SignIn With Twitter Example
This repository contains a React Native project that demonstrates how to implement 'Sign in with Twitter' functionality using Twitter's OAuth API.

### Installation
1. Clone the repository
```zsh
git clone https://github.com/YutaSugimura/react-native-signin-with-twitter-example.git
```
2. Install the dependencies
```zsh
yarn install
npx pod-install
```
3. Add your Twitter API keys to the `.env` file:
```zsh
cp .env.local .env
```
```zsh
TWITTER_CONSUMER_KEY=your-consumer-key
TWITTER_CONSUMER_SECRET=your-consumer-secret
```
4. Run the project:
```zsh
yarn start
```
## References
- [Twitter Developer Platform (Authentication)](https://developer.twitter.com/en/docs/authentication/oauth-1-0a/obtaining-user-access-tokens)
## License
This project is licensed under the MIT License