What is Ghadiruna?

Ghadiruna is a new Social Media and a Lebanese start-up website. you can share images, videos, sound, and text posts and share a story for 24 hours, find friends, create groups, and make an event.

What is API?

An application programming interface (API) is a connection between computers or between computer programs. It is a type of software interface, that offers a service to other pieces of software. A document or standard that describes how to build or use such a connection or interface is called an API specification. A computer system that meets this standard is said to implement or expose an API. The term API may refer either to the specification or to the implementation.[wikipedia]

What can we do with Ghadiruna API?

likeness other APIs, you can share various media types. sending Text, videos, Images, Sounds posts. you can get liked Pages and groups.

this API is programmed by PHP.

Sample Code

$content=array(
        "handle"=>$type, //page group
        "id"=>$media_id,
        "album"=>"",
        "location"=>"",
        "feeling_value"=>"",
        "video_thumbnail"=>"",
        "message"=>'your text',

    );
    $result = $ghbot->sendMessage($content);

Github and Ghadiruna API Files

By Saeb Khanzadeh

Programmer and Computer Engineer