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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T04:08:56+00:00 2026-06-03T04:08:56+00:00

If the native Facebook app is installed on the iPhone. How do I open

  • 0

If the native Facebook app is installed on the iPhone. How do I open a facebook link into the native Facebook app from my app. In the case of opening by Safari, the link is same as:

http://www.facebook.com/AlibabaUS

Thank you.

  • 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-03T04:08:58+00:00Added an answer on June 3, 2026 at 4:08 am

    Here are some schemes the Facebook app uses, there are a ton more on the source link:

    Example

    NSURL *url = [NSURL URLWithString:@"fb://profile/<id>"];
    [[UIApplication sharedApplication] openURL:url];
    

    Schemes

    fb://profile – Open Facebook app to the user’s profile

    fb://friends – Open Facebook app to the friends list

    fb://notifications – Open Facebook app to the notifications list (NOTE: there appears to be a bug with this URL. The Notifications page opens. However, it’s not possible to navigate to anywhere else in the Facebook app)

    fb://feed – Open Facebook app to the News Feed

    fb://events – Open Facebook app to the Events page

    fb://requests – Open Facebook app to the Requests list

    fb://notes – Open Facebook app to the Notes page

    fb://albums – Open Facebook app to Photo Albums list

    If before opening this url you want to check wether the user fas the facebook app you can do the following (as explained in another answer below):

    if ([[UIApplication sharedApplication] canOpenURL:nsurl]){
        [[UIApplication sharedApplication] openURL:nsurl];
    }
    else {
        //Open the url as usual
    }
    

    Source

    http://wiki.akosma.com/IPhone_URL_Schemes#Facebook

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

Sidebar

Related Questions

I'm working on Facebook Canvas Game project together with iPhone Native Game App which
I followed the Facebook tutorial for developing a native iPhone app and couldn't make
I have native facebook app in development for few months and login worked on
I am developing an Android app that connects to the Facebook Open Graph via
I will soon be writing a native iPhone app for my web site. The
I've seen native iOS applications such as Instagram open up a mobile Safari window
I load a webpage from native app's resource to UIWebview, and I want to
I'm building a native iPhone app that takes a picture, does some funny stuff
On the Facebook counterpart of a native iOS app: what's the worst that can
I'm about finished with a native iPhone app, but I need to finish SSO

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.