I'm trying to retrieve the Page ID and access token using the Instagram Graph API with the following request:
curl --location '.0/me/accounts?access_token=IGAAY...'
Is this request valid for V22.0?
I want to automate the process on login, so I am using the access_token which I got from this request
curl -X POST \
-F 'client_id=990602627938098' \
-F 'client_secret=a1b2C3D4' \
-F 'grant_type=authorization_code' \
-F 'redirect_uri=/' \
-F 'code=AQBx-hBsH3...'
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744369018a4570853.html
评论列表(0条)