https://github.com/jshawl/pocket-oauth-php
Some PHP for connecting to the Pocket API
https://github.com/jshawl/pocket-oauth-php
php pocket-api pocket-oauth-php
Last synced: about 1 year ago
JSON representation
Some PHP for connecting to the Pocket API
- Host: GitHub
- URL: https://github.com/jshawl/pocket-oauth-php
- Owner: jshawl
- Created: 2013-04-05T23:27:33.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-09-12T01:34:49.000Z (almost 12 years ago)
- Last Synced: 2025-03-28T02:13:46.872Z (about 1 year ago)
- Topics: php, pocket-api, pocket-oauth-php
- Language: PHP
- Homepage:
- Size: 120 KB
- Stars: 57
- Watchers: 7
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pocket-oauth-php
================
Some PHP for connecting to the Pocket API
1. Edit the variables in config.php
2. Visit http://path.to/connect.php in your browser
3. Authenticate!
4. You'll be redirected to callback.php
5. add your access token to config.php
6. Visit http://path.to/api.php and make some requests!