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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T11:18:57+00:00 2026-06-16T11:18:57+00:00

I successfully integrated Facebook SDK 3.1 in my app, and I’m trying to propose

  • 0

I successfully integrated Facebook SDK 3.1 in my app, and I’m trying to propose iOS6+ only features to iOS6+ users. I was able to show the share sheet, but I was quite disapointed when I saw what the post on my wall looked like. Here is an image to describe what I mean :

The first one is what is got from a pre-iOS6 dialog (the web popup), and the second one is got from the new iOS6+ Native Facebook Dialog (SLComposeViewController, in other words).

My questions are :

Is there a way to make the second post look like the first one using FacebookNativeDialog ? Is it possible to give a params Dictionary like before so the post will display correctly “via {myAppName}” ? Or is it simply the new way of showing posts, and the older way is deprecated ?

  • 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-16T11:18:58+00:00Added an answer on June 16, 2026 at 11:18 am

    Two things:

    1/ “via iOS” attribution – This is currently per design and cannot be customized for your app.

    2/ Having the same look – you can get this by providing only the link when setting up the composer (i.e. don’t provide the image):

    SLComposeViewController *fbVC = [SLComposeViewController
                                     composeViewControllerForServiceType:SLServiceTypeFacebook];
    
    [fbVC setCompletionHandler:^(SLComposeViewControllerResult result) {
        if (result == SLComposeViewControllerResultCancelled) {
            NSLog(@"Canceled");
        } else if (result == SLComposeViewControllerResultDone) {
            NSLog(@"Posted");
        }
    }];
    [fbVC addURL:[NSURL URLWithString:@"https://developers.facebook.com/ios"]];
    [self presentViewController:fbVC animated:YES completion:nil];
    

    The key to getting the same look is that the page linked to has Open Graph tags that Facebook can recognize to properly display the data. You can test if the OG tags are good by entering the link into https://developers.facebook.com/tools/debug

    If the page does not have OG tags, the link will simply be displayed.

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

Sidebar

Related Questions

Hi I'm able to successfully integrate iphone app with facebook framework. But I need
I have integrated the Facebook-sdk successfully in to my appplication. Now i am going
I have integrated Twitter and Facebook in my iPhone App successfully. Also Facebook and
I have integrated the iOs Facebook API into my app successfully. Now, I want
I have integrated Facebook's PHP SDK in codeIgniter and able to login with it.
So I've successfully integrated Facebook into my Wordpress site. I've also linked together the
I successfully integrated iAd into my iPhone app. However, I can't find a way
This is the first time I have integrated facebook into an app so I
I'm trying to update an app of mine to from iOS SDK 3.0 to
I'm trying to integrate the Facebook SDK into an iOS5 project I'm building. Following

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.