mardi 24 février 2015

Facebook post on own steam not showing

So I'm having trouble with updating the facebook status. Using the following code:



private const string FacebookPermissions = "user_about_me,publish_stream,read_stream";

try
{
dynamic fbPostTaskResult = await fbclient.PostTaskAsync("/me/feed", new { message = "" + text });
var responseresult = (IDictionary<string, object>)fbPostTaskResult;
fbclient.PostCompleted += fbclient_PostCompleted;
failed = true;
}
catch (Exception e)
{
ObjFBHelper.LoginAndContinue();
}


The problem is that it's shared at all. Can only be viewed by me. Have checked the facebook settings and it's set to friends.


enter image description here


Have anyone seen this before? Havent got any hits on google.


Aucun commentaire:

Enregistrer un commentaire