2 <label for="client_application_name">Name*</label><br/>
3 <%= f.text_field :name %>
6 <label for="client_application_url">Main Application URL*</label><br/>
7 <%= f.text_field :url %>
10 <label for="client_application_callback_url">Callback URL*</label><br/>
11 <%= f.text_field :callback_url %>
14 <label for="client_application_support_url">Support URL</label><br/>
15 <%= f.text_field :support_url %>
18 <%= f.check_box :allow_read_prefs %>
19 <label for="client_application_allow_read_prefs">Request permission to read the user preferences.</label><br/>
22 <%= f.check_box :allow_write_prefs %>
23 <label for="client_application_allow_write_prefs">Request permission to write the user preferences.</label><br/>
26 <%= f.check_box :allow_write_diary %>
27 <label for="client_application_allow_write_diary">Request permission to create diary entries, comments and friends.</label><br/>
30 <%= f.check_box :allow_write_api %>
31 <label for="client_application_allow_write_api">Request permission to write the API on the user's behalf.</label><br/>
34 <%= f.check_box :allow_read_gpx %>
35 <label for="client_application_allow_read_gpx">Request permission to read the user's private GPS traces.</label><br/>
38 <%= f.check_box :allow_write_gpx %>
39 <label for="client_application_allow_write_gpx">Request permission to upload GPS traces as the user.</label><br/>