From e797c0da875a04bc308a60e1a9d255528f3d0533 Mon Sep 17 00:00:00 2001 From: Callum Macdonald Date: Wed, 12 Jun 2013 14:12:23 +0200 Subject: [PATCH 1/2] Ping.fm is dead, switch to Composer.io Composer.io hosts a drop in replacement for the ping.fm API which is now defunct. --- ping_fm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ping_fm.rb b/ping_fm.rb index d7aabc3..7f6c95a 100644 --- a/ping_fm.rb +++ b/ping_fm.rb @@ -27,7 +27,7 @@ def self.user_post(post_method, body, opts = {}) :user_app_key => USER_API_KEY, :post_method => post_method, :body => body}.merge(opts) - xml_result = RestClient.post("http://api.ping.fm/v1/user.post", params) + xml_result = RestClient.post("http://papi.cmp.sr/v1/user.post", params) end -end \ No newline at end of file +end From cfd7377697b1a5a28e87818af9a60cc08bd20b35 Mon Sep 17 00:00:00 2001 From: Callum Macdonald Date: Wed, 12 Jun 2013 14:13:59 +0200 Subject: [PATCH 2/2] Point to Composer.io Ping.fm is dead, Composer.io hosts a drop in replacement for the API. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 5e3a458..4c58d88 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ == a simple ruby wrapper for the ping.FM service == -This is a simple library to automate posting to ping.FM service. +This is a simple library to automate posting to ping.FM API on Composer.io. Uses the v1 API: http://groups.google.com/group/pingfm-developers/web/api-documentation?_done=%2Fgroup%2Fpingfm-developers%3F