Salam i am trying to upload picture on Facebook account but there is a problem and code for this is: mUploadButton.setOnClickListener(new OnClickListener() { public void onClick(View v) { Bundle params = new Bundle(); params.putString("method", "photos.upload");
There is a problem that it is not uploading the picture to my account. if i change the statement mAsyncRunner.request("me", params, "POST", new SampleUploadListener(), null); to mAsyncRunner.request(null, params, "POST", new SampleUploadListener(), null); then it works fine and uploading the picture on some site. Plz help me in uploading picture to my page of FB. Thanks a lot.