Represents an Instagram hashtag.
This operation is not supported.
GET /<IG_HASHTAG_ID>
Returns Fields and Edges on an IG Hashtag.
You can query a maximum of 30 unique hashtags within a 7 day period .
| Type | Description |
|---|---|
| |
|
| If the token is from a User whose Page role was granted via the Business Manager, one of the following permissions is also required: |
|
| Tokens |
The app user's User access token. |
GET https://graph.facebook.com/<IG_HASHTAG_ID>
?fields={fields}
&access_token={access-token}
Include the following query string parameters to augment the request.
| Key | Value |
|---|---|
| |
The app user's Instagram User Access Token. |
| |
A comma-separated list of Fields and Edges you want returned. If omitted, default fields will be returned. |
You can use the fields
query string parameter to request the following Fields on an IG Hashtag.
| Field Name | Description |
|---|---|
| |
The hashtag's ID (included by default). IDs are static and global. |
| |
The hashtag's name, without the leading hash symbol. |
You can request the following edges as path parameters or by using the fields
query string parameter.
| Edge | Description |
|---|---|
| Get a list of the most recently published photo and video IG Media objects published with a specific hashtag. |
|
| Returns the most popular photo and video IG Media objects that have been tagged with the hashtag. |
A JSON-formatted object containing default and requested Fields .
{
"<FIELD_NAME>":"<FIELD_VALUE",
...
}
GET https://graph.facebook.com/17841593698074073 ?fields=id,name &access_token=EAADd...
{
"id": "17841593698074073",
"name": "coke"
}
This operation is not supported.
This operation is not supported.