Skip to content

IG Hashtag

Justin Stolpe edited this page May 21, 2022 · 3 revisions

Instagram hashtag.

Code

use Instagram\Hashtag\Hashtag;

$config = array( // instantiation config params
    'hashtag_id' => '<HASHTAG_ID>', // id of the hashtag
    'access_token' => '<ACCESS_TOKEN>',
);

// instantiate hashtag for use and get info on the hashtag
$hashtag = ( new Hashtag( $config ) )->getSelf();
Clone this wiki locally