tags:

views:

442

answers:

0

Hello all,

I am building a small facebook application in c#. I want to prompt the user for permission to post short story feeds to his profile. When I try using the facebook developer toolkit with the following command (in order to see if the permission is already in place):

API.permissions.checkAvailableApiAccess(API.ApplicationKey)

I get error 100 (not even written in facebook's wiki)

Does any of you know how to fix this, and ofcourse how to prompt the user with the approperiate premission request?

Thank you!