Example #1
0
int FacebookProto::AuthRequest(MCONTACT hContact,const PROTOCHAR *message)
{
	return RequestFriendship(hContact, NULL);
}
Example #2
0
int FacebookProto::AuthRequest(MCONTACT hContact, const TCHAR *)
{
	return RequestFriendship(hContact, NULL);
}