Once again I have been looking at the Bluesky API as part of a question posted on my Github respository. This time the question was “Can I specify one URL and use PHP to retrieve only one bluesky post by someone else?”. You don’t actually need my library to do that but I thought it would be useful to post details here as it’s not immediately obvious.
Identifying an Individual Post
The first thing to consider is how to identfy an individual post. Consider that we want to retrieve the following post progamatically.
Looking at the URL for this … Read the rest