Flex SFDC integration - apache-flex

I have downloaded 'Adobe Flash builder for Force.com' from Salesforce site and trying to get some hands on. If any one has tried it before request you to please share your experience. Rt now I am referring to Salesforce documentations available at 'http://developer.force.com/flashbuilder' which is pretty good. But, if there are any other demos/articles available on the topic, including step-by-step guide for new sfdc project creation in flash builder, please share them with me.

Check out my article and video on Building Client / Cloud Apps with Flash Builder for Force.com.

Related

How to publish a chatbot to Azure from QnA knowledge base

I am creating a chatbot for my company - I have used Microsoft QnA to create a knowledge base, however I was following instructions from
https://www.meziantou.net/2017/05/16/creating-a-chat-bot-from-a-faq-with-azure-q-a-maker
https://channel9.msdn.com/Events/Connect/2017/T107
These videos/articles show a "BotService" preview. I am using the new "BotApp Service" and cannot figure out where to link up my knowledge base to my bot.
I am a true beginner to this and was encouraged by the video tutorials made with the old "BotService" - however when I have tried to do this, I've run into a wall with it already.
All I want to do is link up my current knowledgebase made in QnA to my Azure platform in order to use the bot on my website.
Thanks,
T
T, you should publish the QA Knowledge base/Q&A as a service, a step by step guide can be found here , I'd also recommend checking the QnA Maker page if you haven't already, it can be found here

How to implement titanium/phonegap app with Wordpress with article and feedback creation?

I found that most sample codes are read-only in the app, without post creation and response functionality.
I would like to create a mobile app (with titanium or phonegap) with post creation and response functionalities.
Any idea on how to implement it? Or any sample code that shows this functionality?
If you are enough skilled you can use Apppresser ( http://apppresser.com - https://wordpress.org/plugins/apppresser/).
It is a framework that allows you to build your app in wordpress and publish it through PhoneGap. It allows also to integrate and use many PhoneGap libraries.
I used it on couple of project and it is great, but again, you have to be quite skilled because it is a framework and not a visual builder.
They also have lots of video tutorial in documentation section that can make your life easier.
The framework is free but there are some useful paid add ons. For a blog app free framework has all you need.
Hope this helps!

Facebook Connect for Qt

I am trying to use the facebook API provided by Nokia Developer:
http://www.developer.nokia.com/Community/Wiki/Facebook_Connect
I need to know what library or files should i include to connect to this API. And if you can provide me with any important guidelines it would be great.
Thanks,
Did you actually read the page you linked to? The first line has a link to the download location and the entire page is full of examples of how to use the API.
However, if you did follow the download link you'd see this:
Facebook is deprecating the old REST api upon which this library is
based on. The new api is called facebook graph api and that should be
used, the rest api breaks all the time so its not a good idea to use
it. Please look at http://gitorious.org/qfacebook for a Qt
implementation of the new facebook graph API
Which makes your question somewhat irrelevant.
With Qt 5, you can now use the V-Play Facebook Qt Plugin.
It wraps the native Facebook SDK around a QML item and thus has the advantage that native login functionality and the whole Facebook Graph API is available cross-platform.
There is a free sample, documentation and tutorials available here: http://plugins.v-play.net/plugins/facebook/

Flex multimedia file management

Just I have started learning flex for my project. This is project is a kind image, video, audio file management which is accessible from local hard drive like adding, deleting etc..
I heard that Air is doing this kind of work. But our client asking that the project should run only on the browser not like a application.
I have searched lot of tuts. But I haven't get much tutorials. please give me some suggestion to get this type o tutorial.
Thanks
Browser applications cannot manipulate local hard disk contents, regardless of their type - Flash, or JavaScript, or Silverlight - security model is similar for all of them. Try to persuade your client with seamless install of AIR applications (google "AIR badge install".)

Social networking on smart phones?

I have to implement application that can post to the selected network I can select from the application drop down.
There are Objective-C frameworks for Facebook (Three20) and Twitter (Twitter-OAuth-Library & MGTwitterEngine).
A quick trip to Google find facebook-android-sdk for connecting to Facebook on Android.
As far as Twitter goes, you can find a whole list of APIs for various languages/platforms on Twitter's developer website.
EDIT
A second trip to Google finds this on developer.myspace.com for adding MySpace to an iOS app. Also, see this page and this page on LinkedIn's Developer Network.
Basically, LinkedIn is just using a JSON encoded API with OAuth. You should be able to handle that with any OAuth library.
EDIT2:
It seems that I've found another great library. Check out ShareKit, which helps with alot of what you're trying to do.
#appaspect and #moshe, this is an old thread so the question my no longer be relevant, but here's a new open-source SDK and social api service: Socialize http://www.GetSocialize.com . Full feature set at http://go.GetSocialize.com/features
DROdio

Resources