I need to get via facebook connect user's info and send private message to all of his friends... Is it possible?
No, this isn't possible. In order for you to send messages of any kind to a Facebook user, you need that user's permission to do so.
If someone logs into your site with Facebook Connect, they are explicitly agreeing to share their Facebook data with your site, and you will then be able to send that person a message through the normal channels. You would also be able to fetch their friend list. However, you can not send messages to the friends.
I can able to fetch my friend list and their info via facebook connect, how can I send private message to all of my friends?
You cannot. Facebook API has *read_mailbox* but no write_mailbox extended permission. I'm guessing this is done to prevent spammy apps from flooding friend's inboxes.
Epic Fail. You cant. Maybe in future they will do it for Inbox API
http://developers.facebook.com/blog/post/291