OK, THAT makes sense, compared to my boggled mind! Thanks. I can now effectively finish that portion of my project!
On Mar 7, 6:04 pm, Cameron Kaiser <[email protected]> wrote: > > So, I use the exist to check it, then I can use the follow and leave > > functions to stop following and such? A friendship exists if both > > users are following each other? Or does it return true if say I am > > following @vBTwit, but @vBTwit is not following @KingKovifor? Where I > > am @KingKovifor? > > true is returned in those cases where that particular relationship direction > exists, e.g., in your situation where you are following @vbtwit but he is > not following you, you would get: > > user_a = kingkovifor, user_b = vbtwit > result TRUE > > user_a = vbtwit, user_b = kingkovifor > result FALSE > > -- > ------------------------------------ personal:http://www.cameronkaiser.com/-- > Cameron Kaiser * Floodgap Systems *www.floodgap.com* [email protected] > -- When two elephants fight, the grass and trees suffer. -- African proverb > ---
