Unable to post the status msg on individual contacts in facebooks
Closed this issue · 1 comments
GoogleCodeExporter commented
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
- Merged into: #257
GoogleCodeExporter commented
Original comment by tarun.na...@3pillarglobal.com
on 18 Mar 2013 at 3:01
- Changed state: Duplicate