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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T16:40:19+00:00 2026-06-17T16:40:19+00:00

I write application in Lua with Corona SDK. I want to post some unique

  • 0

I write application in Lua with Corona SDK. I want to post some unique text with Facebook feed dialog. My code is:

facebook.showDialog( "feed", {message = "This is my unique text"  }  )

I tried also:

local text_arr = {}
text_arr.text = "This is my unique text"
facebook.showDialog( "feed", {properties = text_arr }  )

Both of them don’t work. I don’t see the “This is my unique” string on my wall after dialog publish action.
So , how can I do it? Thanks

  • 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-17T16:40:19+00:00Added an answer on June 17, 2026 at 4:40 pm

    After the user logs in to facebook, which you need to do with:

    facebook.login( appId, listener )
    

    You can now send requests to the facebook graph API using request function:

    facebook.request( "me/feed", "POST", {message = "Hello Facebook"} )
    

    You can check the documentation page here http://docs.coronalabs.com/api/library/facebook/request.html

    If you really want to use the dialog, which I have never tried, I suppose you have to define some more parameters:

    From what I can understand from http://docs.coronalabs.com/api/library/facebook/showDialog.html and https://developers.facebook.com/docs/reference/dialogs/ it should turn out to be something like this:

    facebook.showDialog( "feed", {
        redirect_uri = "YOUR_URL",
        link = "YOUR_LINK",
        picture = "YOUR_PICTURE_URL",
        name = "DIALOG_NAME",
        caption = "DIALOG_CAPTION",
        description = "DIALOG_DESCRIPTION" 
    })
    

    Some properties are probably optional, so mess around with it a bit…

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

Sidebar

Related Questions

We write application with Corona SDK for new cell phones like iPhone4 and SamsungGalaxy2.
I want to write an application that will automatically detect and fill the text
I want to write application where I create layout in the code (without xml-layout
I need to write application in .NET which will be make some calculations on
i want to write application who send email using outlook and i found this
_Hey, I have a question. I want to write application which will have multiple
I want to write an application that takes an XML-schema as input and has
I want to write application to send sms via COM port. Currently I have
I want to write application settings in the registry, that are shared by x86
I want to write application on android and windows which will use bluetooth. In

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.