I was wondering if someone could please provide me with a working PHP example (full source) of how to interact with the API provided by the OSSN Services component. I have the API key but do not understand how to structure the syntax of my calls to the API.
Thank you
Andy, this is basic example of work, you can write your own method to utilize this api.
I worked it out, this is how you do it
<?php
$url= 'https://<insert URL/GQDN here>/api/v1.0/user_details?api_key_token=<insert your API key here>&guid=1';
$arrContextOptions=array(
"ssl"=>array(
"verify_peer"=>false,
"verify_peer_name"=>false,
),
);
$response = file_get_contents($url, false, stream_context_create($arrContextOptions));
echo "<pre>";
print_r($response);
echo "</pre>";
?>
I would like that too.
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)