Google ডেটা প্রোটোকল ক্লায়েন্ট লাইব্রেরিতে ক্লায়েন্টলগইন করুন

সতর্কতা : এই পৃষ্ঠাটি Google-এর পুরানো API, Google Data APIs সম্পর্কে; এটি শুধুমাত্র Google Data APIs ডিরেক্টরিতে তালিকাভুক্ত APIগুলির সাথে প্রাসঙ্গিক, যার মধ্যে অনেকগুলি নতুন API দিয়ে প্রতিস্থাপিত হয়েছে৷ একটি নির্দিষ্ট নতুন API সম্পর্কে তথ্যের জন্য, নতুন API এর ডকুমেন্টেশন দেখুন। একটি নতুন API-এর সাহায্যে অনুরোধ অনুমোদনের বিষয়ে তথ্যের জন্য, Google অ্যাকাউন্ট প্রমাণীকরণ এবং অনুমোদন দেখুন।

গুরুত্বপূর্ণ: নতুন অ্যাপ্লিকেশনের জন্য ClientLogin ব্যবহার করবেন না । পরিবর্তে, আরও নিরাপদ OAuth প্রমাণীকরণ প্রোটোকল ব্যবহার করুন। ক্লায়েন্টলগইন হল একটি অপ্রচলিত প্রমাণীকরণ প্রোটোকল এবং 20 এপ্রিল, 2015 তারিখে এটি প্রত্যাখ্যান করা হচ্ছে৷ সেই সময়ে, ক্লায়েন্টলগইন অনুরোধগুলির আর উত্তর দেওয়া হবে না৷ আপনার যদি বিদ্যমান অ্যাপ্লিকেশন থাকে যা ClientLogin ব্যবহার করে, আমরা আপনাকে OAuth-এ স্থানান্তরিত করতে উৎসাহিত করি। এই লাইব্রেরির ClientLogin সমর্থন পরবর্তী বড় রিলিজে সরিয়ে দেওয়া হবে।

এই দস্তাবেজটি বর্ণনা করে যে কীভাবে প্রতিটি Google ডেটা API ক্লায়েন্ট লাইব্রেরির মধ্যে ইনস্টল করা অ্যাপ্লিকেশনগুলির জন্য Google এর প্রমাণীকরণ ব্যবহার করতে হয়৷

ইনস্টল করা অ্যাপ্লিকেশনগুলি যেগুলি ব্যবহারকারীর ব্যক্তিগত ডেটা অ্যাক্সেস করতে হবে (একটি Google বা G Suite অ্যাকাউন্ট দ্বারা সুরক্ষিত), ব্যবহারকারীদের প্রমাণীকরণের জন্য প্রোগ্রাম্যাটিক উপায় হিসাবে ClientLogin ব্যবহার করতে পারে। একটি "ইনস্টল করা অ্যাপ্লিকেশন" হল একটি যা একটি ডিভাইসে ইনস্টল করা হয়, যেমন একটি ডেস্কটপ কম্পিউটার বা একটি সেল ফোন, একটি ওয়েব অ্যাপ্লিকেশনের বিপরীতে।

একটি ওয়েব অ্যাপ্লিকেশন নির্মাণ?

ওয়েব অ্যাপ্লিকেশনগুলিকে তাদের প্রমাণীকরণ পদ্ধতি হিসাবে ClientLogin ব্যবহার করতে নিরুৎসাহিত করা হয়৷ পরিবর্তে, অনুগ্রহ করে Google ডেটা API ক্লায়েন্ট লাইব্রেরির সাথে AuthSub ব্যবহার করা দেখুন।

শ্রোতা

এই ডকুমেন্টটি এমন ডেভেলপারদের জন্য যারা Google Data APIs ক্লায়েন্ট লাইব্রেরি ব্যবহার করে একটি Google ডেটা পরিষেবা অ্যাক্সেস করে এমন অ্যাপ্লিকেশন লিখতে চান। এই নথিটি অনুমান করে যে আপনি ClientLogin ইন্টারফেসের সাথে পরিচিত। ClientLogin এর প্রোটোকলের সম্পূর্ণ বিবরণের জন্য, ইনস্টল করা অ্যাপ্লিকেশনগুলির জন্য প্রমাণীকরণ দেখুন।

Google Data API ক্লায়েন্ট লাইব্রেরিগুলি আপনাকে আপনার অ্যাপ্লিকেশনগুলিতে ClientLogin ব্যবহার করতে সাহায্য করার পদ্ধতিগুলি প্রদান করে৷ বিশেষত, একটি প্রমাণীকরণ টোকেন অর্জন, ক্যাপচা চ্যালেঞ্জগুলি পরিচালনা, পরবর্তীতে ব্যবহারের জন্য প্রমাণীকরণ টোকেন প্রত্যাহার করা এবং প্রতিটি অনুরোধের সাথে সঠিক Authorization শিরোনাম পাঠানোর পদ্ধতি রয়েছে৷

