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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T20:57:24+00:00 2026-06-13T20:57:24+00:00

There is an application in facebook called poll(opinion poll), where you can give a

  • 0

There is an application in facebook called poll(opinion poll), where you can give a question and some options. After you create the poll, others can start to vote. Can I create the poll in my android app and publish it in facebook? i.e the user will give his facebook login credentials and teh app will create the poll on his behalf. Are there any such API’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-06-13T20:57:25+00:00Added an answer on June 13, 2026 at 8:57 pm

    Yes, it is possible. The relevant documentation is here: https://developers.facebook.com/docs/reference/api/question/

    To do this on your android app, you need to add our Facebook SDK for Android to your app. Once you do so, to create a question you just need to do the following

    1. Authenticate the user via Facebook to get a valid access token
    2. Request the publish_stream and user_questions permissions

    Then you just need the following code to create a question and publish it to Facebook:

    Bundle params = new Bundle();
    params.putString("question", "Cats or dogs?");
    JSONObject questions = new JSONObject();
    questions.put("Cat");
    questions.put("Dog");
    params.putString("options", questions.toString())
    
    mAsyncRunner.request("me/questions", params, "POST", new RequestListener() {
        @Override
        public void onComplete(Bundle values) {
            // success
            Log.d("fb", values.toString());
        }
        @Override
        public void onFacebookError(FacebookError e, final Object state) {
            Log.e("Facebook", e.getMessage());
            e.printStackTrace();
        }
    
        @Override
        public void onFileNotFoundException(FileNotFoundException e, final Object state) {
            Log.e("Facebook", e.getMessage());
            e.printStackTrace();
        }
    
        @Override
        public void onIOException(IOException e, final Object state) {
            Log.e("Facebook", e.getMessage());
            e.printStackTrace();
        }     
    
        @Override
        public void onMalformedURLException(MalformedURLException e, final Object state) {
            Log.e("Facebook", e.getMessage());
            e.printStackTrace();
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

there is an facebook application, you can see it there: http://www.facebook.com/tdmtravelclub?v=app_197602066931325&app_data=wlbb%3D1 You have to
Possible Duplicate: Putting a whole Facebook application in the timeline? There are some apps
How can i add a Facebook application to my page?Now there is no option
How do I play videos in facebook fbml application? Is there a tag for
I have a facebook login option in my android application. When there is no
I'm using Facebook JS SDK to develop a Facebook Page Tab application. There is
I'd like to add in facebook comments to my rails blog application. Is there
I have added some testers to my Facebook application while it is still in
When I play an application on Facebook and the game is not loaded, there
I have created a simple Facebook application in PHP, that greets user by there

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.