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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T07:08:32+00:00 2026-06-10T07:08:32+00:00

Today I started to use Facebook SDK 3.0 for iOS and I realized that

  • 0

Today I started to use Facebook SDK 3.0 for iOS and I realized that there is no FBDialog class anymore. I’ve searched developers.facebook.com for some tutorials how I can show feed dialog using new sdk.

We used to write:

[facebook dialog:@"feed" andParams:params andDelegate:self];

But, it seems that all tips talking about dialogs are related to old SDK in developers.facebook.com.

Did anybody implemented feed dialog with new SDK?

Or, should we build our own DialogViewController to represent all UI elements as textFields, send button in order to make FBRequest?!

  • 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-10T07:08:34+00:00Added an answer on June 10, 2026 at 7:08 am

    I’ve found the answer here:
    Feed Dialog – Facebook Developers

    Using the same new SDK 3.x we must add deprecated headers into Frameworks:

    enter image description here

    enter image description here

    and change:

    #import <FacebookSDK/FacebookSDK.h>

    to

    #import "Facebook.h"

    EDIT (26.02.2013):

    Thanks to Andreas, he mentioned in comment, using new SDK 3.2 doesn’t required you include deprecated classes anymore:

    Improved Web dialog support: This release adds support for integrating
    Web dialogs, feed dialog, and requests dialog, without invoking
    deprecated headers, making it cleaner and easier to add dialogs into
    your app.

    Example:

    NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
         @"", @"name",
         @"", @"caption",
         @"", @"description",
         @"https://website.com/share", @"link",
         @"http://website.com/iossdk_logo.png", @"picture",
         nil];
    [FBWebDialogs presentFeedDialogModallyWithSession:nil
                                           parameters:params
                                              handler:
             ^(FBWebDialogResult result, NSURL *resultURL, NSError *error) {
                 if (error) {
                     // Error launching the dialog or publishing a story.
                     NSLog(@"Error publishing story.");
                 } else {
                     if (result == FBWebDialogResultDialogNotCompleted) {
                         // User clicked the "x" icon
                         NSLog(@"User canceled story publishing.");
                     } else {
                         // Handle the publish feed callback
                     }
                 }
            }];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've started playing with iOS 5 today and I've seen that XCode 4.2 only
I started writing functional tests for my rails app today. I use the RESTful
Today I started coding a project that uses sqlite and when I tried to
I've just started to use devise today and I want to know if I
I was reading today about researchers discovering that NVidia's Phys-X libraries use x87 FP
I've just started learning how to use git today, progressing well. As an experiment,
I've started using JSoup today to use for an android app so I have
Today is my second day of trying to use amazon and i have started
Started researching Transfer ORM recently and find it pretty cool. Today I've noticed that
I just started today to use MVC T4 and I really want to keep

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.