When I Post this Code: https://api.instagram.com/v1/users/{userid}/relationship?access_token={access_token} Or Other Instagram Api
Recive This massage:
code = 400; "error_message" = "This request requires scope=relationships, but this access token is not authorized with this scope.
The user must re-authorize your application with scope=relationships to be granted write permissions."; "error_type" = OAuthPermissionsException;
How To Using Scope And What is This? I can't See any Example On Instagram.Developer