Skip to content

fix: changed UserID to Me in Instagram's API#132

Open
0xdsm wants to merge 1 commit into
streaak:masterfrom
0xdsm:patch-1
Open

fix: changed UserID to Me in Instagram's API#132
0xdsm wants to merge 1 commit into
streaak:masterfrom
0xdsm:patch-1

Conversation

@0xdsm

@0xdsm 0xdsm commented Oct 18, 2022

Copy link
Copy Markdown

Hello, KeyHacks Team! Hope you're doing well!

Reading Instagram's API documentation I noticed it's not necessary to pass the UserID we can use the Me parameter instead of

Example:

curl -X GET \
  'https://graph.instagram.com/me?fields=id,username&access_token=IGQVJ...'

Documentation URL: https://developers.facebook.com/docs/instagram-basic-display-api/getting-started#etapa-4--autenticar-o-usu-rio-de-teste

Hello, KeyHacks Team! Hope you're doing well!

Reading Instagram's API documentation I noticed it's not necessary to pass the UserID we can use the Me parameter instead of

Example:
```
curl -X GET \
  'https://graph.instagram.com/me?fields=id,username&access_token=IGQVJ...'
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant