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
Original issue reported on code.google.com by
mailbox....@gmail.com
on 14 Mar 2013 at 7:28