View Single Post
  #39  
Old 04-07-2015, 04:41 AM
itsme itsme is offline
Member
 
Join Date: Jan 2011
Posts: 38
itsme is on a distinguished road
Default

Re: MFC, how to see who is online?


easiest way without doing all the mfc chat server bs.
curl your proflie page e.g.: http://profiles.myfreecams.com/Miss_Nina

Search for:

Online Example:
Code:
 profileSate: {"number":0,"string":"Online"},
OfflineExample:
Code:
profileState: {"number":127,"string":"Offline"}
Try to ignore the number because, that value will change for AWAY/PVT/GRP.
Reply With Quote