Share or not to share app id facebook to use facebook login in different apps - facebook

We've a website without facebook login and we've the correspondent mobile apps for these website (Android and iOS).
Now, we will build a new feature as a standalone app and for this new feature we would like to use social login (Facebook for now). In the future, this feature will also be available on the website (using either the facebook login or the login from the website).
Should we share the same app id from facebook between these three applications (Website, Mobile app, NewFeatureStandAloneApp)?

Related

Does facebook analytics for apps allow me to track mobile app user insights, even without the facebook login?

I'm working on building an IOS/android app and I'm wondering how i can use Facebook Analytics for apps.
There is no social login for the app, but i would like to use in-app events to retarget users of the app as they browse facebook owned platforms, even though they have not used facebook to sign in etc on the IOS/Android app.
Can this be done by implementing the Facebook analytics SDK?
I appreciate that i'm not a developer, so this question may yet prove to be totally misinformed.
Thanks
Facebook Analytics doesn't acquire Facebook login. See: https://developers.facebook.com/docs/analytics/faqs/#faq_529032737286063
You can send app events with Facebook Analytics that you can use to view reports in Facebook Analytics as well as use for tracking conversions from Facebook ads and building remarketing audiences (custom audiences) in Facebook ads.
iOS App Events: https://developers.facebook.com/docs/app-events/getting-started-app-events-ios
Android App Events: https://developers.facebook.com/docs/app-events/getting-started-app-events-android

How to authenticate user using facebook native app during login with facebook JS SDK

Our website is using Login with facebook feature and working fine for desktop and mobile browser.The requirement is , on a mobile device if facebook app is installed then authenticate using facebook app rather than mobile browser
FB Community question link.
I think for doing this you will have to use facebook sdk for android so that you can use the native facebook authentication form
This link may be useful :
https://developers.facebook.com/docs/facebook-login/android

How to use deep linking with posting photo

I have integrated facebook to my android App, and posting through the App. On below posted photo by my application I see "posted XX minutes ago via APPNAME", clicking 'APPNAME' no reaction. How can I change this link to my google play for example.
So how for example instagram or other apps redirect "via app" to their sites ?
I want my app to be able to make a share on Facebook which will appear as a link via my page. Is it possible?
I used to facebook sdk v2.0 and referenced below site. https://developers.facebook.com/docs/mobile/android/deep_linking/ I've set the below information . Settings -> Basic -> app -> Website with Facebook Login, Mobile Web, Native Android App.
But, page didn't redirect in case of Native Android Facebook app. I can't link To my native App.
You have to create a Facebook app page to get the via app name feature.
You will also have to specify native app link in the facebook app, save a key hash and specify the Launcher activity name in the facebook app to launch the app if it is installed on the android device.
If the app is not installed,clicking on the post will open the play store link.

iOS app does not appear to have Facebook Login integration

I want to integrate facebook with my iOS app because I want to promote my app in facebook. I want to create an ad campaign on facebook to get more users for my iOS app. I have created my facebook app as it is said in the guide but facebook doesn't approve my app, if I disable Facebook login it says that "Mobile apps built for iOS and Android must use Facebook Login."
So I enable facebook login and facebook says that "Your iOS app does not appear to have Facebook Login integration. Please either implement Facebook Login or remove this integration as a listed platform in the developer app."
I don't know what to do and I'm very upset.
Thanks.

Login with Facebook using SocialFramework

I want perform a login using Facebook credential. This is possible using Facebook SDK with this step:
Create a Facebook App on facebook.developer.com
Import Facebook SDK in Xcode
Use Facebook SDK to perform login (this action open Facebook application on iPhone, and after it re-opens my application)
I would avoid open Facebook app and perform login inside my app, like Pinterest.
Using SocialFramework is it possible ?
Thanks
Yes, it is possible. The latest Facebook SDK logs in using the FB account defined in system settings if available and falls back to Facebook app and/or website if not.