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

  • SEARCH
  • Home
  • 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 6664031
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T02:33:54+00:00 2026-05-26T02:33:54+00:00

I have a issue for facebook apprequests (oauth2, graph) I sent a app request

  • 0

I have a issue for facebook apprequests (oauth2, graph)

I sent a app request to my friend B.
B logged into facebook and found our request in the app list.
B clicked the accept button

B redirected to the facebook canvas page. I want to rediect to our app, not facebook’s canvas, is this doable?

thanks

  • 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-26T02:33:55+00:00Added an answer on May 26, 2026 at 2:33 am

    you can put a url in the data param

    see here http://developers.facebook.com/docs/reference/dialogs/requests/ under properties at bottom.

    data Optional, additional data you may pass for tracking. This will
    be stored as part of the request objects created.

    This will get passed back to you and you can use javascript to location.href to the url in the data.

    ———-Here is a sample i have used in the past

        var thisimg = 'AN_IMG';
        var thisurl = 'A_URL';  
        window.sendrequest = function(){
                 FB.ui({ method: 'apprequests', 
                 title: 'A request.',
            message: 'Rate Me! Request from: ' +thisname+' ',
            data: ''+thisimg+' '+thisurl+' ',
            filters: ['all'],
            });
            }
    

    ———- Sample from Facebook with data param added.

            var thisimg = 'AN_IMG';
            var thisurl = 'A_URL';
      function sendRequestToManyRecipients() {
        FB.ui({method: 'apprequests',
          message: 'My Great Request',
          data: ''+thisimg+' '+thisurl+' ',
        }, requestCallback);
      }
    
      function requestCallback(response) {
        // Handle callback here
      }
    

    upon callback you can do a window.top.location.href=”; with the url you passed in data.

    NOTE: The default redirect for a request is the canvas, this cannot be changed. After user lands on your canvas you will read the data param from the request and redirect them to your external app.

    “i do not see any other way to do this, since requests2.0 does not include option for a redirect uri.”

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

Sidebar

Related Questions

Well I'm having an issue with Facebook's Open Graph. I have a Wordpress blog
I have a really strange issue in my project. I have a facebook app
We have an issue on our page whereby the first time a button posts
I am developing an Android app that connects to the Facebook Open Graph via
I have an issue with SSO using the Facebook SDK for Android. The problem
Basically I have an issue. I am posting to my users facebook statuses using
We have a facebook page.in which we have added a Static FBML App http://www.facebook.com/apps/application.php?id=4949752878.We
I have an issue with the Facebook iOS SDK. Here is what happens: I
I'm having an issue with the Facebook graph API, and more precisely the iOS
I have implemented Facebook connect on my iPhone App to login users to my

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.