I have used the Facebook\'s FQL API to query the user\'s all friends online_presence but this API has been deprecated and I can not figure out how to get this information by an
Changelog: https://developers.facebook.com/docs/apps/changelog?locale=en_GB
All friends_* permissions have been removed
Meaning, you can´t get any details of friends anymore in v2.0, that includes their online presence.
Also, it is not even possible anymore to check for the online presence of the authorized user:
user_online_presence is no longer available.
TL;DR: It´s not possible in v2.0 anymore and there is no new API for it.