ক্লায়েন্ট লাইব্রেরি ছাড়াই ClientLogin এবং Google Data API ব্যবহার করা

ক্লায়েন্ট লাইব্রেরিগুলি আপনার অ্যাপ্লিকেশনগুলিতে ClientLogin ব্যবহার করার একমাত্র উপায় নয়৷ আপনার যা কিছু জানা দরকার তা ClientLogin ডকুমেন্টেশন, ইনস্টল করা অ্যাপ্লিকেশনের জন্য প্রমাণীকরণে পাওয়া যাবে। যাইহোক, ক্লায়েন্ট লাইব্রেরিগুলি আপনার Google ডেটা অ্যাপ্লিকেশনে ClientLogin ব্যবহার করার জন্য সহায়ক পদ্ধতি প্রদান করে।

ClientLogin এবং Google Data API-এর সাথে কাজ করা: ক্লায়েন্ট লাইব্রেরির উদাহরণ

এই বিভাগটি ClientLogin ডকুমেন্টেশনের " The ClientLogin Interface " বিভাগে বর্ণিত ধাপগুলি অনুসরণ করতে Google Data APIs ক্লায়েন্ট লাইব্রেরি ব্যবহার করার উদাহরণ দেয়৷

এই নথি জুড়ে উদাহরণগুলি Google ক্যালেন্ডারের সাথে ইন্টারঅ্যাকশন প্রদর্শন করে (যদিও উদাহরণগুলি অনুসরণ করার জন্য আপনাকে ক্যালেন্ডার ডেটা API সম্পর্কে কিছু জানার দরকার নেই)৷

একটি প্রমাণীকরণ টোকেন প্রাপ্তি

ClientLogin ব্যবহার করতে, আপনার অ্যাপ্লিকেশনটি হ্যান্ডলার ClientLogin-এর হ্যান্ডলার https://www.google.com/accounts/ClientLogin এর কাছে একটি HTTPS POST করা উচিত। POST বডি ডিফল্ট এনকোডিং application/x-www-form-urlencoded সহ একটি ফর্ম পোস্ট হিসাবে গঠন করা উচিত। ক্লায়েন্ট লাইব্রেরিগুলির একটি ব্যবহার করে, আপনি কোডের একক লাইনে এই অনুরোধটি করতে পারেন।

নিম্নলিখিত নমুনাগুলি প্রথমে ক্যালেন্ডার ডেটা API এর সাথে সংযোগকারী একটি পরিষেবা বস্তু সেটআপ করে এবং তারপর ClientLogin হ্যান্ডলারে একটি HTTP POST তৈরি করে৷

জাভা

import com.google.gdata.client.*;
import com.google.gdata.client.calendar.*;

CalendarService client = new CalendarService("yourCompany-yourAppName-v1");
client.setUserCredentials("user@example.com", "pa$$word");

If you know your users will be using a G Suite account (as opposed to a Google/Gmail Account), you can streamline the login process by specifying the appropriate ClientLogin account type:

import com.google.gdata.client.*;
import com.google.gdata.client.calendar.*;

CalendarService client = new CalendarService("yourCompany-yourAppName-v1");
client.setUserCredentials("user@example.com", "pa$$word", ClientLoginAccountType.HOSTED);

.নেট

using Google.GData.Client;
using Google.GData.Calendar;

CalendarService client = new CalendarService("yourCompany-yourAppName-v1");
client.setUserCredentials("user@example.com", "pa$$word");
client.QueryAuthenticationToken(); // Authenticate the user immediately

If you know your users will be using a G Suite account (as opposed to a Google/Gmail Account), you can streamline the login process by specifying the appropriate ClientLogin account type:

using Google.GData.Client;
using Google.GData.Calendar;

GDataGAuthRequestFactory authFactory = new GDataGAuthRequestFactory("cl", "yourCompany-yourAppName-v1");
authFactory.AccountType = "HOSTED";

CalendarService client = new CalendarService(authFactory.ApplicationName);
client.RequestFactory = authFactory;
client.setUserCredentials("user@example.com", "pa$$word");
client.QueryAuthenticationToken(); // Authenticate the user immediately

পিএইচপি

require_once 'Zend/Loader.php';
Zend_Loader::loadClass('Zend_Gdata_ClientLogin');
Zend_Loader::loadClass('Zend_Gdata_Calendar');

$serviceName = Zend_Gdata_Calendar::AUTH_SERVICE_NAME; // predefined service name ('cl') for calendar
$applicationName = 'yourCompany-yourAppName-v1';

