Skip to content

Commit

Permalink
Update library name in README file
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanm committed May 9, 2011
1 parent b8b7e37 commit 80c0f7f
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.txt
@@ -1,6 +1,6 @@
==============================================
AndroidOperaLink - Android Opera Link Client
==============================================
======================================================
JavaOperaLinkClient - Java Opera Link Client library
======================================================


Introduction
Expand All @@ -9,7 +9,7 @@ Introduction
This is the Opera Link Public API client library for Java.
It provides utilities to get and manipulate Opera Bookmarks, Notes and
Speed Dials. The application which uses it should provide the library with an
application key and secret key received from
application key and secret key received from
https://auth.opera.com/service/oauth.
The library takes care of authorizing the user and giving easy access to get and
modify his Opera Link data.
Expand Down Expand Up @@ -74,9 +74,11 @@ be able to specify a callback URL.
1. Authorization
----------------

To authorize a new user LinkClient object must be created. It obtains a request
token and generates the authorization website address where the user must be
redirected. This example is taken from the AndroidNotes application:
To authorize a new user LinkClient object must be created. It obtains
a request token and generates the authorization website address where
the user must be redirected. This example is taken from the
AndroidNotes application
(https://github.com/operasoftware/AndroidNotes):

// create new connection
link = new LinkClient(consumerKey, consumerSecret);
Expand Down

0 comments on commit 80c0f7f

Please sign in to comment.