Sdk for Dropbox, EverNote and Google Doc (WinRT) - windows-8

Is there any official Winrt SDK's are available for Dorpbox, EverNote and GoogleDoc. I searched for this in the internet but didn't find any working solutions. If anyone know more about this(Either official or 3rd party sdk's) Please share your thoughts with me.
Thanks in advance,
Stephan

Dropbox don't have WinRT api and probably it' wont change in near future, but you can also use REST Api:
https://www.dropbox.com/developers/core/api
So you can simply use this REST api because Windows 8/RT supports programing in JavaScript and HTML:
http://msdn.microsoft.com/en-US/library/windows/apps/br229565
EverNote and GoogleDoc should have some REST api too.

Related

Using agora.io in vue.js

This question might sound quite silly, but I need your help.
I have successfully implemented the agora.io live interactive streaming in flutter and is running fine. I wanted to know if I can implement this same feature in vue.js. I was trying to find any documentation but couldn't find any.
Can anyone help me find any documentation or at least a git repo which I can refer to.
Thank you in advance.
While Agora doesn't officially have any documentation for making a interactive streaming web app in Vue, it does have one for Group Video Calls at https://github.com/AgoraIO-Community/OpenAgoraWeb-Vue.
Since video calls work almost the same as broadcasts, you can use the OpenAgoraWeb repo link and tune it in a way to make it only one way streaming for audiences.
A sample interactive streaming web app for web using Vanilla JS: https://github.com/digitallysavvy/agora-web-broadcast-demo.
You can also use this Vanilla Sample link to convert it into a VueJS application or you can use a combination of both.
You can also create it from scratch using the documentation at: https://docs.agora.io/en/Interactive%20Broadcast/start_live_web?platform=Web.

Is it not clear - Are WhatsApp API alive? Can I use it?

I don't understand using google if WhatsApp API are alive, and how to use it. No documentation, no links, no tutorials. Only articles about "WhatsAPP API won't be public".
What's the truth?
Straight answer to your question is, there is no publicly available WhatsApp API. It is because WhatsApp Inc does not offer its propriety instant messenger as open-source.
But if you are really interested you can check Yowsup library or'WhatsApp-purple' and another reverse engineered library available in GIT
Hope its helpful for you

Blackberry twitter connect using oAuth and twitter api me library

I'm building an application for BB to connect to twitter.
Does anyone know how to use "twitter api me library" to connect to twitter using oAuth (not xAuth), and give me an example working code?
I suggest you to read the project's wiki page. There are some good code snippets that may help you on this matter.
http://kenai.com/projects/twitterapime
Regards,

Is there any API to connect to MySpace using Blackberry app

I'm building Blackberry application, and I need to post message to MySpace using oAuth.
I keep searching for API but could not find any.
Could anybody help me on this please.
Thank you very much
http://wiki.developer.myspace.com/index.php?title=Category:RESTful_API
I would consume the JSON response in your app as JSON is a part of OS 6.0.0+ and you can roll the JSON source into other versions such as 5.0.0-.

Are There Any Applications That Use The FriendFeed API?

Does anyone know any applications that make use of the friendfeed API?
Ping.fm posts to FriendFeed.
FriendDeck aggregates from FriendFeed.
Both use remote key authentication and the FriendFeed API.
FFToGo is a nice mobile interface for FriendFeed that was built on the FF api. Its developer was subsequently hired by Friendfeed and still works there.
There is also an auto follow app http://www.ffollo.com built using the new FriendFeed API.
Well, I recently released a script that uses the FriendFeed API, it's on GitHub.