Reactions

20 views
Skip to first unread message

lekha siva

unread,
Sep 13, 2017, 12:50:59 AM9/13/17
to Facebook4J
How to get Facebook reactions using post_id?

I tried like this

URL myURL1 = new URL("https://graph.facebook.com/shakira/"+post_id+"?fields=reactions.type(LIKE).summary(total_count).limit(0).as(like),reactions.type(LOVE).summary(total_count).limit(0).as(love),reactions.type(WOW).summary(total_count).limit(0).as(wow),reactions.type(HAHA).summary(total_count).limit(0).as(haha),reactions.type(SAD).summary(total_count).limit(0).as(sad),reactions.type(ANGRY).summary(total_count).limit(0).as(angry)&access_token="+java.net.URLEncoder.encode(token, "UTF-8"));

but i got this Exception like this


can you replay as early as poosible  



Reply all
Reply to author
Forward
0 new messages