I am facing issue regarding login issue using facebook in ios 11.0, It doesn't work like ios 10.
not even fetch data i am not able to specify the issue because there isn't any error code.
please help if you faced this.
Are you using Native code or Facebook SDK?
If you are using the native Account Kit code then you have to remove native code and use Facebook Latest SDK. this will work.
Apple has removed All Social login functionality from setting in iOS 11.
Related
I have tried a lot to get facebook integrated to ios 5.0 in my X-code 4.2. I tried facebook sdk 3.0.8(which was the last package sdk that supported ios 5. The problem was that the samples provided in the sdk didnt work since they need a framework "Accounts.framework". I have tried a lot to download it, but it is not possible to get it.I cant find it in my system too. Somebody help me please.
I am developed small app using Parse framework .
Due to new FB SDK I have updated my parse framework as well as FB sdk.
I have replaced all my code with new code, but still
I am facing this issue
Login button appears twice after updating my sdk to new sdk
Please help me to solve this.
If you are using storyboards why not check the subview hierarchy to see if you have 2 facebook buttons there and if so then remove it.
I'm developing an app using cordova phonegap 2.5.0 and I want to implement both sharing in iOs and facebookConnect. I'm using Sharekit 2 + Sharekit Plugin for phonegap and i'm having no issues with the sharing, but some trouble with facebook connect. I can make the connect itself using the built in function:
facebookConnect( );
and it seems to work, but I need to retrieve the facebook Uid after the connect.
Any suggestion?
Maybe this can help somebody else...
Because I can't find any documentation about my question I managed to solve in this way:
Use the official facebook SDK and facebook connect plugin - Instruction here https://developers.facebook.com/ios/ and here https://github.com/phonegap/phonegap-facebook-plugin - for the facebook connect. It is full of example and pretty simple to implement.
Added sharekit to my project with granular install - Instrutions here https://github.com/ShareKit/ShareKit/wiki/Granular-install - avoiding to installa the facebook part.
Added ShareKit Plugin - Instructions here https://github.com/phonegap/phonegap-plugins/tree/master/iPhone/ShareKitPlugin - and comment out from ShareKitPlugin.m all the refence to Facebook.
Now the share trough ShareKit is working and I'm going to manage the facebook share trough the official SDK.
Hope it could help...
#Teo_ne: After spending a lot of time, I found that Phonegap_Facebook_Plugin only work with IOS v6+, not support IOS v5.x due to the Social.framework.
I am not sure whether my question is appropriate or not.
I am integrating facebook for the first time and also for the for first my app is multi-platform.
I am integrating facebook in my app for iphone and android.My question are below:
1)If i am doing it with plugin i have to do it separately for both iPhone and Android. Is there any way to integrate Facebook for both in a single effort for eg by using Javascript SDK
2)If yes what it is? and if possible any sample.
Thanks in advance
You should use phonegap-plugin-facebook-connect. It works on both iOS and Android and integrates great with iOS6 bulid in Facebook functionality.
The plugin provides a patched version of the Facebook JS API.
I'm trying to integrate Twitter with my App right now. I have successfully set up the iOS 5 TWTweetComposeViewController, but this does not work on iOS 4.3. What's the best method to also integrate Twitter posting into iOS 4.3?
DETweetComposeViewController
Open source. Mimics TWTweetComposeViewController. Works with iOS 4 and later.
Sharekit is a framework that may help you to setup Twitter on iOS version pre 5. If you take a first look at Sharekit, it may look like you only can use it as a complete framework. But read on: you can use any of the fractions (Twitter, Facebook etc) of Sharekit to connect with your own GUI.
Use a custom library and implement the tweet screens yourself. Alternatively you could redirect the user to a twitter:// URL which will open the Twitter application, or just open a Web Intent. http://dev.twitter.com