Hai Guys, I wish to POST *(not publish on wall)* an audio link to my friend in my list, i am using the below code i got an error.
Bundle params = new Bundle();
params.putString("method", "stream.publish");
params.putString("access_token", myaccesstoken);
params.putString("target_id", temp);
params.putString("attachment", "This string will appear as the status message");
params.putString("attachment", "URL of MP3 file");
params.putString("attachment", "Application Name");
mAsyncRunner.request("me/feed", params, "POST", new SampleUploadListener(),null);
The Error is
05-28 15:54:07.767: DEBUG/Facebook-Example(5204): Response: {"error":{"type":"Exception","message":"Unsupported method, stream.publish"}}