Skip to main content

All Questions

-1 votes
1 answer
69 views

How to fetch complete user details from Facebook API

How to fetch complete userDetails from the Facebook API - (void)viewDidLoad { [super viewDidLoad]; // Uncomment to automatically sign in the user. _signInFacebook....
kiran's user avatar
  • 4,379
-2 votes
1 answer
43 views

How can I show my facebook time line in my iOS App?

Hello I am in trouble with facebook time line. I m working with an app in which I want to show facebook time line. I am new with this concept. So I am not able to understand how an i do that? If is ...
V-Dev's user avatar
  • 498
0 votes
0 answers
51 views

Post User comment on Web page URL from Native app

I am developing an app in which there is a requirement to Post a comment but the problem is client give me a URLhttp://www.wepiku.com/brand/81/140and this is a Web page URL in whichWeb Facebook ...
Vishal's user avatar
  • 8,246
4 votes
3 answers
7k views

How to completely Logout of Facebook SDK Auth in iOS App

using FBSDKCoreKit 4.22.1 I have an app installed publicly, servicing multiple users during the day. A person can walk up to the iPad and login with their Facebook account: After successful login, ...
Brian Ogden's user avatar
-2 votes
2 answers
65 views

how to integrate my app into `Facebook` app in ios?

How to integrate my app into facebook app in iOS? like this screen(jasper app)
Veeranjaneyu D's user avatar
0 votes
2 answers
928 views

Missing image in Facebook sharing by UIActivityViewController

I've got a weird problem. I'm using UIActivityViewController to share a text and a photo. It works with iMessage, Twitter, however with Facebook I can only see the text being shared, the image is ...
Nat's user avatar
  • 12.7k
1 vote
1 answer
187 views

Cannot post to Facebook using iOS app

I am creating an iOS app. I need to post some links to Facebook events using my app. I have integrated Facebook SDK. By using Facebook Graph API, i found the code for the same and it works fine in ...
sajith kannan's user avatar
6 votes
2 answers
308 views

Linker errors for iOS 9 and above after disabling bitcode

I have integrated openssl library using cocoa pods in my project. It is working fine in xcode 7.1, simulator 7.0 and above. But when I am trying to install in physical iOS device, getting the below ...
sumit kumar's user avatar
0 votes
2 answers
1k views

Facebook Login is not working in ios10 and xcode 8

it was working well in xcode 7.3.1 and ios 9.3 but after updating xcode it stoped working here is code which i have used -(IBAction)ClickFacebook:(id)sender { FBSDKLoginManager *login = [[...
princ___y's user avatar
  • 1,089
0 votes
1 answer
169 views

Asset url is required for uploading the video on Facebook in iOS?

According to facebookDev.com we need asset lib but it is depreacted:
Vishal Wagh's user avatar
0 votes
1 answer
428 views

Objective c How to prevent SLComposeViewController to not to share post via Facebook app in iPhone

I am using SLComposeViewController to share a post on facebook including image and Url. Earlier it works fine when we provide account details in the iPhone settings/facebook. But now it is sharing ...
iOS dev's user avatar
  • 2,274
-2 votes
1 answer
355 views

How to create a custom Facebook “Like” button? [closed]

Custom Facebook like button Change Background image Change frame Text color change
Amit Patel's user avatar
-1 votes
3 answers
405 views

facebook logout is not working in ios 9.0

i am not able to logout while logged using Facebook SDK. Could you please check the following code : self.login =[[FBSDKLoginManager alloc]init]; [FBSDKAccessToken setCurrentAccessToken:nil]; [...
MRJ's user avatar
  • 9
0 votes
1 answer
114 views

iOS can't send dictionary parameters in FBSDKGraphRequest

I am trying to get the profile picture of a Facebook user in a reasonable quality from my app. By default, without any parameters, the request to the path "me?fields=picture" fetch the small one but ...
João Furriel's user avatar
0 votes
1 answer
61 views

Issue in fetching facebook friendlist after application quit in ios9

I had written the below code for fblogin : FBSDKLoginManager *fblogin = [[FBSDKLoginManager alloc] init]; [fblogin logInWithReadPermissions:params fromViewController:viewController handler:^(...
iOS developer's user avatar

15 30 50 per page
1
2 3 4 5
44