The fuck! I understand I didnt sleep for almost two days as it currently stands but I know how to read or atleast I think so. Why the hell it doesn't work?
Code: var data = new Dictionary<string, string>()
{
{ "status", post },
{ "media_ids", String.Format("['{0}',]", attachmentId) }
};
And on docs.joinmastodon.org/client/i… they tell to encode arrays like that. Help #programming
Code: var data = new Dictionary<string, string>()
{
{ "status", post },
{ "media_ids", String.Format("['{0}',]", attachmentId) }
};
And on docs.joinmastodon.org/client/i… they tell to encode arrays like that. Help #programming
Getting started with the API
A primer on REST APIs, HTTP requests and responses, and parameters.docs.joinmastodon.org
Skepta
in reply to Arkadiusz Świętnicki 🇨🇳 I HAVE MOVED • • •