Builds an Instagram Graph API URL with the given path and query parameters (includes access_token).
access_token
Instagram access token.
API path (e.g. "me", "me/media", "me/conversations").
"me"
"me/media"
"me/conversations"
Additional query parameters.
Full URL string.
Builds an Instagram Graph API URL with the given path and query parameters (includes
access_token).