c0debrain / socialauth

Automatically exported from code.google.com/p/socialauth
0 stars 0 forks source link

Unable to post the status msg on individual contacts in facebooks #256

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.called the update api using the
2.      StringBuilder strb = new StringBuilder();
            strb.append("message=").append(statusMsg);
        //  strb.append("&access_token").append("=").append(accessGrant.getKey());

            Response  res =   provider.api("https://graph.facebook.com/"+ ids.replace("'", "") + "/feed", MethodType.POST.toString(),null, null, strb.toString());

it gives me the access denied message ,Although I am having all the permissions 
defined on facebook app

Original issue reported on code.google.com by mailbox....@gmail.com on 14 Mar 2013 at 7:28

GoogleCodeExporter commented 9 years ago

Original comment by tarun.na...@3pillarglobal.com on 18 Mar 2013 at 3:01