Skip to main content

All Questions

Tagged with
2 votes
2 answers
911 views

How to access one app data from another app in iOS? [closed]

How can I access app data from another app (eg. login credentials and user)? Example: Messenger app can access the Facebook app data like Facebook user data.
SHARON D ROSE BE's user avatar
0 votes
1 answer
150 views

Swift 4 - querying facebook with FBSDKGraphRequest

I try to create a function for querying the Facebook database. Unfortunately, the syntax changed with the last version of swift. Maybe someone can post me the solution ? Thx. Func donneesFB
StefLand's user avatar
18 votes
2 answers
8k views

How to add keychain sharing feature to App ID without device?

My problem is that I need to enable the keychain sharing feature to App ID in order to make Facebook login work for iOS10. How to use Facebook iOS SDK on iOS 10 However, I get the below message. I ...
Rohit Tigga's user avatar
  • 2,413
2 votes
1 answer
3k views

How to share only text on facebook messenger for iOS using url scheme

I want to share only text from my ios app to Facebook messenger. Is it possible to send a message to the facebook messenger using url scheme? ex: fb-messenger://post?text=hello ex: fb-messenger:...
Daniel Weng's user avatar
0 votes
1 answer
69 views

Changing ViewController if user is Facebook Logged in

I'm having quite some troubles implementing Facebook login in my iOS , everything works fine if the user is not already logged in, the application fetches correctly the data from Facebook and pass ...
user avatar
1 vote
0 answers
66 views

Facebook share issue when using FBShareDialog

I have followed the instruction for sharing the content on facebook. My login code is below. I have successfully login using below code. But when i am pressed the share button it is open the dialogue ...
jogshardik's user avatar
  • 1,456
0 votes
1 answer
34 views

how to direct the Facebook button to a certain view controller

I have created a login button for my application, the login and the logout features work for the application. the problem i am having at the moment is that once the user has logged in to the ...
Shakeel Mohammed's user avatar
1 vote
1 answer
257 views

Error You must initialize PFFacebookUtils

When I call the following Objective C code in my app, I get an exception. [PFFacebookUtils logInInBackgroundWithReadPermissions:permissions block:^(PFUser *user, NSError *error) { if (!user) {...
SamoanProgrammer's user avatar
0 votes
1 answer
299 views

Facebook app invite is not working in iOS8 using Facebook SDK 4.X?

I have implement facebook app invite functionality by using following code. But my app is getting crash due to undefined selector error. I have try to debug or search this type of error on google But ...
Flexsin Flex's user avatar
2 votes
0 answers
721 views

Show share dialog for Facebook Graph Api - iOS

I'm trying to share an object which I've create at the objects tab at the open graph section. FBSDKGameRequestContent *gameRequestContent = [[FBSDKGameRequestContent alloc] init]; ...
Gal Marom's user avatar
  • 8,579
0 votes
1 answer
49 views

Indicates who the user shares the Facebook's posts with - iOS

I have a post to Facebook functionality in my app. Upon success I want to check who the player shared the post with. My intention is to avoid the success progress in case he chose the "Only me" ...
Gal Marom's user avatar
  • 8,579
0 votes
3 answers
89 views

Facebook Login Button Throws An Error And Says I Cannot Login

I have created a button which lets my user log in via Facebook in conjunction with Parse. I am using iOS 9.1 beta and Xcode 7 beta 3. Currently this is my swift code for my IBAction. The Facebook ...
Robert S's user avatar
  • 193
0 votes
3 answers
93 views

Get Profile Photo from Facebook in iOS

I implemented Facebook login in my app & get the details of the user. I try to get user Profile Picture as per following: FBimage=[UIImage imageWithData:[NSData dataWithContentsOfURL:[NSURL ...
user2526811's user avatar
  • 1,253
2 votes
1 answer
92 views

Handle wrong password event on fb integration using FBSDKLoginBehaviorWeb

Hello i have used below code for integrating fb in my ios application and it is working successfully. But here one strange thing is happens when i try wrong id/password and then after i enters the ...
jogshardik's user avatar
  • 1,456
0 votes
0 answers
75 views

share photos on facebook through iOS create Album

When I post photo in faceboook one by one through ios. it creates a photo album,I want to post photo separately, don't create the album or thumbnails. upload single post at a time. I am doing R & ...
Balwant Kumar's user avatar

15 30 50 per page
1
2 3 4 5
12