Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

Perl module for Myspace REST API. This is the module for simplifying developing of myspace applications.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 6 days ago
 
 

SFoodie.com is a San Francisco food review web site. The site acts as an example implementation of MySpace's Data Availability offering, including use of OpenID, OAuth and OpenSocial REST APIs. The site is built with Python and hosted on Google App Engine. If you are interested in ... [More] contributing please post on the forums and someone will be in contact with you. Happy Coding! This project contains the base API code necessary to make signed requests against the MySpace REST API. This will allow your web servers to communicate with our web servers and request user data. We have provided a few simple examples, please let us know how we can improve the code as we go forwards. Working ExamplesOAuth - make signed requests OpenID + OAuth Hybrid - delegated login, and making signed requests SDK LanguagesMySpaceID-PHP-SDK MySpaceID-Python-SDK MySpaceID-Ruby-SDK MySpaceID-C#-SDK MySpaceID-Java-SDK Demo Projects8bitmusic PHP project demo sfoodie Python project 'in development' [Less]

0
 
  0 reviews  |  0 users  |  13,468 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

A simple demo that fetches a user's MySpace profile and friends info. using oAuth access delegation and MySpace REST APIs. See the README file for more info

0
 
  0 reviews  |  0 users  |  549 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

MySpaceID lets your users log on using their MySpace account info, after which their MySpaceID data becomes available; that is, your web servers will be able to communicate with our web servers and request user data. This SDK project contains examples of the base API code necessary to make ... [More] signed requests against the MySpaceID REST API. To use the MySpaceID API, you first need to register on the MySpace Developer Site, create an app, and obtain a consumer key and secret. Information about these procedures, and about MySpaceID in general, is available at the MySpaceID Developer Wiki. The MySpaceID PHP SDK enables you to work with MySpace data using the OpenStack (OpenID, OAuth etc) and the MySpace REST APIs via easy-to-use high level interfaces. The best way to implement y [Less]

0
 
  0 reviews  |  0 users  |  11,588 lines of code  |  3 current contributors  |  Analyzed about 3 years ago
 
 

This project demonstrates an OpenID "Combined Consumer" by implementing the openid/oauth "hybrid" spec as specified at: http://step2.googlecode.com/svn/spec/openid_oauth_extension/latest/openid_oauth_extension.html This sample works against MySpace's "Combined ... [More] Provider", but, can easily be modified to work with other providers by swapping out the appropriate API URLs (in oauthhelper.py) and the HTML rendering code More info in the README file Chak Nanga Jan 23, 2009. [Less]

0
 
  0 reviews  |  0 users  |  5,190 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

MySpace SDKsThis site provides links to all of the MySpaceID SDKs. Click on the SDK link for your preferred programming language: MySpaceID-PHP-SDK MySpaceID-Python-SDK MySpaceID-Ruby-SDK MySpaceID-C#-SDK MySpaceID-Java-SDK MySpaceID-AS3-SDK MySpaceID-iPhone-SDK Demo Projects8bitmusic ... [More] PHP project demo sfoodie Python project 'in development' DocumentationEach of the language-specific SDK sites listed above includes links to its own documentation. For more general information about the MySpaceID SDKs, see the MySpaceID Wiki. MySpace ButtonsButtons and logos for MySpaceID-enabled sites are available from the MySpaceID Logo Kit. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 5 days ago
 
 

MySpace Ruby SDKWhether you are hosting an application on your own server or working with an OpenSocial app hosted by MySpace, you can use elements of this Software Development Kit (SDK) to make calls to the MySpace Application Programming Interface (API). This API provides access to a variety of ... [More] MySpace features and data. If you have registered an application hosted on your server as a MySpaceID app, this SDK shows you how to implement the OAuth secure access protocol. The immediate benefit is that your app’s users will be able to log in to your application using their familiar MySpace account info, rather than having to set up and remember yet another username and password. The greater benefit is that your MySpaceID app can access MySpace data through the MySpace APIs. All MySpace applications — both MySpaceID-registered apps and MySpace-hosted apps — can access MySpace data through the MySpace APIs. Information about MySpace applications is available at the Wiki page titled What are MySpace Applications?. This SDK project contains examples of the base API code necessary to make signed requests against the MySpace REST API. See the Ruby SDK source code directory. To use the MySpace API in your own projects, you first need to register on the MySpace Developer Site. Follow the instructions in this site to create an app; you'll get a consumer key and secret. The MySpace Ruby SDK enables you to work with MySpace data using the OpenStack (OpenID, OAuth etc) and the MySpace REST APIs via easy-to-use high level interfaces. The best way to implement your own application is to take an existing sample and customize it. Working Examples in this SDK:OAuth - make signed requests OpenID + OAuth Hybrid - delegated login, and making signed requests DocumentationRuby SDK Documentation Summary Ruby SDK - API Documentation MySpace SDKs for Other LanguagesMySpaceID-PHP-SDK MySpaceID-Python-SDK MySpaceID-C#-SDK MySpaceID-Java-SDK MySpaceID-AS3-SDK MySpaceID-iPhone-SDK MySpaceID SDK Main Page [Less]

0
 
  0 reviews  |  0 users  |  19,376 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

Whether you are hosting an application on your own server or working with an OpenSocial app hosted by MySpace, you can use elements of this Software Development Kit (SDK) to make calls to the MySpace Application Programming Interface (API). This API provides access to a variety of MySpace features ... [More] and data. If you have registered an application hosted on your server as a MySpaceID app, this SDK shows you how to implement the OAuth secure access protocol. The immediate benefit is that your app’s users will be able to log in to your application using their familiar MySpace account info, rather than having to set up and remember yet another username and password. The greater benefit is that your MySpaceID app can access MySpace data through the MySpace APIs. All MySpace applications — both MySpaceID-registered apps and MySpace-hosted apps — can access MySpace data through the MySpace APIs. Information about MySpace applications is available at the Wiki page titled What are MySpace Applications?. This SDK project contains examples of the base API code necessary to make signed requests against the MySpace REST API. See the Java SDK source code directory. Samples in the SDK run out of the box, but for your own projects, you first need to register on the MySpace Developer Site. Follow the instructions in this site to create an app; you'll get a consumer key and secret. To develop with this SDK, please download the source code, read the documentation in the README file, and get the sample apps running. DownloadDownload source code as zip file Download source code using subversion Working Examples in this SDKOAuth - make signed requests OpenID + OAuth Hybrid - delegated login, and making signed requests OpenID + OAuth Hybrid with popup login - directed identity, and making signed requests DocumentationREADME Javadocs FeedbackGot questions? Visit MySpaceID Forum View or log issues LinksMySpaceID Home MySpaceID Wiki MySpace Developer Site MySpace Developer Blog MySpaceID SDK Main Page Other SDK LanguagesMySpaceID-PHP-SDK MySpaceID-Python-SDK MySpaceID-Ruby-SDK MySpaceID-C#-SDK MySpaceID-AS3-SDK MySpaceID-iPhone-SDK [Less]

0
 
  0 reviews  |  0 users  |  21,901 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.