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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T18:15:00+00:00 2026-05-29T18:15:00+00:00

I am trying to upload pictures on the wall of Facebook using Android platform.

  • 0

I am trying to upload pictures on the wall of Facebook using Android platform.

I downloaded the Facebook SDK for Android, and I am working with this. Afortunally I found a several codes to do it, but didn´t works, some of them have AsyncFacebookRunner but I have not this class on the FB SDK, Do you know when I can use a simple code to do it? with a project?

Thanks,
Andrés

  • 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-05-29T18:15:02+00:00Added an answer on May 29, 2026 at 6:15 pm

    I have added some code to

    private final class LoginDialogListener implements DialogListener {
    
     /*  and the below code to add image   */
    
    JSONObject attachment = new JSONObject();
    
    JSONObject media = new JSONObject();
        media.put("type", "image");
        media.put("src", image);  // where 'image' is the image url or path stored in your device
    
        attachment.put("media", new JSONArray().put(media));
    
    Bundle params = new Bundle();
    params.putString("attachment", attachment.toString());
    
    mFacebook.dialog(mActivity, "stream.publish", params,
                            new SampleDialogListener());
    }
    

    add this too

    public class SampleDialogListener extends BaseDialogListener {
    
            public void onComplete(Bundle values) {
    
                final String postId = values.getString("post_id");
                if (postId != null) {
                    Log.d("Facebook-Example", "Dialog Success! post_id=" + postId);
                    mAsyncRunner.request(postId, new WallPostRequestListener());
    
                    } else {
                    Log.d("Facebook-Example", "No wall post made");
                }
    
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to upload an image to facebook using the iOS SDK from Facebook.
I'm trying to upload pictures from my SD Card to my facebook account and
I'm trying to get a simple file upload working using jquery-fileupload-rails carrierwave fog I
im trying to upload images to facebook. The code i have now is working.
I'm losing my mind over trying to get Facebook SDK for iPhone to upload
I'm trying to upload a picture to a Facebook album using the Graph API.
I am trying to upload one image on facebook wall from drawable folder of
I'm trying to upload pictures to a folder (located in my project folder) using
I ma trying to upload a picture from android to remote server. Everything is
I'm trying to upload a rails app to dotcloud. I'm getting this error: PG::Error

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.