fbsdk Questions

1

I've added react-native-fbsdk to my react native project and have it building fine on iOS. But on the android side, I can't get gradle to build the project. When trying to compile react-native-fbsd...
Nurseryman asked 9/8, 2017 at 1:47

4

LikeView has no propType for native prop RCTFBLikeView.onLayout of native type boolean If you haven't changed this prop yourself, this usually means that your versions of the native code and JavaSc...
Antepenult asked 23/5, 2017 at 23:41

2

Solved

When I try to pass an FBSDKShareLinkContent to an FBSDKMessageDialog, it returns with warnings for some properties, saying that those are deprecated from Graph API 2.9. 'imageURL' is deprecated: i...
Sanfred asked 21/4, 2017 at 10:41

4

Solved

I am developing an ios app using the Facebook SDK to login. I have set a LogInViewController as the initial View Controller in the Storyboard, from where the user logins using the FB account. I ha...
Lysippus asked 5/10, 2015 at 14:23

1

Solved

I am trying to set up Facebook login in my React Native iOS app using FBSDK. The button renders but when clicked crashes the app in the iOS simulator. It doesn't even console log any errors in the ...
Fattish asked 30/12, 2016 at 0:44

1

Solved

I tried following the starter tutorial by setting up a new React Native Project for iOS. But the loginbutton doesn't seem to be working. Any help is appreciated. Here's the index.ios.js: import ...
Lannie asked 14/5, 2016 at 18:32

3

Solved

I originally downloaded the FBSDK's version 4.10 and integrated them into my application by placing them in the frameworks folder. Realizing that these would not get updated over time, I removed th...
Sri asked 16/4, 2016 at 6:32

3

I am attempting to retrieve the image from a facebook page. I have retrieved the page ID, and now I need to use this ID to get the image from the page. I am using the following code: let pictureRe...
Tisatisane asked 8/5, 2016 at 15:55

3

Solved

In my LoginViewController, I implemented the FBSDKLoginButtonDelegate and imported the FBSDKLoginKit & FBSDKCoreKit. My code in viewDidLoad is as appears: //setting up facebook login button ...
Corvine asked 12/1, 2016 at 3:1

2

Solved

I'm trying to use the Facebook Login SDK and the FBSDKLoginButton. I initially used it on a white background but when I changed to a non-white background it exposed a very strange background image....
Draconic asked 12/1, 2016 at 16:47

1

I recently encountered this error when trying to implement Facebook Login using Parse SDK and Facebook SDK. I took the following steps: Imported the following frameworks Listed them under...
Protoplast asked 14/11, 2015 at 22:12

© 2022 - 2024 — McMap. All rights reserved.