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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T04:48:13+00:00 2026-06-12T04:48:13+00:00

I want to send posts from Android to Facebook wall. Some initial code works

  • 0

I want to send posts from Android to Facebook wall. Some initial code works but in my post occurs following problems:

  1. If I set “link” in post then on top of post appears description a la
    “JohnDoe published link from application SomeApp”.
    I want to have in top only standard user name a la “John Doe”.

  2. If I set picture in post then link to picture becomes link where user lands after clicking on post.
    I want to show picture from eg. “mysite.com/picture.png” but after click on post I want to take user to “www.myadres.com”.

I am trying to find solution basing on Graph API [as REST API is now deprecated].

Snippet of current code making above behaviour.

Bundle params = new Bundle();
params.putString("message", "test message");
params.putString("link", "http://www.google.no");
params.putString("caption", "app caption");
params.putString("description", "this app is about ...");
params.putString("picture", "http://www.facebookmobileweb.com/hackbook/img/facebook_icon_large.png");
params.putString("name", " just won 1M500");

Utility.mAsyncRunner.request("me/feed", params, "POST", new BaseRequestListener() {
  @Override
    public void onComplete(String response, Object state) {
    System.out.println("response = " + response);
  }
}, null);

Thank you in advance for help!
Best Regards
GT

  • 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-12T04:48:14+00:00Added an answer on June 12, 2026 at 4:48 am

    To make post that looks like “normal user post “[and not like “sharing links”] post it with action "feed" and NOT "me/feed".

    Finally:

    Utility.mAsyncRunner.request("feed", params, "POST", new BaseRequestListener() {
      @Override
        public void onComplete(String response, Object state) {
        System.out.println("response = " + response);
      }
    }, null);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i want to send data from android application to local server (PHP) but it
I want to send the post data from an input like this: <input type=file
I want to send some information from PHP to Java. Why? Because I have
I just try to post data to google by using the following code,but always
I want to use Facebook SDK on Android to send Like statuses using Open
I send data from Android via HTTP Post to a Server running PHP and
I want to send a csv file from Android to Python AppEngine. I'm using
I want to send sensor data from an Android device to a Apache web
I want to send XMPP message from my android client to GAE Server using
I want to send a few variables and a string with the POST method

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.