Well this is mostly have to do with twitter than php but i am going to use php to manipulate an twitter xml file... so in other words here.... When i get a list of my friends, an xml file, there is a node called <following> and the value of it is sometimes true, false and 0... now i figured that when it is false it basically means that they are following me but i am not following them... if it is true we are both following each other and if it is 0 then they are not following me... but it does not work for some reason i get weird results... is there any other way i can figure out who is following me and who am i following using php... any help would be greatly appreciated. Thank you, - Avo
Well, you are not going to find out using PHP alone. The data is exposed via the Twitter API. The return value for following is below: Return value: following Description : boolean indicating if the referenced user is following another user Examples: true, false