ruby on rails - Instagram API Unauthorized token although it is a live token? -
i building app instagram's api can search photos tags.
unfortunately getting error although have live token (not sandbox one):
400: request requires scope=public_content, access token not authorized scope. user must re-authorize application scope=public_content granted permissions.
you have app in live mode basic permission.
basic permission getting own photos via api.
to access other user's content , search need login scope public_content , approved instagram public_content permission (which not easy btw, try it)
Comments
Post a Comment