Hello,
I am trying to use the Facebook Developer Toolkit (http://facebooktoolkit.codeplex.com/) to publish user messages from my ASP.NET application.
My question is, how do I get permission to publish a message to a user's Facebook stream? The examples on MSDN are incorrect (found here). They reference a class called NewEventGrantPermission which does not seem to exist. Can someone tell me how to prompt a user for an extended permission in my ASP.NET application?
Thank you