OAuth Plugin OAuth Plugin
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

OAuth Plugin

Started by ISANexusDev, July 12, 2013, 04:24:13 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ISANexusDev

OAuth Authentication to Coppermine and basic API functions (album fetch, photos fetch and comments fetch) access with correct auth and secret tokens

Plugin can tested with PhotoFrame Live Wallpaper version >= 10.8.2 ( http://www.4shared.com/file/bqneZwfE/android_photo_frame_live_wallp.html ) in any Android Phone with Android OS >= 2.1

Plugin download:

http://www.4shared.com/zip/aYojESlq/cpg15x_plugin_oauth_v10.html

Coppermine 1.5.24 + Oauth Plugin from:

http://www.4shared.com/zip/D4w8DI4V/cpg1524_and_PhotoFrameLiveWall.html

phill104

Thank you for your contribution. I will review and test this sometime next week then add it to our download repository. I have added you to the contributors group.
It is a mistake to think you can solve any major problems just with potatoes.

ISANexusDev

Here is a Sample Code for a Client using the OAuth Plugin. The code is in Java (the project itself is for Android but main classes can be used in other platforms)

http://www.4shared.com/zip/W70CuZR9/CoppermineSample.html

Also the apk for this client sample. It can be ran in any Android device with OS >= 2.1

http://www.4shared.com/android/SGDiCPMF/CoppermineSample.html


ISANexusDev

#3
Found a bug while writing/testing the Sample Coppermine OAuth Plugin client for Android IN THE OAUTH PLUGIN itself, so, I corrected and created an incremental version 1.1. This can be downloaded from:

http://www.4shared.com/zip/WCAmaBN4/cpg15x_plugin_oauth_v11.html

Version 1.0 was returning only 1 photo per album. Somebody might want more photos per album... so, here it is 1.1 to futfill the need.