mastodon-api-php icon indicating copy to clipboard operation
mastodon-api-php copied to clipboard

PHP wrapper for the Mastodon API.

Results 5 mastodon-api-php issues
Sort by recently updated
recently updated
newest added

Is it possible to create new user with the wrapper / api? Interesting to sync my user with my mastodon instance.

This example should contain - [x] oAuth - [x] API get - [x] API post - [ ] API delete - [ ] API stream It can then be used...

This will allow to rely on the actual PHP implementation instead of using decoupled javascript to cover the oAuth interactive demo.

During the same session, user information obtained by the verify_crendentials method should be stored into a value object for caching and to facilitate usage of other API calls e.g. implying...