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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T15:17:46+00:00 2026-05-17T15:17:46+00:00

I can use the Facebook iPhone API to authorize and publish posts, but I

  • 0

I can use the Facebook iPhone API to authorize and publish posts, but I want the textbox on the dialogue view bigger, to display more text, instead of only showing 2 lines, as the screenshot:


alt text

Anybody know how to make this textbox bigger? Does it have to change the Facebook API code?

If the textbox is supposed to be short as the title of the wall post, how to send the App icon and more text underneath the textbox as shown in the screenshot? (I only know how to publish the text in the textbox for the moment)

  • 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-17T15:17:47+00:00Added an answer on May 17, 2026 at 3:17 pm

    Regarding the text under your image, you can check the demo provided with the iOS library. For examle, the part that uploads that text can be found at this file:

    - (IBAction) publishStream: (id)sender {
    
      SBJSON *jsonWriter = [[SBJSON new] autorelease];
    
      NSDictionary* actionLinks = [NSArray arrayWithObjects:[NSDictionary dictionaryWithObjectsAndKeys:
                                   @"Always Running",@"text",@"http://itsti.me/",@"href", nil], nil];
    
      NSString *actionLinksStr = [jsonWriter stringWithObject:actionLinks];
      NSDictionary* attachment = [NSDictionary dictionaryWithObjectsAndKeys:
                                   @"a long run", @"name",
                                   @"The Facebook Running app", @"caption",
                                   @"it is fun", @"description",
                                   @"http://itsti.me/", @"href", nil];
      NSString *attachmentStr = [jsonWriter stringWithObject:attachment];
      NSMutableDictionary* params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
                                     kAppId, @"api_key",
                                     @"Share on Facebook", @"user_message_prompt",
                                     actionLinksStr, @"action_links",
                                     attachmentStr, @"attachment",
                                     nil];
    
    
      [_facebook dialog: @"stream.publish"
              andParams: params
            andDelegate:self];
    
    }
    

    If you want to add an image at this post as well, try

    NSDictionary* media = [NSDictionary dictionaryWithObjectsAndKeys:
                               @"image", @"type",
                               @"your.image/url.png", @"src",
                               @"http://www.alink.org", @"href",
                               nil];
    

    and then you should add this to your attachment NSDictionary:

    NSDictionary* attachment = [NSDictionary dictionaryWithObjectsAndKeys:
                                       @"a long run", @"name",
                                       @"The Facebook Running app", @"caption",
                                       @"it is fun", @"description",
                                       [NSArray arrayWithObjects:media, nil ], @"media",
                                       @"http://itsti.me/", @"href", nil];
    

    You can check some guidelines for stream attachements at this link.
    I hope that helps!

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

Sidebar

Related Questions

I am writing an iphone program which use facebook and twitter api.But I can't
You can use App.config; but it only supports key/value pairs. You can use .Net
I can use FlashWindowEx to make a window flash in the taskbar, but what
You can use XPath if you're binding the XML document in the XAML, but
You can use command lsof to get file descriptors for all running processes, but
When you use facebook connect on the iPhone do you have to use the
You can integrate Facebook Connect in your iPhone application to interact with Facebook and
I want my iphone app automatically logs on to Facebook so that the user
You can use more than one css class in an HTML tag in current
You can use a standard dot notation or a method call in Objective-C to

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.