My Project provides a API to the xing.com "social network" including a (at the moment) example module "xing_account" to demonstrate the implemantation based on a own entity for xing accounts. I did not find any project on drupal that provides this functionality for xing.com

You can find my project here:
http://drupal.org/sandbox/MLersch/1484096

The Git Repo is here:
http://git.drupal.org/sandbox/MLersch/1484096.git

The module is for 7.x

Comments

patrickd’s picture

Status: Needs review » Needs work

welcome,

You are working in the "master" branch in git. You should really be working in a version specific branch. The most direct documentation on this is Moving from a master branch to a version branch. For additional resources please see the documentation about release naming conventions and creating a branch in git.

  • Remove "version" from the info file, it will be added by drupal.org packaging automatically.
  • The "?>" PHP delimiter at the end of files is discouraged, see http://drupal.org/node/318#phptags
    ./lib/OAuth/OAuth.php
    
  • Remove all old CVS $Id tags, they are not needed anymore.
    xing.install:2:// $Id$
    

As installation and usage instructions are quite important for us to review, please take a moment to make your project page follow tips for a great project page. Also make sure that your README.txt follows the guidelines for in-project documentation.

while waiting for an in-depht review of your module you can start out fixing some coding style issues detected by automated tools:
http://ventral.org/pareview/httpgitdrupalorgsandboxmlersch1484096git

We do really need more hands in the application queue and highly recommend to get a review bonus so we can come back to your application sooner.

regards

klausi’s picture

Status: Needs work » Closed (won't fix)

Closing due to lack of activity. Feel free to reopen if you are still working on this application.