IOS/Objective-C: Share Dialog for App Without Facebook SDK - ios

Given all of Facebook's api changes since April 2018, does anyone know if it is still possible to trigger a share dialog without using the Facebook SDK?
They give instructions on how to do it with the Facebook for IOS SDK here.
However, I'd like to avoid including the Facebook SDK in my app given its size
Thanks in advance for any insights.

Related

Mobile Ads on Facebook for iOS

Does anyone know if Facebook strips the link that you input when setting up a Mobile App Install ad? Our Mobile App is not integrated with Facebook's SDK so I was hoping to track downloads from our paid ads through the iTunes Connect platform.
Yes, they strip it! You should try with a service between your app and Facebook like GearAds which is useful for your problem

Can I use Facebook advertising for an iOS app without having the SDK integrated?

I have my app already sent for App Store review few days ago. I just noticed that Facebook advertising requires the Facebook SDK to be integrated with the app. Is it a compulsory step? Or can I use Facebook advertising without having the Facebook SDK?
From Facebook
Can I run mobile app ads without using the SDK?
Yes, we allow anyone to run mobile app install ads from our Ads Create Tool simply by dropping the link to their Apple App Store or Google Play URL. For mobile app engagement ads, you will need to register your app, but can also run ads without the SDK.
However, without installing and using the SDK, Facebook will not be able to provide install or app event reporting, and thus you will not have the option to use more advanced bidding options (oCPM, CPA) or see performance beyond clicks.

Olark chat messanger integration with IOS application

Hello friends,
I'm currently developing a native mobile application for IOS. I need to integrate the Olark chat messanger with my application which is already integrated on my website synchronized with this app.
Please let me know if anyone of you has an idea about how this can be achieved.
There are no sdk's provided by Olark for iOS at the current time (8th Jan 2013).
I searched on Google and found a link : http://www.quora.com/Has-anyone-made-something-like-olark-for-mobile-iOS-yet . Hope it'll help you.

Is there any Single sign-on project integrated both twitter and facebook

I'm developing an ios app and I want to allow users sign in with Twitter and Facebook. Is there any open source project like ShareKit integrated both ? Or is there project integrated into ShareKit?
You now have the twitter framework inside the iOS SDK. So I would advise you sticking with that. The Facebook, on the other hand is still not a part of the iOS SDK. Nevertheless, it's quite simple to integrate it in your application (if you are able to spend 20 minutes by yourself to learn it). You can check it here.
Other possibility is to use ShareKit 2.0. Original ShareKit is not maintained anymore. ShareKit 2.0 uses iOS5 Twitter framework and Facebook SSO. If you decide to use ShareKit 2.0, make sure to follow updated installation guide. You can make a quick preview of what ShareKit is capable running the demo app.

sharing my app through facebook in corona Sdk

I'm beginner to corona sdk and programming , I want to share my app via facebook to my freinds.I want a button that connects to the facebook through my app and my default message will be send to my freinds.Can anyone help me ?
Have a look at the Ghosts vs Monsters sample/template on the Corona SDK website.

Resources