I print_r'd "YahooUser::getContacts" and noticed that there is no GUID passed back to me. How do I go about getting the GUID so that I may pass it/them to yml:message?
Sean
Contacts are not necessarily connections and don't have GUIDs associated with them, they may not even have Yahoo accounts. You should use YahooUser::getConnections to get a list that you can use for yml:message.
Sam