What steps will reproduce the problem?
1. Unable to post a message to friends profile
What is the expected output? What do you see instead?
The below code is supposed to post Hi Satya to the profile ID that has been
selected but i am getting a HTTP 403
What version of the product are you using? On what operating system?
Please provide any additional information below.
String str = "Hi Satya";
Response res = provider.api("https://graph.facebook.com/"+ contact.getId() +
"/feed", "POST",null, null, message);
Original issue reported on code.google.com by s.satya....@gmail.com on 20 Mar 2013 at 12:54
Original issue reported on code.google.com by
s.satya....@gmail.com
on 20 Mar 2013 at 12:54