This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Nov 03 13:24:32 -0800 2009 | |
| |
README | Sun Nov 22 14:27:17 -0800 2009 | |
| |
pom.xml | Tue Nov 03 12:40:10 -0800 2009 | |
| |
src/ | Tue Nov 03 13:27:33 -0800 2009 |
README
This project shows how you can extend the Shindig REST API by allowing clients to create new relationships. This is explained in this blog post: http://www.bbc.co.uk/blogs/webdeveloper/2009/11/extending-opensocial-and-shind.shtml. The code borrows librally from the Shindig codebase: http://svn.apache.org/repos/asf/incubator/shindig/trunk/ along with tutorials such as http://cwiki.apache.org/SHINDIG/shindig-spring-example.html Steps to install and run bbc-shindig-example 1. Open a command-prompt, and 'cd' to where bbc-shindig-example code is (e.g. cd ~/src/bbc-shindig-example) 2. mvn install 3. mvn jetty:run 4. Open a browser and try the following URLs: - http://localhost:8080/social/rest/people/canonical/@self?format=xml - http://localhost:8080/social/rest/people/canonical/@friends?format=xml - POST {id: 'canonical'} http://localhost:8080/social/rest/people/john.doe/@friends







