NOTE: This post is mainly about how I developed the php2Bluesky library. If you are looking for information on using the library in your own code please see here: https://github.com/williamsdb/php2Bluesky/
In the first of these posts we looked at creating the connection to the Bluesky API and posting a text post. In this second post we are going to extend that out to post images as well as text.
The code posted here are snippets from a larger library of functions that you can drop in and use to post to Bluesky. If some parts look more complex than they … Read the rest