1 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
 
   4   name: Some OAuth Web App
 
   5   created_at: "2009-04-21 00:00:00"
 
   6   support_url: http://some.web.app.org/support
 
   7   updated_at: "2009-04-21 00:00:00"
 
   8   callback_url: http://some.web.app.org/callback
 
   9   url: http://some.web.app.org/
 
  11   secret: Ur1s9LWWJJuYBiV9cDi3za3OV8TGCoRgUvVXJ5zp7pc
 
  12   key: ewvENqsaTXFnZbMWmGDX2g
 
  13   allow_read_prefs: true
 
  14   allow_write_prefs: false
 
  15   allow_write_diary: false
 
  18   allow_write_gpx: false
 
  21   name: Some OAuth Desktop App
 
  22   created_at: "2009-04-21 00:00:00"
 
  23   support_url: http://some.desktop.app.org/support
 
  24   updated_at: "2009-04-21 00:00:00"
 
  26   secret: V9DOm1H5qSdIG9IeCTiOkAcCx15bK8bkGxf7XEpF
 
  27   key: rlEdPM6Tp8lpLwvSyNJQ4w
 
  28   allow_read_prefs: true
 
  29   allow_write_prefs: false
 
  30   allow_write_diary: false
 
  33   allow_write_gpx: false