Method: Ayadn::Endpoints#authorize_url
- Defined in:
- lib/ayadn/endpoints.rb
#authorize_url ⇒ Object
26 27 28 |
# File 'lib/ayadn/endpoints.rb', line 26 def "https://account.app.net/oauth/authenticate?client_id=#{Settings::CLIENT_ID}&response_type=token&redirect_uri=#{@ayadn_callback_url}&scope=basic,stream,write_post,follow,public_messages,messages,files,update_profile&include_marker=1" end |