Releases: TheCodingCompany/MastodonOAuthPHP
Releases · TheCodingCompany/MastodonOAuthPHP
Post status update
Added post status update in all timelines (public, private etc)
Code improvements and oAuth URL fixes
Thanks to the collaboration with Jordan we can release a better piece of code. Improved and reduced, and fixed.
Enjoy!
Packagist installation
Same as 1.0.2 only composer/packagist install option added
Mastodon API calls implementation
MastodonOAuthPHP
PHP Library for Mastodon REST API
What's in it?
- App creation.
- Full oAuth implementation to authorize your App by users.
- Create and get authorization token, access token, client_id, client_secret and bearer token.
- Authenticate users
- Get user information
- Get user followers and following
- Get user status
Release oAuth v1.0.1
Can do;
- Create App
- Authenticate App
- Get all tokens needed (client_id, client_secret, authorization_token, access_token, bearer_token)
Have fun!