following the doc,
https://www.geni.com/platform/developer/help/api?path=profile%2Fadd...
I created the POST request
https://sandbox.geni.com/api/profile/add?access_token=XXXX&birt...
and received the following response error
---------------
{"error":{"type":"ApiException","message":"no implicit conversion of Symbol into Integer"}}
---------------
any idea why there is an error?
Stephen Friend you're passing birth=1970 -- see https://www.geni.com/platform/developer/help/api?path=profile&version=1
You need to split that up into birth[date][year] as Juha mentioned (thanks Juha!)