Skip to content

Instantly share code, notes, and snippets.

@anuragsolanki
anuragsolanki / FacebookViewController.m
Created September 2, 2012 06:01
Integrating Facebook in iOS 6
#import "Social/Social.h"
#import "Accounts/Accounts.h"
-(IBAction)postToFaceBook:(id)sender{
//Deprecated in iOS6
/*
ACAccountStore *accountStore = [[ACAccountStore alloc] init];
ACAccountType *accountType = [accountStore accountTypeWithAccountTypeIdentifier:ACAccountTypeIdentifierFacebook];
#include<stdio.h>
#include<conio.h>