Skip to content

famousman/Ghadiruna_api-depricated-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ghadiruna_api

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. in this API, you can Share Contents (Text, Images, Audios, Videos) easily with PHP code.

Sample Send Post

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

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

Follow me at:

My Ghadiruna

My Website

Releases

No releases published

Packages

No packages published

Languages