TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
HIG Dev
NA
14
10.5k
send notification from webpage to fb
Dec 8 2014 6:43 PM
sending notification from webpage to facebook but not receiving on facebook,,, anyone can help
<script src="http://connect.facebook.net/en_US/all.js"></script>
<script>
FB.init({
appId: '1568790076666053',
cookie: true,
status: true,
xfbml: true
});
function FacebookInviteFriends() {
FB.ui({
method: 'apprequests',
message: 'Your Message diaolog',
alert:"Hello! I am an alert box!!"
});
}
</script>
</head>
<body>
<div id="fb-root"></div>
<a href='#' onclick="FacebookInviteFriends();">
Facebook Invite Friends Link
</a>
</body>
Reply
Answers (
2
)
In memory database / Data Caching
Web Application in MVC