When I use GET with the parameters passed as part of the URL I get the expected output:
http://<address>/api/v1.0/user_details?api_key_token=<api key>&guid=2
If I try doing this with POST passing the parameters as JSON (curl or Python), I get a 106 response about the API key being invalid. I have validated the JSON syntax Sample JSON:
{
"api_key_token":"<api key>",
"guid":2
}
Curl command:
curl -d @test.json -H "Content-Type: application/json" -X POST http://<address>/api/v1.0/user_details
OSSN ver: 6.1
Hi, it is because you are sending JSON and its not expecting JSON format. Valid Format should look like
curl --data "api_key_token=api_key" --data "guid=2" http://<address>/api/v1.0/user_details
Due to the many requests in the past for additonal features and components we have decided to develope a premium version. Features like Hashtags, Videos, Polls, Events, Stories, Link Preview, etc included in it.
$199 (Life Time)