我想触发 Facebook 登录,我正在访问这个 URL:
https://www.facebook.com/dialog/oauth?client_id=398192236928167&scope=user_photos&response_type=token&redirect_uri=http://www.useralbum.com/callback.html
我指定scope=user_photos但权限弹出窗口显示:
App_name would like to access your public profile, friend list and photos
它曾经只是说
would like to access your photos.
我究竟做错了什么?