Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunny/tangram-importer
Web API to import contacts from Google, Yahoo!, etc. with no passwords
https://github.com/sunny/tangram-importer
Last synced: 4 days ago
JSON representation
Web API to import contacts from Google, Yahoo!, etc. with no passwords
- Host: GitHub
- URL: https://github.com/sunny/tangram-importer
- Owner: sunny
- Created: 2008-07-13T10:36:57.000Z (over 16 years ago)
- Default Branch: main
- Last Pushed: 2020-06-14T10:19:11.000Z (over 4 years ago)
- Last Synced: 2024-10-31T16:59:09.101Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Tangram Importer
================Tangram-importer is a small Sinatra application that serves as web-API to let
people import contacts from a variety of web accounts without using a password.A bit like the Plaxo importer, but FOSS, and using only authentification protocols
which don't require giving out your password.For that, the example.com website could tells its users to click on :
http://tangram-importer.example.com/contacts/yahoo?format=yml&return_to=http://example.com/return-url
Then, tangram-importer takes the user by the hand, redirecting on the website,
and POSTs the result on the given `return_to` URI, in the given format (yml, xml, csv).To launch a development app, type:
ruby tangram-importer.rb
Then try it out at:
http://localhost:4567/?return_to=http://localhost:4567/implementation-test&format=xml