facebook-ios-sdk Questions
3
Solved
I am coding an iOS 8 app in swift using the FBSDK to allow users to log in to my app. So far I have successfully implemented the login feature using the FBSDK v3.25 in swift using a Bridging-Header...
Cracknel asked 5/4, 2015 at 15:47
4
Solved
I get these errors
Here is the pods that are installed
My Podfile is :
platform :ios, “8.0”
post_install do |installer|
installer.pods_project.build_configuration_list.build_configurations...
Medulla asked 12/5, 2016 at 15:50
3
Solved
I just want to request data from Facebook's Graph API, e.g. get the current user's basic info.
The Objective-C doc is: https://developers.facebook.com/docs/ios/graph#userinfo
[FBRequestConnection...
Stereoscopy asked 15/6, 2014 at 1:44
1
Solved
I'm trying to log some events in my iOS application using the Facebook Analytics SDK.
First, I logged an event and this works well:
FBSDKAppEvents.logEvent(FBSDKAppEventNameInitiatedCheckout, val...
Foreshank asked 6/5, 2016 at 12:41
8
I'm writing an iPhone application.
I want to give the user the option to invite friends to start using my application via Facebook.
More specifically I want to present a dialog that will let the ...
Mg asked 31/5, 2012 at 13:0
2
Old Cocoapods Configuration
I am using Xcode 7 Beta 4. Initially I was using Cocoapods version 0.38.2 and when I ran pod install --verbose in Terminal it said it downloaded dependencies for Bolts,...
Headrick asked 12/10, 2015 at 16:43
6
Solved
I am using iOS facebook SDK 3.0. How can i check if the user is already logged in?
I tried the line below but it does not work properly. It sometimes returns NO although I am logged in. Any sugges...
Quickwitted asked 13/9, 2012 at 18:2
4
Solved
i have followed every step described in the docs of facebook-iso-sdk 4.8.0 for iOS 9, but still couldn't preform app switch on "login-with-facebook" in my app, even if facebook app is already insta...
Counterproductive asked 28/11, 2015 at 13:14
1
Solved
I use FBSDK with Xcode 7.2.1 to retrieve user profile information and use SwiftyJson to handle and manipulate json data. After changing values / removing some i want to make a post request to my ap...
Tautonym asked 26/2, 2016 at 23:38
1
My app use white UITabBarItem text color and orange UINavigationBar BarTintColor, when click the Login button added from Facebook SDK, it will popup a webview for login.
but the topbar backgroun...
Ashla asked 13/1, 2016 at 4:42
3
Solved
I'm using Facebook SDK for iOS 4.6.0 and just today above error encountered after updating cocoapods to 0.38.2. I'm not sure this error has anything to do with cocoapods.
Error screenshot:
Tillis asked 1/10, 2015 at 0:27
4
Solved
I am developing a iPhone application which get facebook album with this URL https://graph.facebook.com/me/albums?access_token=2227470867|2.ZJr73vaEvFeN4fI_A70RFw__.3600.1297090800-100000566543036|W...
Ahrens asked 7/2, 2011 at 13:40
5
Solved
As described in the README for facebook-ios-sdk, my app calls Facebook#authorize:delegate: before performing any API calls.
This method requires the user to authenticate (either in the Facebook ap...
Drucilladrucy asked 6/4, 2011 at 19:9
1
Solved
When I do this code, the FbMediaView is like loading the ads video on the main thread but it's not freezing when displaying an image. I don't understand why ?
let nativeAd = self.adsManager.nextNa...
Salicaceous asked 8/1, 2016 at 12:28
1
I'm implementing Facebook login in my app using FBSDKLoginManager. Facebook docs seem to imply that this saves the token for subsequent app launches so that the user doesn't have to log in each tim...
Tophus asked 3/8, 2015 at 23:56
2
We are building an app that uses the newest Facebook iOS SDK (3.15) for iOS 7 on Xcode 5. There is an associated web product, and we use 3 environments for deployment: production, staging, and deve...
Slumlord asked 9/7, 2014 at 18:59
1
For example, when a user logs in to my app with Facebook, I open the Facebook app for auth, and then the Facebook app switches back to my app. But from then on, "Back to Facebook" stays in the top-...
Taxaceous asked 25/9, 2015 at 23:58
1
Solved
I'm in the process of updating projects to Swift 2 and iOS 9. One of the projects I'm doing relies heavily on Facebooks SDK. I use it to login, get user information, ect... Prior ot the update, onc...
Chameleon asked 24/9, 2015 at 17:54
2
Solved
There is no more class FBSession in new Facebook iOS SDK v4.x. How can I find out whether user is logged in or not now? Thanks in advance.
Strouse asked 26/3, 2015 at 15:40
1
Solved
Something must have changed recently on Facebook's servers regarding how they process login requests because this used to be working perfectly and suddenly stopped.
(We are using FBSDKLoginManager...
Fritzsche asked 12/8, 2015 at 23:52
1
Solved
I am getting [null] value when I am fetching the user's email-id using below code.
Also, I already set the permission to access the email like this.
{
self.fbLoginButton.readPermissions = @[@"publ...
Alegre asked 7/8, 2015 at 14:41
2
Solved
Is Facebook iOS SDK provide any default (Facebook) album Photo's picker like UIImagePickerController does?
I heard of this so searched for it from long but couldn't find anything.
Please let me ...
Grory asked 13/5, 2015 at 6:43
2
I am trying to implement a Facebook login option in my App. I followed all the instructions on the Parse website and on the Facebook developer page. I added the frameworks, modified the plist file ...
Tachyphylaxis asked 14/7, 2015 at 16:1
9
Solved
I have a Phonegap app that runs on both iOS and Android. The app has a Facebook login feature which worked until a few days ago. A few of our beta testers have reported an 'The operation couldn't b...
Cranberry asked 4/1, 2013 at 15:26
1
Solved
I'm trying to share a post with the Facebook SDK, but sharerDidCancel is always called, either if I share or cancel the post.
Here is my code
- (void)shareFacebook {
FBSDKShareLinkContent *...
Pinkney asked 7/7, 2015 at 21:5
© 2022 - 2024 — McMap. All rights reserved.