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 8467833
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T15:45:35+00:00 2026-06-10T15:45:35+00:00

I am newbie in creating apps for Facebook and I would like to ask

  • 0

I am newbie in creating apps for Facebook and I would like to ask you about a few things.

I created my first app, in the settings I set up the domain URL, canvas URL, etc… when I load the app via apps.facebook.com/my_app_name the app is working, but also when I visit the page via the canvas URL I configured.

Is there any way to only allow access to the app only when loaded inside the Facebook chrome?

Also, in the app that I made are some links, buttons, etc. and when you hover over them with the mouse you can see my own domain in the status bar below. Is there a way to change that?

  • 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-06-10T15:45:37+00:00Added an answer on June 10, 2026 at 3:45 pm

    When your page is called from within Facebook it receives a signed_request via $_POST. You can show the page based on that, or perhaps redirect to apps.facebook.com/yourapp instead.

    See also: signed_request

    As for the links that show in the status bar, you need to rewrite those links to point to apps.facebook.com/yourapp/somepage. When you do that, the link target should be set to _top.

    Alternatively, you could do things like this:

    <a href="#" data-url="/mypage?id=123" class="hidden-url">click me</a>
    

    And then with jQuery:

    $(function() {
        $('a.hidden-url').on('click', function(evt) {
            location = $(this).data('url');
            return false;
        });
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

im newbie developer and creating my first iphone app... and i have one little
Im a newbie PHP programmer and I have a few questions about creating a
I've got a newbie question about phoneGap and creating apps for iOs. If my
Newbie question on Rails 3 development. I am creating my first app and planning
I am a django newbie and in creating my first project I have come
I am newbie in client side Javascript MVC, first ember.js app. I follow the
I'm creating a little Silverlight LOB app. I created the app + web in
Oracle Newbie Here: I just started out creating my first Oracle database table. I
I am newbie in programming, especially in network side. So now I'm creating app
Another newbie question. I had a question about creating a tooltip on focus ,

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.