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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T10:42:19+00:00 2026-05-20T10:42:19+00:00

I used Facebook SDK on my app. After i pressed Add feed to your

  • 0

I used Facebook SDK on my app. After i pressed “Add feed to your wall”, the alert pops up with “YES” or “NO”. If i choose “YES” the FBStreamDialoy just flash away.

First , click the button ” Add feed to your wall” to call changeFeed: function:

-(IBAction) changeFeed
{
    UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Sporting Summer Festival Monte-Carlo" message:@"Are you attending this concert?" delegate:self cancelButtonTitle:@"No" otherButtonTitles:@"Yes",nil];
    [alert show];
    alert.tag = 1;
    self.alertView =alert;
    [alert release];

}

Then, press “YES” button. Call this function:

- (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex
{
    if (buttonIndex == 0) {
        NSLog(@"NO");
    }
    else
    {
        NSLog(@"YES");
        [self showAddFeed];
    }

}

And this is the showAddFeed function , which is defined in front of clickButtonAtIndex.

-(void)showAddFeed
{
FBStreamDialog *dialog = [[[FBStreamDialog alloc] init] autorelease];
    dialog.delegate= self;
    dialog.userMessagePrompt = @"*****";
        [dialog show];
}

Just cant work well. I don’t know why? Thank you for your help.

————Answer is————————–

[self performSelector:@selector(fbButtonClick) withObject:nil afterDelay:0.10];
  • 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-20T10:42:20+00:00Added an answer on May 20, 2026 at 10:42 am

    Call it after a delay of 0.1 sec [self performSelector:@selector(fbButtonClick) withObject:nil afterDelay:0.10];

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

Sidebar

Related Questions

I used facebook-sdk to integrate facebook in my android app and now I've succeded
I have the Facebook SDK for Android used in my app. I can't seem
I'm using the latest facebook iOS SDK (supporting SSO) to connect my iPhone app
I'm updating my app to use xCode 4, iOS5 and the latest Facebook SDK.
I am integrating my Android app with facebook for that I have used Facebook
My app uses Facebook Javascript SDK authorization on client side, and for authorized user
I'm using Facebook SDK and I want to post message on my wall. It's
I've just started using the facebook-ios-SDK. I'm trying to run the sample app to
My Facebook app runs fine initially. But after a certain amount of inactivity, I
At the moment,I am creating an app to upload video to facebook..I used facebook

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.