// Create an authenticated HTTP client
$httpClient = Zend_Gdata_ClientLogin::getHttpClient('user@example.com', 'pa$$word', $serviceName, null, $applicationName);
$client = new Zend_Gdata_Calendar($httpClient, $applicationName); // Create an instance of the Calendar service

If you know your users will be using a G Suite account (as opposed to a Google/Gmail Account), you can streamline the login process by specifying the appropriate ClientLogin account type:

require_once 'Zend/Loader.php';
Zend_Loader::loadClass('Zend_Gdata_ClientLogin');
Zend_Loader::loadClass('Zend_Gdata_Calendar');

$serviceName = Zend_Gdata_Calendar::AUTH_SERVICE_NAME;
$applicationName = 'yourCompany-yourAppName-v1';
$accountType = 'HOSTED';

$httpClient = Zend_Gdata_ClientLogin::getHttpClient(
    'user@example.com', 'pa$$word', $serviceName, null, $applicationName, null, null, null, $accountType);
$client = new Zend_Gdata_Calendar($httpClient, $applicationName);

পাইথন

আপনি যদি GDClient- এর উপর ভিত্তি করে নতুন v2.0+ ক্লাস ব্যবহার করছেন, তাহলে ব্যবহার করুন:

import gdata.calendar.client

email = 'user@example.com'
password = 'pa$$word'
application_name = 'yourCompany-yourAppName-v1'

client = gdata.calendar.client.CalendarClient()
auth_token = client.ClientLogin(email, password,
                                application_name,
                                service='cl')

If you know your users will be using a G Suite account (as opposed to a Google/Gmail Account), you can streamline the login process by specifying the appropriate ClientLogin account type:

auth_token = client.ClientLogin(email, password,
                                application_name,
                                account_type='HOSTED',
                                service='cl')

Alternatively, if you're using the older v1.0 classes based off of GDataService, the calls are a bit different:

import gdata.calendar.service

email = 'user@example.com'
password = 'pa$$word'
application_name = 'yourCompany-yourAppName-v1'

client = gdata.calendar.service.CalendarService()
client.ClientLogin(email, password, source=application_name)

# OR, you can use ProgrammaticLogin()

client = gdata.calendar.service.CalendarService(email=email, password=password, source=application_name)
client.ProgrammaticLogin()

v2.0+ এর মতো, যদি আপনার ব্যবহারকারীরা একটি G Suite অ্যাকাউন্ট ব্যবহার করে তাহলে আপনি উপযুক্ত ClientLogin অ্যাকাউন্টের ধরন নির্দিষ্ট করতে পারেন:

import gdata.calendar.service

client = gdata.calendar.service.CalendarService()
client.ClientLogin('user@example.com', 'pa$$word', account_type='HOSTED', source='yourCompany-yourAppName-v1')

See the request parameters section for a detailed explanation of each ClientLogin parameter. A complete list of available service names is available in the FAQ.

Note: By default, the client libraries set an account-type parameter to HOSTED_OR_GOOGLE. That means ClientLogin will first try to authenticate the user's credentials as a G Suite account. If that fails, it will try to authenticate as a Google Account. This becomes tricky if user@example.com is both a Google Account and a G Suite account. In that special case, set the account type to GOOGLE if the user wishes to use the Google Accounts version of user@example.com.

Once the login information has been successfully authenticated, Google returns a token, which your application will reference each time it requests access to the user's account, such as to GET or POST data. The token remains valid for a set length of time, defined by whichever Google service you're working with. Typically, tokens remain valid for 2 weeks.

Recalling an auth token

After your application has authenticated the user once, there's no need for them to input their credentials again. We recommend storing the Auth token in your database and recalling it as necessary. That will save the overhead of an additional HTTPS POST and a possible CAPTCHA challenge.

The libraries provide getters/setters for accessing the token:

Java

String token = '12345abcde'; // TODO: Read user's token from your database
client.setUserToken(token);

UserToken auth_token = (UserToken) client.getAuthTokenFactory().getAuthToken();
token = auth_token.getValue(); // token is '12345abcde'

.NET

String token = '12345abcde'; // TODO: Read user's token from your database
client.SetAuthenticationToken(token);

GDataGAuthRequestFactory requestFactory = (GDataGAuthRequestFactory) client.RequestFactory;
token = requestFactory.GAuthToken;  // token is '12345abcde'

PHP

$token = '12345abcde'; // TODO: Read user's token from your database
$client->getHttpClient()->setClientLoginToken($token);

$token = $client->getHttpClient()->getClientLoginToken(); // $token is '12345abcde'

Python

If you're using the newer v2.0+ classes based off of GDClient, use:

import gdata.gauth

token = '12345abcde'  # TODO: Read user's token from your database
client.auth_token = gdata.gauth.ClientLoginToken(token)

