jnorthr / socialauth

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

Unable to post a message to friends profile #262

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by tarun.na...@3pillarglobal.com on 25 Mar 2013 at 11:09