phpc.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A server for PHP programmers & friends. Join us for discussions on the PHP programming language, frameworks, packages, tools, open source, tech, life, and more.

Administered by:

Server stats:

833
active users

update.

I've been spinning my wheels for a couple of days trying to post a reply to a toot on mastodon. I've ended up just getting 500 errors back from mastodon and I'm out of ideas of how to debug that without deploying my own instance. I've tried fiddling around with a local dev instance but it complains about self signed SSL.

Instead I'm going to take a step back and see what other parts of I can implement in my experimental project.

I'm going to start by trying to make an account in my application appear in Mastodon search when I enter it's handle. I'll start by mimicking the json responses and expanding out from there following all the links.

I was also able to get past the 500 error with posting a reply. Now I'm getting a "Verification failed" error message. Progress!