Skip to main content

All Questions

Tagged with
6 votes
1 answer
2k views

Facebook SDK Error on Installing Cocoapods Objective-C

After installing Facebook SDK via Cocoapods in my Objective-C app, hundreds of errors were appearing. Things like this: Undefined symbol: protocol descriptor for Foundation._ErrorCodeProtocol ...
Jhonsore's user avatar
  • 1,827
0 votes
2 answers
262 views

Is facebook sdk(iOS) supporting ipv6?

Our App was refused, and the problem was IPV6. this screenshot is feedback from Apple.enter image description here. If I login in IPV6,it was always showing the indicator, but if not in IPV6, it would ...
Chow zzzzzzhu's user avatar
0 votes
0 answers
71 views

Integrated Facebook SDK and Google Maps SDK both return error: 107 duplicate symbols for architecture x86_64

I have integrated Facebook SDK and Google Maps SDK both from pods its given error: Showing All Messages ld: 107 duplicate symbols for architecture x86_64 I have try to resolve this problem with ...
amit srivastava's user avatar
0 votes
3 answers
78 views

Failing to retrieve friends' profile picture and displaying it in a tableview iOS Objective-C

I am trying to display the users facebook friends' profile picture in a tableview. I've managed to retrieve the name of the friends but i'm having a hard time fetching the friend's profile picture. ...
Andreas OL's user avatar
1 vote
0 answers
84 views

Sending invitations to friends facebook ios

I'm trying to create in your application, send invitations to your friends from the app facebook. After reading the documentation of Facebook, I was able to get a dialog box with a list of friends and ...
Саша Цвигун's user avatar
0 votes
0 answers
275 views

Upgrade facebook SDK IOS Objective C

Hi i'm about to upgrade facebook sdk for my old project to version 4.14 (latest from Facebook). I have import 3 Facebook framework using cocoapods #import <FBSDKCoreKit/FBSDKCoreKit.h> #import ...
Lê Khánh Vinh's user avatar
-2 votes
1 answer
135 views

Can't load facebook profile image

I have a problem with uploading profile picture from facebook to my API and saving to Parse. This code is from Udemy. I'm using Xcode 7.2. Error: 2016-01-18 10:14:15.296 MatchedUp[14381:5418567] ...
Prezes Łukasz's user avatar
1 vote
0 answers
118 views

Loading view after login with Facebook in iOS app

I'm beginner in iOS programming. I created an application which on the beginning user is logging-in with Facebook. After login, the app should display a second view where are information fetched from ...
kenzolek's user avatar
  • 344
0 votes
1 answer
105 views

Unknown receiver FBSDKRequestConnection using Parse and Facebook SDK

I am working on an app that offers Facebook login functionality. When I try to call FBSDKRequestConnection, I am getting the error outlined in the title. My import statements are as follows: #import ...
Martin's user avatar
  • 321
15 votes
4 answers
10k views

What is the correct way to call [super layoutSubviews]?

I just saw in the Facebook SDK for iOS that they call [super layoutSubviews]; at the end and not at the beginning of the layoutSubviews method. As far as I know, we should always do it as the first ...
ppalancica's user avatar
  • 4,267
1 vote
1 answer
2k views

How to set message caption using Facebook Messenger SDK for iOS

I need to set a caption when I share a picture (QR code) from my app integrated with Facebook Messenger. There is metadata NSString field but I don't see a way how to use it. Did anyone solve that ...
Igor Barinov's user avatar
  • 24.2k
0 votes
1 answer
126 views

Facebook IOS sdk after login

i've got a Facebook login in my IOS application. is possible after login to show another view controller? here is the code in ViewController.h #import "ViewController.h" #import "...
Marcodevelopingcenter's user avatar
1 vote
1 answer
2k views

Facebook App Invite "FBSDKAppInviteContent" not recognized

I am currently trying to implement Facebook's new "App Invites for iOS". I'm using Objective C and I have added the following frameworks: Bolts.framework FBSDKCoreKit.framework FacebookSDK.framework ...
John Doe's user avatar
  • 3,631
1 vote
4 answers
799 views

Facebook sdk 4 iOS user info email readpermissions dont work

I try to use the iOS Facebook SDK version 4. i completed the login without problem,but impossible to get user email adresse using graph API. if someone have a solution for it can be very cool. here ...
Jeffrey's user avatar
  • 462
5 votes
1 answer
5k views

Will Facebook ads app install work without Facebook SDK Integration in the app?

I want to track number of app install via Facebook ads app install. I have registered my app at Facebook Developer(http://developers.facebook.com/), completed App Settings Page and App Detail Page. ...
Gaurang Makwana's user avatar

15 30 50 per page