MỀmo Ha
MỀmo Ha

Reputation: 85

How to update status facebook from windows 8 apps?

I am building a Windows 8 app which allow use Facebook and Twitter and Google...etc via speech recognition but I am stuck on the code to update status Facebook by speech Is this possible??

Upvotes: 1

Views: 173

Answers (1)

Farhan Ghumra
Farhan Ghumra

Reputation: 15296

First of all you need to find speech recognition 3rd party library, which is not available in WinRT. Then you can use Facebook SDK for Windows 8 apps to perform all the operations of Facebook. Also see these.

Text-To-Speech with Microsoft Translator Service - Windows Runtime Component

Speech on WinRT

Speech Recognition in Windows 8 (rather than having to hit a pesky button)

Speech Recognition - MSDN Forum Building Windows Store apps with C# or VB

Upvotes: 1

Related Questions