What steps will reproduce the problem? 1.open program 2.try to login 3.get error! insted of token
What is the expected output? What do you see instead? Token
What version of the product are you using? On what operating system? just downloded
Please provide any additional information below. app fb api has changed and no longer supports the scope the app requests. works after manually changing the permissions to newest fb api lingo
Comment #1
Posted on Aug 1, 2012 by Grumpy CamelCan you post more details on how exactly you solved this? I'm getting the same error
Comment #2
Posted on Aug 1, 2012 by Grumpy CamelNevermind, figured it out.
If anyone else is having this problem, simply copy the URL the app throws up (before it redirects - gotta be fast) and remove the "users_photos_tagged" and "friends_photos_tagged" scopes at the end.
Comment #3
Posted on Aug 4, 2012 by Happy RhinoThe 2 scope parameters are no longer listed on:
http://developers.facebook.com/docs/authentication/permissions/
It appears that that functionality was rolled into user_photos and friends_photos paramters, but I was unable to find any notification or documentation from facebook about that change. When I log in with the "users_photos_tagged" and "friends_photos_tagged" scopes it FB appears to just ignore it instead of producing an error - but maybe this is because I'm not a new user to the app.
Comment #4
Posted on Apr 26, 2013 by Massive CamelNew version of photograbber 2.100 should fix this. Please re-open if issue persists.
Status: Done
Labels:
Type-Defect
Priority-Medium