python748 / alternate-java-bridge-library

Automatically exported from code.google.com/p/alternate-java-bridge-library
Apache License 2.0
0 stars 0 forks source link

Add Oauth1 helper class #118

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Added OAuth1APIHelper class. This class handles the oauth 1.0/1.0a flow for 
you. It takes care of getting auth tokens/secrets, and signs each request. The 
class contains it's own Get() and Post() methods (no need to use the Web 
component if you are using this class).

An example will be added to the sample archive.

Original issue reported on code.google.com by IMPINC...@gmail.com on 3 Apr 2013 at 1:54

GoogleCodeExporter commented 8 years ago
I've decided to just wrap the oauth libraries into the Altbridge jar file. The 
two jars required only take up 52KB, so it won't add too much to the jar size.

Original comment by IMPINC...@gmail.com on 6 Apr 2013 at 9:35

GoogleCodeExporter commented 8 years ago
It's not so easy to bundle jars within jars, so the jars will be added when 
using the New Form wizard. You can also use the "Add OAuth Libraries" tool from 
the AltBridge tools menu.

Original comment by IMPINC...@gmail.com on 8 Apr 2013 at 12:00

GoogleCodeExporter commented 8 years ago

Original comment by IMPINC...@gmail.com on 14 Apr 2013 at 5:31