This is my code to post image on my facebook wall its done successfully. but image is not saved in photos on facebook album and it is too small.
Bundle b = new Bundle();
b.putString("picture", imageurl); // imageurl ="http://bks6.books.google.ca/books?id=5VTBuvfZDyoC&printsec=frontcover&img=1&+zoom=5&edge=curl&source=gbs_api"
b.putString("caption","This is deme");
b.putString("description","Download " );
b.putString("name","Demo Name");
b.putString("message","Download www.google.com \n Vote For tp://abc.com");
b.putString("link","WWW.google.com"); // demo link
String strRet = fb.request("/me/feed",b,"POST");
My image should look like this
but its not happening. i mean in big size
.see bellow image. .
see the image which i posted on wall its too small and its not saved in album.
please help me ..