简体   繁体   中英

Share photo with full size on facebook useing GRAPH API Android

i want to post look like below image but with full size image.

在此输入图像描述

I allreay use graph api to share photo on facebook which is something like below. 在此输入图像描述

i want some hyperlink like above image and big photo.

pls.....guide me for this question.

Thanks in advance.

Simple answer No you can't show full sized image .We will get only default size fixed by Facebook Graph API

Totally there are three types of Media attachments ,

1) image

2) flash

3) mp3

For image Media type : You can't set user defined height and width , no such key/value pair for setting height and width.

For Flash Media type : You can set Height and width , below are the key/value pair available for Flash type :

"width": "80", 
"height": "60",
"expanded_width": "160", 
"expanded_height": "120" 

For mp3 no need to discuss.

Media attachments for Facebook post

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM