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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T02:46:39+00:00 2026-06-04T02:46:39+00:00

Possible Duplicate: launch facebook app from other app Im a beginner with facebook api

  • 0

Possible Duplicate:
launch facebook app from other app

Im a beginner with facebook api and i must say the documentation is very bad.
Now i can post to my wall from my app and add some content, but i just cant find anywhere on internet how to open facebook with the page i want.

Anyone can tell me how to do this?

  • 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-04T02:46:41+00:00Added an answer on June 4, 2026 at 2:46 am

    If you want to open a specific page by giving FB page id within official facebook app for android, do something like this:

    try {
          //try to open page in facebook native app.
          String uri = "fb://page/" + yourFBpageId;    //Cutsom URL
          Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(uri));
          startActivity(intent);   
    }catch (ActivityNotFoundException ex){
          //facebook native app isn't available, use browser.
          String uri = "http://touch.facebook.com/pages/x/" + yourFBpageId;  //Normal URL  
          Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse(uri));    
          startActivity(i); 
    }
    

    complete URL scheme supported by fb app can be found here.

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

Sidebar

Related Questions

Possible Duplicate: launch facebook app from other app I was wondering if there is
Possible Duplicate: Launching application from a SMS message launch an app from a link
Possible Duplicate: Android Launch an application from another application I am having a problem
Possible Duplicate: Android Launch an application from another application I want to start Another
Possible Duplicate: How do i launch files in C# I mean say having a
Possible Duplicate: Show activity indicator during application launch All, Inside my app delegate, I
Possible Duplicate: How to launch the default (native) application for a given file from
Possible Duplicate: Is there a way to the hide win32 launch console from a
Possible Duplicate: Smooth transition from launch image to main view I have application let
Possible Duplicate: Google goggles API According to Google, Goggles now supports barcode scanning via

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.