Skip to content

Releases: TheCodingCompany/MastodonOAuthPHP

Post status update

26 Apr 18:50
Compare
Choose a tag to compare

Added post status update in all timelines (public, private etc)

Code improvements and oAuth URL fixes

07 Apr 05:34
Compare
Choose a tag to compare

Thanks to the collaboration with Jordan we can release a better piece of code. Improved and reduced, and fixed.

Enjoy!

Packagist installation

06 Apr 11:19
Compare
Choose a tag to compare

Same as 1.0.2 only composer/packagist install option added

Mastodon API calls implementation

05 Apr 18:40
Compare
Choose a tag to compare

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

05 Apr 16:49
Compare
Choose a tag to compare

Can do;

  • Create App
  • Authenticate App
  • Get all tokens needed (client_id, client_secret, authorization_token, access_token, bearer_token)

Have fun!