Search code examples
androidfacebookpermissionspublish

Facebook 3.0 : Session.newPermissionsRequest callback not get called


I was using the openForRead to ask for the read permissions and after the callback I set for the openForRead I made another publish stream request using newPermissionsRequest and assigned it with a new callback to it. But the new callback didn't get called.

Does anyone know why is that? It does ask me the publish permission but when i clicked ok, the callback didn't get called.


Solution

  • Please update to the 3.0.1 release. This was a bug that got fixed.

    See the changelogs.