How to check offline for Facebook permissions
- by oshafran
Hey all,
I have Facebook Toolkit for .NET and I am trying to check whether my application has permissions for a user.
I have the userId of the user, and I am trying to do:
_facebookAPI.Session.RequiredPermissions = listExtended;
_facebookAPI.Session.SessionKey = Resources.FbApplicationKey;
…