https://graph.facebook.com/"+Login.facebookid+"/feed?access_token="+accesstoken+"&method="+"post"+"&message="+strFullMessage.replaceAll(" ", "%20")+"&source="+imageUrl
I am using the above graph api,to post message and image to my wall.
The image in imageUrl is of size 240*320.But when I posted it,it is not posting as an image,it is posting in a rectangular box in facebook.It is something like some adds posting in facebook ex: luck percentage post where the image is in small size in a rectangular box.
How can I post large image by using the image Urls?
I tried to post a image of this image url directly in facebook,then image is in large size.
I think,when we post by using Urls it is getting like this.
As I am using graph api,it is asking imageurls,so find no solution except creating urls.
Help will be appreciated
Thanks
Maybe this will help you:
https://developers.facebook.com/docs/opengraph/usergeneratedphotos/
There is written:
This needs additional approval by FB and will only be approved if your App is posting “User Generated Photos”. This means photos shoot with a camera or mobile phone or anything comparable.