There we go, formatting the postfields as an array did the trick. Thank you!
I then ran into a bit of a sticking point with it then telling me my OAuth Token was missing, but was eventually able to figure it out on my own. So for anyone else who might run into similar issues in PHP:
- Format your POST fields as an array when generating your token, then
- There’s a difference between CURLOPT_HEADER and CURLOPT_HTTPHEADER. You want the second one.
Now it’s telling me that SushiKishi isn’t an integer, which…yeah. Now that I’ve got my foot in the door, I think I see the flow to go from my Username to my User ID to the data I want. I’ve seen your username pop up a lot when searching around, so from all of us you’ve helped along the way, thank you!