// Get the access token and secret.and check if the code in your state is valid, than write below
url = "https://graph.facebook.com/me/feed?access_token=" + oAuth.Token; json = oAuth.WebRequest(oAuthFacebook.Method.POST, url, "message=" + msg);
source share