How to Integrate Facebook Sdk in Flutter App? - facebook

How to integrate Facebook SDK in my Flutter app, to advertise the app on Facebook and track users' engagement

Related

Flutter how to integrate with Instagram and use oEmbed

I would like to develop an flutter app to show my company instagram post to the members in the app. I tried the https://pub.dev/packages/social_embed_webview but it not showing the image in IOS
Could anyone guide me how to integrate facebook sdk in flutter and use the oEmbed method to display the my company's instagram post in the app?

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

Flutter auth ui facebook sdk issue

An issue with Facebook SDK
When I am trying to using flutter firebase auth UI
The app is crashing and I identify that it is because of facebook SDK setup and I am not interested in using Facebook login Is there any other soluction available for getting flutter firebase ui with google login, email login,phone login only

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.

Facebook SDK Integration Issue using AddThis SDK

I am having a iOS AddThis SDK issue with the facebook functionality, If the user deathorizes the app on Facebook, the AddThis SDK does not properly notify me via the iOS app to handle that disconnect. This leads the app user to get an error in the facebook SDK that is un "trappable" by the developer when they try to go and share again after having disconnected the app.
Is there anyway to have the AddThis SDK pass such a message or SDK state back to the app so we can reauthorize the user to connect their facebook account to the facebook app within the iOS app?