I'm trying to implement the /Profile/Update API, which requires POST.
Strangely enough ALL of my attempts end with "HTTP/1.1 500 Internal Server Error".
I verified that this API call works in the API Explorer.
Here is the API URL that I'm using and the headers I'm sending.
Any insights would be helpful.
http://www.geni.com/api/profile-34838408159/update
Array
(
[http] => Array
(
[method] => POST
[header] => Content-type: application/json
Accept: application/json
[content] => {"about_me":"Yankee Dooble"}
)
)