Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6624263
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T21:37:52+00:00 2026-05-25T21:37:52+00:00

I found some sample code that does fb requests: But my goal is to

  • 0

I found some sample code that does fb requests:

But my goal is to redirect after this jquery post? Im not familiar with jquery post….
This code just brings the dialogue box then closes. I want to refresh the page or redirect to another. I am sending the requests to fbrequests which executes some php code that stores request info to my db on my server. I tried putting the redirect there but it doesnt work.

Its

   function sendRequest(to) {
FB.ui({method: 'apprequests',
       message: 'data',
       data: to,
       title: 'Invite your Facebook friends.'}, 

       function (response) {
              if (response && response.request_ids) {

                   //since csv, we convert to string
                   var requestIds = "";
                   for(var i = 0; i < response.request_ids.length; i++){
                       requestIds = requestIds + response.request_ids[i] +",";
                    }
                    //modifications
                    //now requestIds is 123,124,125, so we need to remove the last comma after the last id
                    requestIds = requestIds.substring(0,requestIds.length-1);

                    jQuery(function(){
                        jQuery.post("fbrequests", { request_ids: requestIds } );  //jquery post to send csv list of ids to php processing file

                   // window.location.href='http://mysite.com/my-friends'; 
                   });

              } else {

                 //Do something if they don't send it.
                 //alert("Didnt send it");

              }
});

}

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T21:37:53+00:00Added an answer on May 25, 2026 at 9:37 pm

    Remove the wrapping jQuery(function(){}); and just use:

    jQuery.post("fbrequests", { request_ids: requestIds }, function(data) {
        // handle the response "data", refresh or redirect here
    });
    

    Also use the below to join the request_ids instead of your code:

    var requestIds = response.request_ids.join(',');
    

    Taken from my tutorial: How To: Handle Application Requests Using The Facebook Graph API

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I found some mapkit code on the internet that looks like this: - (void)recenterMap
I am learning Ruby and found this code sample in some documentation: require 'find'
Looking for some sample code (C#) for a simple thread pool implementation. I found
I found some code in a project which looks like that : int main(int
I found some information about this on Scott Hanselmans Blog Does anybody exactly know
I have found some in the Cappuccino website (vim, textmate and SubEthaEdit), but not
I have found some libraries or web services in PHP that does the job.
EDIT After some more research I found that I cannot use a continuous form
Okay, so basically I coded this app that does some calculations for each point
I found some sample code posted at https://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/4d45e9ea5471cba4/4519371a77ed4a74?hl=en&pli=1 for self installing a Windows Service.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.