OAuth Plugin OAuth Plugin
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

OAuth Plugin

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

Previous topic - Next topic

0 Members and 2 Guests 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.