With the #Mastodon API, is there a way when posting to it, to get it to return the link of the new post? #PHP
@gamingonlinux According to https://docs.joinmastodon.org/methods/statuses/#create and https://docs.joinmastodon.org/entities/Status/ the returned JSON from a create call contains the url of the new post.
@ben ah, so there is, easy peasy
@gamingonlinux According to https://docs.joinmastodon.org/methods/statuses/#create and https://docs.joinmastodon.org/entities/Status/ the returned JSON from a create call contains the url of the new post.