livechat - Facebook live stream only when I'm online -


i show facebook livestream box, when i'm online. there way check if i'm online? maybe php?

i found suggestions seem old....

for account, access token user_online_presence , offline_access permissions. can run following fql query access token:

select online_presence user uid=me() 

then render livestream plugin on page if online_presence 'active' or maybe 'idle'.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -