app/controllers/remoteusers_controller.rb in social2social-0.0.4 vs app/controllers/remoteusers_controller.rb in social2social-0.0.5
- old
+ new
@@ -14,17 +14,17 @@
#Requesting a subscription to the hub
t = Thread.new do
uri = URI.parse(Social2social.hub)
response = Net::HTTP::post_form(uri,{ 'hub.callback' => pshb_callback_url,
'hub.mode' => "subscribe",
- 'hub.topic' => u.home_feed_url,
+ 'hub.topic' => u.public_feed_url,
'hub.verify' => 'sync'})
end
end
respond_to do |format|
format.html
end
end
-end
\ No newline at end of file
+end