How to submit data from my iphone apps to my Facebook wall by titanium - facebook

I am new with titanium. I have made iPhone apps by titanium which show a product list. If a click on it it brings a details page as every normal apps. I need to know about process if I want to submit the product details from my app to my Facebook wall. I studied about the Facebook API for titanium, but I am bit of confused about the process because I am new with titanium and Facebook application. Please help me.

You can find built in facebook integration on Titanium Kitchen Sink example app. Here is the link of git repository
Titanium Kitchen Sink Facebook Example

Related

How to integrate Facebook Pixel Sdk in flutter

I want to integrate the facebook pixel sdk in flutter. Can anyone help me that how i can integrate that in my flutter project
For native app development, Facebook SDK is required.
Flutter Facebook Login Package will provide you, not only the login but also the required SDK.
Next, Facebook_App_Events Package, which is going to help you in sending tracked data to FB, for eg. when a person clicks to watch a video on your app or makes a purchase etc.
An app event is an action that takes place in your app or on your web
page such as a person installing your app or completing a purchase.
Facebook App Events allows you to track these events to view
analytics, measure ad performance, and build audiences for ad
targeting.

Implement facebook pixel flutter

I am trying to integrate Facebook pixel in my ecommerce flutter app to show ads according to customers search behavior but could not get any documentation or library for flutter. How can I integrate facbook pixel in Flutter app?
Facebook Pixel is strictly for webapps, but for native app development, Facebook SDK is required.
Flutter Facebook Login Package will provide you, not only the login but also the required SDK.
Next up, you probably want Facebook_App_Events Package, which is going to help you in sending tracked data to FB, for eg. when a person clicks to watch a video on your app or makes a purchase etc.
An app event is an action that takes place in your app or on your web page such as a person installing your app or completing a purchase. Facebook App Events allows you to track these events to view analytics, measure ad performance, and build audiences for ad targeting.

Queries Facebook sdk 2.1 for unity3d

I am developing an application on Unity and need location information of my friends. Facebook Graph API says i have to submit the app for review before accessing these informations. Since my target platform is not facebook but iOS and Android. Why do i need to submit the app here?
Facebook also asks for apk build and iOS link, Do they review this like iTunes? Please clarify.
If yes, How can i submit the build when its still in development phase ?
Any suggestions would really be helpful.
Thanks in advance...

Does FB ads track actual installation or just an "install" button click?

I'm about to use Facebook to advertise my app.
here's my question, for data tracking in FB analytics:
Is this data the actual app installation? OR
is it just how many people click on "Install" button?
Thank you
In order to track installs you need to integrate the Facebook SDK or use an SDK of one of the Mobile Measurement Partners.
See the Mobile Ads guide.

Link to use when iOS app/game posts to Facebook or Twitter

I just developed a new game (called Ktalu: Planet of Terror) in iOS using COCOS2D. The game itself is done but I have to finalize a couple of things, one being the following. This game allows users to post their high scores on Facebook and/or Twitter, and everything works fine right now. The Facebook post shows up as expected and some of the text is linked to a URL of my choice. My question is what link should I use here? I can link to the website of the game (ktalu.com) but it is probably a better idea to link directly to the game in the App Store. This way, anyone who sees a post on Facebook when reading on an iPhone can click the link and be taken directly to App Store. But I am confused as to how to do this. The only link I have now is a link to the game in iTunes Connect. Remember, this game is not published yet. How can I get an App Store link for this game to put into Facebook posts and Tweets if the game is not yet in the App Store? And what exactly does this link look like? Is it http, https, or something else? And what happens if someone reads the post on a laptop or desktop and clicks that link?
The "View in App Store" link (Manage Apps, ) is exactly what you want. That URL will work once an app goes live, even if copied pre-launch because it doesn't change. When followed on a non-iOS computer, this link goes to the online store. When followed on iOS, this link goes to the App Store.
Protip: Use the URL scheme "itms://" instead of "http://" to link directly to your app in iTunes on the desktop/laptop. Both go directly to the App Store on iOS.
If you'd like to construct the URL yourself, follow my previous instructions:
In iTunes Connect you need to find the "Apple ID" for your app (it's a 9 digit number found in Manage Apps, Ktalu). Then simply find a link to any other app and replace the ID with yours.
For example, the Apple ID for Google Maps is 585027354 and its online URL is https://itunes.apple.com/us/app/id585027354.