Requests are one of many important connection programs on Facebook. Today, they have been asserting a fresh, more quickly Request Dialog which is less difficult regarding programmers to utilize and also permits visitors to send out a lot more related asks for.
They’ve produced the newest Request, far better by rendering it more quickly, eliminating a great needless stage in the act, and also removing the particular part method in which earlier inspired how many requests for each and every consumer can send out. As opposed to impacting on restrictions, they’re dedicated to marketing high-quality, related asks for and also continuous to be able to progress their own unsolicited mail diagnosis methods to remove mistreatment.
The newest requests is straightforward to be able to apply, because it makes use of their own Program Dialogs platform. Furthermore, the particular dialog has been built to benefit IFrame programs, no more time needs server-side FBML. You will generate the particular Requests with all the pursuing program code:
<html>
<head>
<title>My Great Website</title>
</head>
<body>
<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js">
</script>
<script>
FB.init({
appId:'YOUR_APP_ID', cookie:true,
status:true, xfbml:true
});
FB.ui({ method: 'apprequests',
message: 'Here is a new Requests dialog...'});
</script>
</body>
</html> It should look like this :
The new Requests Dialog is part of their ongoing effort to make the Platform experience more relevant, social and efficient for users so they can get started with your apps and share them with friends easily. While the old FBML-based Request Dialogs will continue to work for some time, they encourage you to update your app to support the new version and move to iframe based apps, as previously announced.
What do you think about this? Is it going to be easier now, or maybe not...