CreeperCreative / photograbber

Automatically exported from code.google.com/p/photograbber
Other
0 stars 0 forks source link

FB Login issue #135

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by emmsira...@gmail.com on 1 Aug 2012 at 4:28

GoogleCodeExporter commented 9 years ago
Can you post more details on how exactly you solved this? I'm getting the same 
error

Original comment by phul...@gmail.com on 1 Aug 2012 at 7:08

GoogleCodeExporter commented 9 years ago
Nevermind, 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.

Original comment by phul...@gmail.com on 1 Aug 2012 at 7:18

GoogleCodeExporter commented 9 years ago
The 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.

Original comment by to...@ourbunny.com on 4 Aug 2012 at 5:59

GoogleCodeExporter commented 9 years ago
New version of photograbber 2.100 should fix this.  Please re-open if issue 
persists.

Original comment by tommy.mu...@gmail.com on 26 Apr 2013 at 4:11