You are here

README.txt in Social API 8.2

Same filename and directory in other branches
  1. 3.x README.txt
# SOCIAL API

INTRODUCTION
------------

  * This project is part of the Drupal Social Initiative
  (https://groups.drupal.org/social-initiative).

  * The Social API harmonizes social networking services in Drupal,
  providing an extensible module that allows integration of modules
  for user login, autoposting, and social widgets.

  * Social API aims to abstract parameters for communicating with various social
  networking services.

  * For a full description of the module, visit the project page:
  https://www.drupal.org/project/social_api

  * To submit bug reports and feature suggestions, or to track changes:
  https://drupal.org/project/issues/social_api


RECOMMENDED MODULES
-------------------

  * Social Auth (https://www.drupal.org/project/social_auth):
  Implements methods and templates that will be used by login-related modules.

  * Social Post (https://www.drupal.org/project/social_post):
  Provides methods to allow autoposting to social network accounts.

  * Social Widgets (https://www.drupal.org/project/social_widgets):
  Allows sub-modules to add functionality to add widgets (like buttons, embedded
  content) to node, blocks, etc.


UPDATES IN V2
-------------

  * Added default support for PHP League OAuth2 library that allows
  authentication for OAuth 2.0 services such as Facebook, Google, and others.
  However, other libraries and authentication protocols can still be used.


MAINTAINERS
-----------

Current maintainers:
  * gvso - https://www.drupal.org/u/gvso
  * himanshu-dixit - https://www.drupal.org/u/himanshu-dixit

Supporting organizations:

  * Google Summer of Code (https://www.drupal.org/google-summer-of-code-0)
  Google Summer of Code is a global program focused on bringing more student
  developers into open source software development. Students work on a three
  month programming project with an open source organization during their break
  from university.

File

README.txt
View source
  1. # SOCIAL API
  2. INTRODUCTION
  3. ------------
  4. * This project is part of the Drupal Social Initiative
  5. (https://groups.drupal.org/social-initiative).
  6. * The Social API harmonizes social networking services in Drupal,
  7. providing an extensible module that allows integration of modules
  8. for user login, autoposting, and social widgets.
  9. * Social API aims to abstract parameters for communicating with various social
  10. networking services.
  11. * For a full description of the module, visit the project page:
  12. https://www.drupal.org/project/social_api
  13. * To submit bug reports and feature suggestions, or to track changes:
  14. https://drupal.org/project/issues/social_api
  15. RECOMMENDED MODULES
  16. -------------------
  17. * Social Auth (https://www.drupal.org/project/social_auth):
  18. Implements methods and templates that will be used by login-related modules.
  19. * Social Post (https://www.drupal.org/project/social_post):
  20. Provides methods to allow autoposting to social network accounts.
  21. * Social Widgets (https://www.drupal.org/project/social_widgets):
  22. Allows sub-modules to add functionality to add widgets (like buttons, embedded
  23. content) to node, blocks, etc.
  24. UPDATES IN V2
  25. -------------
  26. * Added default support for PHP League OAuth2 library that allows
  27. authentication for OAuth 2.0 services such as Facebook, Google, and others.
  28. However, other libraries and authentication protocols can still be used.
  29. MAINTAINERS
  30. -----------
  31. Current maintainers:
  32. * gvso - https://www.drupal.org/u/gvso
  33. * himanshu-dixit - https://www.drupal.org/u/himanshu-dixit
  34. Supporting organizations:
  35. * Google Summer of Code (https://www.drupal.org/google-summer-of-code-0)
  36. Google Summer of Code is a global program focused on bringing more student
  37. developers into open source software development. Students work on a three
  38. month programming project with an open source organization during their break
  39. from university.