Twitist Forums
How to handle errors like while creating App Request in Facebook? - Printable Version

+- Twitist Forums (http://twitist.com)
+-- Forum: Facebook forums (/forum-14.html)
+--- Forum: Facebook apps (/forum-22.html)
+--- Thread: How to handle errors like while creating App Request in Facebook? (/thread-20916.html)



How to handle errors like while creating App Request in Facebook? - Krishna Chaitanyapampana - 11-09-2012 10:14 AM

Facebook App Requests:

I just started working on Facebook apps. I am trying to send app requests through Request dialog box to Facebook friends but when I am clicking on send requests button it shows me an error message "An error occurred. Please try again later..".

Please help me as this will help me a lot

Following is the code I used:

<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js"></script>

<script>
FB.init({
appId : '455147671201985',
frictionlessRequests: true
});

function sendRequestViaMultiFriendSelector() {
FB.ui({ method: 'apprequests',
message: 'Connect With Chauka.in'
}, requestCallback);
}

function requestCallback(response) {
//callback code
location.href='http://www.krishnachaitanyapampana.tk/';
}
</script>

<p>
<input type="image" src="facebookconnect.png"
onclick="sendRequestViaMultiFriendSelector(); return false;"
value="Send Request to Many Users with MFS"
/>
</p>


Please help me.

Thanks in advance..:-)


- Shubham - 11-09-2012 10:22 AM

sorry, its very hard but u can do...