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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T00:53:33+00:00 2026-05-28T00:53:33+00:00

I am new to the iPhone Programming. I have integrated facebook into my application

  • 0

I am new to the iPhone Programming. I have integrated facebook into my application through fbgraph API. My intention is to show the activity indicator when facebook button clicked in my application.

  • 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-28T00:53:34+00:00Added an answer on May 28, 2026 at 12:53 am

    You have to use NSURLRequest and NSURLConnection and UIActivityIndicatorView And NSData Objects in your .H file.

    NSURLRequest *theRequest;
        NSURLConnection *theConnection;
        IBOutlet UIActivityIndicatorView *myIndicator;
        NSMutableData *receivedData;
    }
    
    @property (nonatomic, retain) NSMutableData *receivedData;
    @property (nonatomic,retain) IBOutlet UIActivityIndicatorView *myIndicator;
    

    .m File

    @synthesize youTubeWebView,receivedData,myIndicator;
    
    - (void)connection:(NSURLConnection *)connection didReceiveData:(NSData *)data
    
    {   
        [receivedData appendData:data]; 
    }
    
    
    - (void)viewDidLoad {
        [super viewDidLoad];
    
        [myIndicator startAnimating];
        myIndicator.hidesWhenStopped = YES;
    // Now your code of fb integration
    
    NSURLRequest requestWithURL:url;    
    
        theConnection=[[NSURLConnection alloc] initWithRequest:theRequest delegate:self];
    
        if (theConnection) {
            receivedData = [[NSMutableData data] retain];
        }
    
        }
    
    - (void)connectionDidFinishLoading:(NSURLConnection *)connection
    // code after Loading of fb page
        [myIndicator stopAnimating];
    
    }
    

    Hope All this Helps You :))

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

Sidebar

Related Questions

I'm relatively new to iPhone programming but have read my way through a hefty
am new to iphone programming. I have a viewcontoller with an alertview in it.
I am new to iPhone programming. I have 10 number say (1,2,3,4,5,6,7,8,9,10) . I
I am new to iphone Programming . I have a rectangle on which i
Hii....i am new to iPhone programming..Can anybody help me out please i have an
i am new to iPhone programming.. i have an html file..in that 3 lines
I am new to iPhone programming and working on my first real application (i.e.
I am new to iPhone programming. I have two textfields in iPhone with numberPad
I'm new to iPhone programming. I have 6 PNGs that represent all sides of
I am very new to iPhone programming and am running into a little bit

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.