huuanh1987 / facebook-java-api

Automatically exported from code.google.com/p/facebook-java-api
0 stars 0 forks source link

Extended permissions status (hasAppPermission) not working with new FB Authentication model #319

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Authorize a user with the publish_stream extended permission (using
http://www.facebook.com/connect/prompt_permissions.php?api_key="+client.getApiKe
y()+"&ext_perm=publish_stream
2. Using XMLRestClient,
fbClient.users_hasAppPermission(Permission.PUBLISH_STREAM)

What is the expected output? What do you see instead?
Expected: true (used to work until about a week ago)
Actual: false. Does the Permission enumeration need to be updated to
reflect the new authorization scheme?  I understand they are rolling out
changes leading up to the June 1st overhaul of their authentication model..

What version of the product are you using? On what operating system?
3.0.2, Linux

Please provide any additional information below.

Original issue reported on code.google.com by gordon....@gmail.com on 19 May 2010 at 9:51