scope - API migration, need to request new permissions? -


the new api introduces new scope public_content not mandatory before.

for app, need retrieve public datas user view. add public_content scope, access tokens generated? have log out users ask them authorize new public_content permission?

you won't need log them out - old access tokens expired, they're 'logged out'. should handle scenario expired access token in first place, because due instagram doc

access tokens may expire @ time in future.

so user perspective, moving 1 api similar scenario, when access tokens had expired.


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -