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.
Related
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.
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
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.
I am trying to integrate "social option" to my app.
I have iOS6, but the idea is to have an app available for iOS5. Using Twitter framework it has been very simple and it works in devices with r.0 version and 6.0 version.
Regarding Facebook, I do not understand how integrate it. I just need the "post to wall" function.
I know that it exists in social.framework but does that in iOS5?
Social framework does not exist in iOS 5. But facebook has a very extensive developer tutorial:
Here
If your app is targeting the iOS5+. then you need to implement Facebook Graph or Facebook SDK.
Tutorial:
http://developers.facebook.com/docs/mobile/ios/build/
Sample:
https://github.com/facebook/facebook-ios-sdk/tree/master/samples/Hackbook
I hope, Above tutorial & Sample app will help you for Facebook Integration in iOS5 devices.
For the latest version you need at least Xcode 4.5.
https://developers.facebook.com/docs/ios/ios-sdk-tutorial/
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.