Skip to content

famousman/Ghadiruna_api

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

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

About

Ghadiruna

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages