Exemplo n.º 1
0
int FacebookProto::AuthRequest(MCONTACT hContact,const PROTOCHAR *message)
{
	return RequestFriendship(hContact, NULL);
}
Exemplo n.º 2
0
int FacebookProto::AuthRequest(MCONTACT hContact, const TCHAR *)
{
	return RequestFriendship(hContact, NULL);
}