token = client.auth_token.token_string  # token is '12345abcde'

If you're using the older v1.0 classes based off of GDataService, the process is a bit different.

token = '12345abcde'  # TODO: Read user's token from your database
client.SetClientLoginToken(token)

token = client.GetClientLoginToken()  # token is '12345abcde'

Handling CAPTCHA challenges

A failure response from ClientLogin contains an error code and a URL to an error page that can be displayed to the user. If the error code is a CAPTCHA challenge, the response also includes a URL to a CAPTCHA image and a special token. Your application should be able to solicit an answer from the user and then retry the login request.

Java

String email = "user@example.com";
String password = "pa$$word";

try {
  client.setUserCredentials(email, password);
} catch (CaptchaRequiredException e) {
  System.out.println("Please visit " + e.getCaptchaUrl());
  System.out.print("Answer to the challenge? ");
  BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
  String answer = in.readLine();
  service.setUserCredentials(email, password, e.getCaptchaToken(), answer);

} catch (AuthenticationException e) {
  System.out.println(e.getMessage());
}

.নেট

try
{
  client.setUserCredentials("user@example.com", "pa$$word");
  client.QueryAuthenticationToken(); // Authenticate the user immediately
}
catch (CaptchaRequiredException e)
{
  Console.WriteLine("Please visit " + e.Url);
  Console.Write("Answer to the challenge? ");
  String answer = Console.ReadLine();
  GDataGAuthRequestFactory requestFactory = (GDataGAuthRequestFactory) client.RequestFactory;
  requestFactory.CaptchaAnswer = answer;
  requestFactory.CaptchaToken = e.Token;
  client.QueryAuthenticationToken(); // authenticate the user again
}
catch (InvalidCredentialsException e)
{
  Console.WriteLine(e.Message);
}
catch (AuthenticationException e)
{
  Console.WriteLine(e.Message);
}

PHP

$email = 'user@example.com';
$password = 'pa$$word';
$serviceName = 'cl';  // 'cl' is the service name for the Calendar API
$appName = 'yourCompany-yourAppName-v1';

try {
  $httpClient = Zend_Gdata_ClientLogin::getHttpClient($email, $password, $serviceName, null, $appName);
} catch (Zend_Gdata_App_CaptchaRequiredException $e) {
  echo '<a href="' . $e->getCaptchaUrl() . '">CAPTCHA answer required to login</a>';
  $answer = 'Your answer to the challenge';
  $httpClient = Zend_Gdata_ClientLogin::getHttpClient(
      $email, $password, $serviceName, null, $appName, $e->getCaptchaToken(), $answer);

} catch (Zend_Gdata_App_AuthException $e) {
  echo 'Error: ' . $e->getMessage();
  if ($e->getResponse() != null) {
    echo 'Body: ' . $e->getResponse()->getBody();
  }
}

পাইথন

আপনি যদি GDClient- এর উপর ভিত্তি করে নতুন v2.0+ ক্লাস ব্যবহার করছেন, তাহলে ব্যবহার করুন:

import gdata.client

try:
  client.ClientLogin(email, password, application_name,
                     service='cl')
except gdata.client.CaptchaChallenge as challenge:
  print 'Please visit ' + challenge.captcha_url
  answer = raw_input('Answer to the challenge? ')
  client.ClientLogin(email, password, application_name,
                     captcha_token=challenge.captcha_token,
                     captcha_response=answer)
except gdata.client.BadAuthentication:
  exit('Users credentials were unrecognized')
except gdata.client.RequestError:
  exit('Login Error')

আপনি যদি GDataService- এর উপর ভিত্তি করে পুরানো v1.0 ক্লাসগুলি ব্যবহার করেন তবে প্রক্রিয়াটি একটু ভিন্ন।

import gdata.service

email = 'user@example.com'
password = 'pa$$word'
application_name = 'yourCompany-yourAppName-v1'

try:
  client.ClientLogin(email, password, source=application_name)
except gdata.service.CaptchaRequired:
  print 'Please visit ' + client.captcha_url
  answer = raw_input('Answer to the challenge? ')
  client.ClientLogin(email, password, source=application_name,
                     captcha_token=client.captcha_token,
                     captcha_response=answer)
except gdata.service.BadAuthentication:
  exit('Users credentials were unrecognized')
except gdata.service.Error:
  exit('Login Error')

ক্যাপচা সম্পর্কে আরও তথ্যের জন্য, "ইনস্টল করা অ্যাপ্লিকেশনগুলির জন্য প্রমাণীকরণ" ডকুমেন্টেশনের ক্লায়েন্টলগইন প্রতিক্রিয়া বিভাগটি দেখুন।

অতিরিক্ত সম্পদ এবং নমুনা

উপরে ফিরে যাও