Blueksky is a (microblogging) Platform like Mastodon but it’s an invite-only social network recently I got an invite code from the official team and created My account
Currently, I am using their API to create posts and upload images via HTTP node
Blueksky is a (microblogging) Platform like Mastodon but it’s an invite-only social network recently I got an invite code from the official team and created My account
Currently, I am using their API to create posts and upload images via HTTP node
can I ask how you were able to get posting to work via the HTTP node? I’ve been through the documents and I can’t seem to figure it out ><
Post a text Status
Post image status with text and alt message
i ended up figuring it out but thank you
Thank you @mskian !
I am now looking to store identifier and password as credentials, someone have any idea of how to do it?
Thanks for pointing me the right way! There are two issues with your Create Post node though:
{
"error": "InvalidRequest",
"message": "Invalid app.bsky.feed.post record: Record/embed/images/0/image should be a blob ref"
}
@ivancarlos this question is not directly related to this topic - you should open a separate topic for it.
Updated API Link Posts | Bluesky
Thanks for this!
Would it be possible to turn it into a Community Node people can find and install?
So I confirm you need the size param with no quotes, or it will fail.
Here you have a working example (Nov 19th 2024) of reading an RSS and posting into BlueSky the content of the feed item with its image and a link (overly complex in my opinion because API must define the start and end of the link)