Google translator issue in my website - google-translator-toolkit

I have integrated google translator in my websites.
It was working fine. But since Dec 1st it is not working for any lanuguages.
Is there any problem in script or any changes in google code ?
Thank you for looking into that.
script js :
http://jquery-translate.googlecode.com/files/jquery.translate-1.3.2.min.js

Google translate service is now available as a paid service only, see below.
Important: Google Translate API v2 is now available as a paid service
only, and the number of requests your application can make per day is
limited. As of December 1, 2011, Google Translate API v1 is no longer
available; it was officially deprecated on May 26, 2011. These
decisions were made due to the substantial economic burden caused by
extensive abuse. For website translations, we encourage you to use the
Google Website Translator gadget.
.

Related

How to communicate to a Metatrader 4 Server in order to read data from it?

I need to access the data available for MT4 Investor account or, in general, talk to MT4 server in order to read some data.
Is it possible?
It should, but i can't figure out how to do it ( is there a specific protocol? Is it allowed? Is there a library out there? Etc. )
You can try MetaApi https://metaapi.cloud cloud service which provides REST API and WebSocket API access to both MetaTrader 4 and MetaTrader 5 accounts.
Official REST API documentation: https://metaapi.cloud/docs/client
SDKs: https://metaapi.cloud/sdks (javascript, python and Java SDKs are provided as per April 2021)
It supports reading account information, positions, orders, trade history, receiving quotes, and accessing market data.
The service also provides copy trading API https://metaapi.cloud/docs/copyfactory and API to calculate forex trading metrics on a MetaTrader account https://metaapi.cloud/docs/metastats.
There is an API, but is for Brokers and other similar organizations only. MetaQuotes doesn't provide us direct access to it, but checkout the other link as well.
Here check this out MetaTrader 4 API
and also check this out MT4 Server API
This is directly from MT4 Server API website
API can be provided in Web Socket & Rest API. API is hosted on MT4 Server, further wrapped and consumed as web service and DLL .net and C++ API. This API is much faster than using MT4 Terminal for Quote and Trade; provides the real time open, close position and many more.
Please note, I haven't used MT4 Server API, so don't know much information about it.

What is the difference between graph.windows & graph.Microsoft

What is the difference in using graph.microsoft & graph.windows. ? I am using graph.microsoft authentication to grab user information from AD for a Chatbot.
previously I was using graph.windows and since there was not enough information available with result string I used graph.microsoft. I wonder in future it brings an issue if I use it for production?
You will want to use Microsoft Graph (graph.microsoft) over Azure AD Graph (graph.windows). Both are still supported however Microsoft itself strongly recommends developers utilize the Microsoft Graph service.
You can read the original post from the Azure Graph team here explaining the differences between the two. It's from 2016 so things have changed since then.
This article, from November 2018, on Azure AD Graph, also recommends using Microsoft Graph.
Hope of help!

Accessing and manipulating Google Sheets in iOS

I'm attempting to use Google Sheets as a back-end for an iOS app. The spreadsheets in question are private, so will require Oauth 2.0 for interactions.
So far I have come across three different ways to access spreadsheet data, but I'm not sure which one is the right one.
GData library
Google API Client
Google Apps Script
Has anyone here found success with any of these options, and if so how?
Rather than any of the options you've listed, you should be looking at the
Apps Script Execution API, which is a supported component of the Google Apps Script environment. It was introduced just over a month ago, in response to the growing demand for ubiquitous access to Google Apps.
As for the "how" - the Quick Start should get you started.

Is the search.twitter.com API going to become deprecated in March 2013?

I've started to read something about certain Twitter API 1.0 deprecation deadline around march 2013, inviting all their users to migrate onto the 1.1 version of said API. The main difference between the 2 of them (among others) seems to be "the OAUTH thing".
Currently, I've been developing an iOS/Android app, which uses the search.twitter.com/search.json API with no major issues.
The nice thing is that "search.twitter.com" API is an unauthenticated one, and for now, it's more than enough for my needs. I "don't currently want to invest time" onto the OAUTH authentication right now.
On the other hand, and to be honest, I have no idea if the "search.twitter.com" API is the same thing as the 1.0 Twitter API. Is it? Have I been using Twitter API 1.0 without knowing it?
Does anyone know for sure if the search.twitter.com "API" is going to become "also" deprecated on March 2013?
Thanks!!
Finally, it looks like this API will be deprecated.
You can find more information on Twitter developers forum.
https://dev.twitter.com/discussions/12727
https://dev.twitter.com/discussions/14587
https://dev.twitter.com/discussions/14785
So it's time to move 1.1 and OAuth.

Examples using updated gdata-java-client with Oauth2?

According to http://code.google.com/p/gdata-java-client/source/detail?r=505 the gdata-java-client library has recently (April 2012) been updated with OAuth2.0 support. I'd love to use that in a web application, to create and modify google spreadsheets. I want users of my web app to have their data stored in a google spreadsheet under their own credentials.
I'm new to using google apis, and am getting quite lost while trying to wade through examples. They all seem to refer to deprecated auth methods (oauth1 or authsub or clientlogin).
Has anyone seen any good, recent samples on how to use gdata apis with Oauth2.0 to accomplish the sort of thing I'm talking about? Thanks very much in advance. And sorry if the question is too n00by.

Resources