I am creating a third-party (C# console) application to post status on my (current user) Facebook wall. I've done the same for an application (where I was using the same console application to post on application's wall).
I'm using the [Facebook C# SDK][1] API and getting exception at faceookClient.Post("/me/feed",arguments) function:
An active access token must be used to query information about the current user.`
Do I need to get user access token for accomplishing it?