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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T14:26:30+00:00 2026-06-15T14:26:30+00:00

Note: I’m using version 3.0.2.b of the Facebook Android SDK. I don’t want to

  • 0

Note: I’m using version 3.0.2.b of the Facebook Android SDK. I don’t want to use any deprecated classes/methods.

Is there a standardized way to prompt the user for text to enter in a wall post–such as when sharing a photo?

FBDialog is deprecated. I don’t see anything else obvious in the Android SDK Reference that would have such a UI. Even the tutorial to publish a wall post assumes you already have the string you want to publish.

It’s just odd that they provide the full sign-in dialog, but would leave it to the developers to create the UI for likes, sharing, wall posts, etc.

So again, my question is–do I need to create my own UI to prompt the user to enter the message they want published to their wall, or is there something in the SDK to standardize that?

  • 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-15T14:26:32+00:00Added an answer on June 15, 2026 at 2:26 pm

    You should make a DialogListener and use it properly when accessing the facebook.dialog() method.

    See this article for more help: http://www.androidhive.info/2012/03/android-facebook-connect-tutorial/

    public void postToWall() {
    // post on user's wall.
    facebook.dialog(this, "feed", new DialogListener() {
    
        @Override
        public void onFacebookError(FacebookError e) {
        }
    
        @Override
        public void onError(DialogError e) {
        }
    
        @Override
        public void onComplete(Bundle values) {
        }
    
        @Override
        public void onCancel() {
        }
    });
    }
    

    http://www.androidhive.info/wp-content/uploads/2012/05/android_facebook_posting_to_wall.png

    Or you can create your own function that creates a dialog with a TextView inside where the user inserts it’s own message and then pass this message to the Facebook object inside the Bundle with the parameters! <- This is a WorkAround if you dont want to use the deprecated Listener!

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

Sidebar

Related Questions

NOTE: If you don't want to read this, check TLDR version at bottom of
Note: I am using Delphi 7. Is there a way to split a string
Note: I am not asking how to use Google Code's SVN repo as a
note: i only want to move 1 shape at a time Circle.prototype.create = function(){
Note: I had another similar question about how to GZIP data using Ruby's zlib
Note my wordpress version is 3.3.1 some hooks and function is not the same
Note: Currently using Perforce as a CM tool. I currently do several debug releases
Note: Using Windows Forms preferably C# .NET Question: Best method for implementing a drag-over-window
Note: There is a very similar question here . Bear with me, however; my
NOTE: I am not a native English speaker. Please excuse any grammar mistakes. I

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.