Does Weibo have an v2 search api? - weibo

I'm trying to build a sina app which will have capabilities of searching statuses based on key word, geo location, date etc...
I cannot find an api which supports what I'm trying to do.
I am aware they have a v1 api which does what I want but it is legacy and no longer accepting apps.

You are right that weibo has removed most of the content search api functionality in v2 of the api.
The api calls that are currently supported are listed here: http://open.weibo.com/wiki/API%E6%96%87%E6%A1%A3_V2/en#Search_API
Content search is labeled only for legacy applications that have good standing.

Related

Pricing for google translate api

one of our clients want to use google translate in its web application which is built in asp.net C#. First of all, is its free version or paid version?
I found one reference and we have already tried it.
https://www.w3schools.com/howto/howto_google_translate.asp
The only concern is can we use without Api key or license or we need to purchase. Our asp.net code will be published in IIS and multiple users are there to access this URL.
Yes, it is a free service.
You can use it without API key or license.
It translates your site on front-end, and totally different from having a page with multiple languages.
Check https://cloud.google.com/translate/docs/reference/rest if you need server side translating and more options.

In microsoft's latest webchat v4.5.2. how to use a custom STT/ TTS engine like google's. This was possible in v3 using the ISpeech interface

I am using microsoft's latest Botframework-webchat v4.5.2 from https://github.com/microsoft/BotFramework-WebChat. Is there a way to use a custom STT/ TTS like google or watson's STT/TTS. Note this was possible in v3 using the ISpeech interface. Is there an equivalent in v4?
Need to be able to use a custom speech to text, text to speech engine like google's or watson's in webchat v4
In webchat v3 this can achieved by implementing the ISpeechRecognizer and ISpeechSynthesizer interfaces and I was able to use it with google's STT and TTS
There are two samples on the BotFramework-WebChat repo that you should look over:
06.c.cognitive-services-speech-services-js: Introduces speech-to-text and text-to-speech ability using Cognitive Services Speech Services API.
06.f.hybrid-speech: Demonstrates how to use both browser-based Web Speech API for speech-to-text, and Cognitive Services Speech Services API for text-to-speech.
Either sample should give you the functionality you are looking for. You can review the complete list of Web Chat samples on their repo, located here.
Hope of help!

How to show compass on google map api v3?

How to work with UiSettings in Google Map API v3? I try to show compass in map (not street view). I'm new in there if anyone know how to show it will be helpful. Thanks.
This feature is available in Google Maps Android API. Unfortunately, Google Maps Api v3 does not have this yet. I suggest that you file a feature request in Google Issue Tracker. If you are not familiar with issue tracker:
Issue Tracker is a tool used internally at Google to track bugs and feature requests during product development. It is available outside of Google for use by external public and partner users who need to collaborate with Google teams on specific projects.
Issue Tracker is not a general purpose issue-tracking tool and is not offered as a consumer product for external teams who want to use it for their own issue tracking. You cannot use this tool as a general place to submit feedback on Google products. Please refer to the documentation for individual products for instructions on providing feedback.
You may visit the issue tracker here.

Extracting LinkedIn recommendations for your website

How can I extract or get the LinkedIn recommendations for my website? Is there any plugin or PHP script?
You can extract the recommendations using the LinkedIn API, specifically the Profile API. Rough steps are:
Create an application;
Authenticate yourself via OAuth;
Make a call to the API (via JavaScript or some other language via the REST interface) to retrieve your recommendations. A sample call that will do this:
http://api.linkedin.com/v1/people/~:(recommendations-received)
In terms of doing this with PHP, there is a free library, along with demo scripts, here:
http://code.google.com/p/simple-linkedinphp/
LinkedIn ended their support for the most of the apps. You must be in a partner program in order to be able to get full profile information.

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