This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to handle errors like while creating App Request in Facebook?
11-09-2012, 10:14 AM
Post: #1
How to handle errors like while creating App Request in Facebook?
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..:-)

Ads

Find all posts by this user
Quote this message in a reply
11-09-2012, 10:22 AM
Post: #2
 
sorry, its very hard but u can do...

Ads

Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)