You need to sign in to do that
Don't have an account?

list of users the current user is not following
I want a list of user that current user in not following in chatter , please help me I am new in this developer arena...
I got the list of cureent user's following
Select id, subscriberid from entitysubscription where Subscriberid= "Userinfo.getuserid();
Regards,
Millik
If you got the list of current user's following, then what is the problem in getting the list that current user is not following. There you can check like
Select id, subscriberid from entitysubscription where Subscriberid != "Userinfo.getuserid();
No that will not work, it's give only those record who is subscribed by someone or you, if someone or no one is following that user so it won't come...
Wish it was simpler: