addBuddy Problem

I want to add a buddy to my contact list but always recive error "Missing Parameter"

460
Missing required parameter

Using following url.

http://api.oscar.aol.com/buddylist/addBuddy?a=[authToken]&buddy=[BuddyName]&devId=[devKey]&f=xml&group=Buddies

Re: Stream Mode of Custom Session

1. I believe for C# what you want is:

m_CustomStream = m_CustomSession.GetStream(null, 0);

2. Not sure I understand the question about listener events. The events fire when there's something to tell and they don't fire when there isn't.

3. Unfortunately we don't have sample code for AccCustomSessionMode_Streams, though I can post sample snippets to this forum upon request. We do have a sample client that's useful for testing AccCustomSession: accbuddy.