c# - Prompting the user for permission - facebook developer toolkit -


I am creating a small Facebook application in C #. I want to prompt the user for permission to post a short story feed on his profile. When I try to use the Facebook Developer Toolkit with the following command (to see if the permission already exists):

API.permissions.checkAvailableApiAccess (API.ApplicationKey)

I get an error 100 (not written in Facebook's wiki)

How can any of you decide on this, and exactly how the user with Appropriate Premier request How do you indicate?

Thank you!

Attempt to see if you need to authenticate your app and user on Facebook using OAuth You can authenticate a user using OAuth and ask permission to work with Facebook API.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -