-
Notifications
You must be signed in to change notification settings - Fork 31
IG Hashtag
Justin Stolpe edited this page May 21, 2022
·
3 revisions
Instagram hashtag.
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();