Can we authenticate to facebook Via API not through User Interface which prompts for credentials?
Since facebook is turning off/removing the Offline_Access permission, Is there any way I can login using App? I am planning to use Facebook C# SDK v 6.0.
In otherwords, how to authenticate as an app by using Facebook C# SDK V 6.
I found this documentation on facebook http://developers.facebook.com/docs/authentication/applications/
I want to use app authentication and then post to pages which has already granted "manage_pages,publish_Stream" permissions to the app by using graph api explorer.
manage_pagespermission – then you just have to query/me/accountsand pick the right page from there. – CBroe Aug 9 '12 at 10:01