https://github.com/isc30/twitterauthentificator
Twitter login tester
https://github.com/isc30/twitterauthentificator
Last synced: 3 months ago
JSON representation
Twitter login tester
- Host: GitHub
- URL: https://github.com/isc30/twitterauthentificator
- Owner: isc30
- Created: 2015-03-19T15:47:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-15T06:19:38.000Z (almost 11 years ago)
- Last Synced: 2025-12-26T16:49:34.543Z (7 months ago)
- Language: PHP
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TwitterAuthentificator
Twitter login tester with php and curl
### Usage
You can test a login using
```
$success = Twitter_ComprobarLogin("USER", "PASS");
```