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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T12:23:25+00:00 2026-06-15T12:23:25+00:00

At the moment my facebook addon is able to post URLs from the app

  • 0

At the moment my facebook addon is able to post URLs from the app to user’s wall. However, posted URL is posted as a simple URL (a link). It looks like this at the moment:

I have posted a message and a http://www.site.com

How can I force Facebook to fetch and display the content of the URL and post it along the user’s text? Something like this

I am posting messages as String and URL as Uri. The code is below.

private static final String MSG = "I have just posted a message and a link";
private static final String MSG2 = " to http://www.site.com";
private static final Uri MSG_URL = Uri.parse("http://www.site.com");
private void postMessageInThread() {
        Thread t = new Thread() {
            public void run() {

                try {
                    facebookConnector.postMessageOnWall(MSG + 
                            MSG2 + MSG_URL);
                    mFacebookHandler.post(mUpdateFacebookNotification);
                } catch (Exception ex) {
                    Log.e(TAG, "Error sending msg", ex);
                }
            }
        };
        t.start();
    }
  • 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-15T12:23:27+00:00Added an answer on June 15, 2026 at 12:23 pm

    Post the URL using the link parameter, instead of having it just be part of the message.

    See https://developers.facebook.com/docs/reference/api/user/#links

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

Sidebar

Related Questions

What I have at the moment is a simple Facebook app that has pulled
I want to be able to post on users Twitter feed from a Facebook
I'm developing my first facebook app on kohana 2.3.x at the moment and I
We have an app running on a Facebook tab at the moment which is
I am trying to communicate with Facebook doing simple things. At the moment I
I'm trying to post a simple status update on the Facebook iOS SDK. At
At the moment,I am creating an app to upload video to facebook..I used facebook
My app uses Facebook Javascript SDK authorization on client side, and for authorized user
i am trying to load images from facebook. if a user has set a
There is a moment in my app, that I need to force to show

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.