Facebook android sdk 4.9 can't open share dialog - facebook-android-sdk

I have developed an app using facebook android sdk 4.9 and I am in the testing phase. All was well until I tested the app on a Samsung tab running android 4.0.3 (API 15).
I have followed the exact guide, but it shows a dialog which says
"Unable to show the provided content via web or installed version of Facebook app. Some dialogs are only supported starting API 14"
Again, if the device has the latest Facebook app, its works. But my guess is it should work for all devices on and above API 14 with/without Facebook app. Any ideas?
Thanks

Related

Appstream not connecting on android device's Chrome browser

I have created a project that uses Amazon Appstream SDK for .net. I am able to access the streaming application on Windows desktop chrome browser. However, when I try same on Android mobile (latest chrome version) the appstream does not connect to the app.
It displays the following error:
The version of chrome/browser is same (the latest one) both on desktop and android mobile.
Please guide.
Try "request desktop site" in the sidebar.
Unfortunately, it doesn't seem to support zooming however.

AdMob SDK for windows 8

Google's AdMob page(Monetize your app) says the following:
Cross platform
AdMob connects you with millions of advertisers looking to reach users across platforms, including Android, iOS and Windows 8.
I have searched extensively, but failed to find the SDK for Windows 8.
Could anyone provide a pointer?
The Android SDK is at
https://developers.google.com/mobile-ads-sdk/download#downloadplay
There is no SDK specific to Windows8. SDK is dependent upon target dev platform, iOS, Android, WindowsPhone8 etc. That same page provides the SDKs for all platforms.

Configuring Blackberry 10 SDK in Titanium

I have been working on Blackberry 10 Cascades Native SDK. I tried to configure the SDK in Titanium Studio. Though the Titanium Dashboard indicates a green checker and states the SDK installed and configured, when i try to create a new project, the Blackberry SDK check option is still disabled. (Titanium is updated to the latest revisions. Blackberry 10 Native works fine. Simulator is good). Could somebody help?
From Appcelerator site :
To get started developing your app, you can gain access to the public
Titanium Mobile BlackBerry GitHub Repository. Installing the
BlackBerry 10 development tools are straightforward, and instruction
can be found at README. Read the Terms and Conditions for this offer.
Hope this help you..

Trigger.io Android mobile app using outdated Facebook SDK? Warning to upgrade to 3.0.1 from Facebook

I've recently received an alert in developer.facebook.com for my Android app built using Trigger.io Forge:
Please upgrade to the Facebook SDK 3.0.1 for Android
attentionThursday
This app uses an outdated version of the Facebook SDK for Android. Please download the latest version: Android SDK 3.0.1. You can also learn how the newest SDK makes it easier and faster to build great mobile apps.
We also provide an upgrade guide to make this process as easy as possible.
Facebook will stop supporting v2.0 of the SDK in June 2013, so you are advised to upgrade to the new SDK as soon as possible.
I'm using the latest forge platform version 1.4.38.
What version of the FB SDK is Trigger.io using, and what is the schedule for updating to 3.0.1?
We updated our integration to the latest Facebook Android SDK (3.0.1 at this time) in our v1.4.41 platform version:
http://docs.trigger.io/en/v1.4/release-notes.html#v1-4-41

Titanium Studio My Application does not launch in Android emulator

I am new to Titanium studio and bothered by a problem: I installed Titanium sdk 1.7.1, android 2.2,android 2.1 updates on mac 10.6.6 and I am able to successfully launch android emulator but emulator does not launch any of my application even kitchen sink example..
[INSTALL_FAILED_MISSING_SHARED_LIBRARY] - this error says that application tries to use libraries, that your system doesn't contain. In most cases it tries to use Google API's (and KitchenSink too). So open 'tiapp.xml' in your project, click 'configure...' link and under 'Android' section choose android version with Google API's in 'Default Android SDK' text box. If no version with Google API's - install it using AVD.