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

The Archive Base Latest Questions

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

I am going to be implementing the facebook application into my project, but I’ve

  • 0

I am going to be implementing the facebook application into my project, but I’ve ran into some roadblocks. First I read about the link that developers.facebook.com has posted:
enter image description here

I really don’t know how to use the GitHub repository and add it to my app project, so I hope I can get some help with that,

Next, while I was continuing the rest, I found something that I might need help on as well:
enter image description here

So that’s all I have for now, I just need to get through this first part, then I can continue on, so I hope someone can help me get on through that first part, thanks

(sorry if I had to post the pictures, I just really need to be specific and I’m sometimes having trouble with reading tutorials)

  • 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-20T18:25:43+00:00Added an answer on May 20, 2026 at 6:25 pm

    If you are not familiar with git you can download the sdk manually to your hard drive on this page: https://github.com/facebook/facebook-ios-sdk click on downloads and select the preferred format.

    On the readme clearly states how to add the library to your own application:

    If you want to integrate Facebook with an existing application, then follow these steps:

    • Copy the Facebook SDK into your Xcode project:

      • In Xcode, open the Facebook SDK by selecting File->Open… and selecting src/facebook-ios-sdk.xcodeproj.
      • With your own application project open in Xcode, drag and drop the “FBConnect” folder from the Facebook SDK project into your application’s project.
      • Include the FBConnect headers in your code:

        #import "FBConnect/FBConnect.h"

      • You should now be able to compile your project successfully.

    • Register your application with Facebook:

      • Create a new Facebook application at: http://www.facebook.com/developers/createapp.php. If you already have a related web application, you can use the same application ID.
      • Set your application’s name and picture. This is what users will see when they authorize your application.

    You should have a file called yourProjectNameAppDelegate.h and yourProjectNameAppDelegate.m.

    You have to put #import "FBConnect/FBConnect.h" into yourProjectNameAppDelegate.h.
    And declare a variable in the header Facebook* facebok; and also synthesize it.

    Your yourProjectNameAppDelegate.m contains a method called application:didFinishLaunchingWithOptions: which should look like:

    - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{
       facebook = [[Facebook alloc] initWithAppId:@"YOUR_APP_ID"];
       [facebook authorize:permissions delegate:self];
    
    }
    

    Also put in this file the other method.

    - (BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url{
        return [facebook handleOpenUrl:url];
    }
    

    Also I suggest to learn a bit more about objective-c, because your problems are not related to the facebook library. You can find plenty of resources on the net. I suggest to look this iTunes university screencast.

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

Sidebar

Related Questions

I am going to start implementing some unit tests for a codebase that is
I'm going to be implementing a PHP/mySQL setup to store credit card information. It
I'm going to start a new project - rewriting an existing system (PHP +
Going back to my previous question on OCSP, does anybody know of reliable OCSP
While going through university and from following the development of SO, I've heard a
Been going over my predecessor's code and see usage of the request scope frequently.
After going through the Appendix A, C# Coding Style Conventions of the great book
What's going on here? printf.sh: #! /bin/sh NAME=George W. Bush printf Hello, %s\n $NAME
I am going to be using C/C++, and would like to know the best
I'm going to build an API for a web app and I'm interested in

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.