search for: get_authenticated

Displaying 3 results from an estimated 3 matches for "get_authenticated".

2006 Jul 18
0
del.icio.us links in the layout - HELP
I''m trying to get my del.icio.us links to appear in the layout, so it''s throughout the entire application. Here''s the code I have: #controller - application.rb? def get_authenticated(path, http) request = Net::HTTP::Get.new(path) request.basic_auth ''user'', ''pass'' response = http.request(request) response.value response.body end @links = Array.new @descriptions = Array.new @times = Array.new @i = 0 htt...
2006 Jul 18
9
Simple Array Issue - HELP
Ok, I am interfacing with the del.icio.us API and I want to collect the links in an @instance variable for my view. But I''m having trouble with that part. Here''s what I have: def get_authenticated(path, http) request = Net::HTTP::Get.new(path) request.basic_auth ''user'', ''pass'' response = http.request(request) response.value response.body end @links = Array.new http = Net::HTTP.new(''api.del.icio.us'', 443) http.use_ssl = true http.start do...
2005 Jul 08
1
Compiling icecast on windows?
Hi, Thanks for the reply, I got the dependancies but with no lucl :( Its just error after error. Does anyone on the list have experience with compiling on windows? Does anyone have a compiled version icecast-2.2-kh12d? Should I just give up and wait for the next official release? :( Heres the errors I get now: ------ Build started: Project: icecast, Configuration: Release Win32 ------