Skip to content
Advertisement

Choosing most liked post from facebook group

Well, here is the json file http://herbalista.hol.es/group.json i am working with JSON.parse(); on Google apps script. I temporarily solve with this code by Choosing the post which have more than 15 likes, but i want to choose the one with more likes independently if have or not more than 15 likes.

JavaScript

Advertisement

Answer

For this you can Choose a default value for a variable like var maxLikes = 0; and verify against len variable.

The code would be something like this:

JavaScript

}

Hope that helps!

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement