***Antipattern***
Count: 19
- /{ig-media-id}/comments?message={message}  Creates an IG Comment on an IG Media object.
- /{page-id}?fields=instagram_business_account  Returns the IG User connected to the Facebook Page.
- /oauth/authorize  Get the Authorization Window.
- /{ig-user-id}?fields={fields}  Get fields and edges on an Instagram Business or Creator Account.
- /oauth/authorize  Get the Authorization Window.
- /{ig-media-id}?fields={fields}  Gets Fields and Edges on an IG Media.
- /{media-id}  Get fields and edges on an image, video, or album.
- /{ig-comment-id}?fields={fields}  Reading a Comment
- /{media-id}/children  Get a list of images and videos on an album.
- /{ig-comment-id}  Deleting a Comment
- /oauth/access_token  Exchange an Authorization Code for a short-lived Instagram User Access Token.
- /{ig-comment-id}?hide={hide}  Hiding/Unhiding a Comment
- /{user-id}  Get fields and edges on a User.
- /me  Get fields and edges on a User.
- /{ig-media-id}/comments  Returns a list of IG Comments on an IG Media object.
- /{ig-hashtag-id}  Returns Fields and Edges on an IG Hashtag.
- /{user-id}/media  Get a list of images, videos, or albums on a User.
- /{user-id}/media  Get a list of images, videos, or albums on a User.
- /{ig-media-id}?comment_enabled={comment_enabled}  Enables or disables comments on a media object.

***Pattern***
Count: 2
- /access_token  Exchange a short-lived Instagram User Access Token for a long-lived Instagram User Access Token.
- /refresh_access_token  Refresh a long-lived Instagram User Access Token.
