android - Get Larger Image From Facebook Post? -
i'm getting newsfeed of facebook user. currently, can retrieve thumbnail images associated links, rather full-size image. know how larger image?
i've looked @ next posts , tried solutions; however, posts seem outdated , facebook graph api seems have changed since then:
facebook graph api change: image type (size) no longer working?
facebook api post: how larger thumbnail?
please note i'm on me/home edge, reply below returns error. see comments below.
my code is:
params.putstring("fields","id,actions,application,caption,created_time,description,from,link,message,message_tags," + "name,object_id,picture,place,source,status_type,story,updated_time,type,status_type,story,to,type," + "updated_time,with_tags");
change this:
params.putstring("fields","id,actions,application,caption,created_time,description,from,link,message,message_tags," + "name,object_id,full_picture,place,source,status_type,story,updated_time,type,status_type,story,to,type," + "updated_time,with_tags"); here picture.height(1000) give big image. , can set own required size not supported in me/home have searched lot.
for testing purposre utilize link :facebook graph explorer.
android facebook facebook-graph-api
No comments:
Post a Comment