We're a community of 1.1M IT Pros here for help, advice, solutions, professional growth and fun. Join us!
1,080,555 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Start New Discussion Reply to this Discussion

How to send invitatoin to facebook users to join my app

Hello everyone.

I want to send invitation to facebook users to join my app. I already have the app_id, app_secret. Please tell me how i can send inivation to facebook users i try this code but not getting the result. Now waiting for your good reply so that i can send the invitatoin to the facebook users.

Thanks in advence.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<script src="http://connect.facebook.net/en_US/all.js"></script>
<script>
FB.init({
appId:'144016925734242',
cookie:true,
status:true,
xfbml:true
});

function FacebookInviteFriends()
{
FB.ui({
method: 'apprequests',
message: 'Your Message diaolog.'
});
}
</script>
</head>

<body>
<div id="fb-root"></div>
<a href='#' onclick="FacebookInviteFriends();">
Facebook Invite Friends Link
</a>




</body>
</html>
2
Contributors
1
Reply
5 Minutes
Discussion Span
7 Months Ago
Last Updated
2
Views
Rizi004
Light Poster
43 posts since Jun 2011
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0

Perhaps this blog entry can help.

pritaeas
Posting Prodigy
Moderator
9,533 posts since Jul 2006
Reputation Points: 1,194
Solved Threads: 1,494
Skill Endorsements: 98

This article has been dead for over three months: Start a new discussion instead

Post: Markdown Syntax: Formatting Help
 
You
View similar articles that have also been tagged:
 
© 2013 DaniWeb® LLC
Page generated in 0.0607 seconds using 2.72MB