Customizing SMF > SMF Coding Discussion

SA-Downloads

(1/3) > >>

Iomega0318:
Does anyone use this mod, or perhaps remember it?
It was created by the SA team the same ones who created SA Facebook, Twitter and Google+ mods.

A long time ago, like 3 websites ago lol.. they had this final version of SA-Downloads 0.3.1 Rev23..
I downloaded it because I love it so much, it's simple and easy and integrates into the site very well! Unlike the other popular download system here, it looks horrible in my opinion and is way to much for a "simple download system".. Anyways they basically said a long time ago that they were abandoning it, why I do not know.. but I was wondering if anyone would be willing to take it up and continue working with it to expand it even further or just to keep it working with future versions of SMF, right now the only problem I have with it is it's not displaying pages at all, it shows the first download page even though there should be several and that's about it.. other than that it has been working great!

But anyways, I have the zip on my forum just let me know and I will get you a copy.

Thanks.

reconx86:
Do you know how to configure it? The documentation is important for future development and support
All documentation of the orignal site has been lost.

I tried entering the App ID in facebookauth/base_facebook.php
I don't believe this is the correct manner...


--- Code: ---public function __construct($config) {
    $this->setAppId('396486653823327');
    $this->setApiSecret('56a3b588ed590aecc3bf63b67ed66e53');
    if (isset($config['fileUpload'])) {
      $this->setFileUploadSupport($config['fileUpload']);
    }

    $state = $this->getPersistentData('state');
    if (!empty($state)) {
      $this->state = $this->getPersistentData('state');
    }
  }

--- End code ---
The AppId and Secret are bogus numbers...


--- Quote ---An error occurred with Test. Please try again later.

API Error Code: 191
API Error Description: The specified URL is not owned by the application
Error Message: Invalid redirect_uri: Given URL is not allowed by the Application configuration.

--- End quote ---

And this is the error I got back, please reply I'm considering future support...

Iomega0318:
This thread has nothing to do with the facebook mod..

K@:
Redistributing a mod, without the author's consent, is, I would suggest, a little unethical.

Iomega0318:

--- Quote from: K@ on June 17, 2012, 05:11:47 AM ---Redistributing a mod, without the author's consent, is, I would suggest, a little unethical.

--- End quote ---
No one can get a hold of him, his forum is down and he released all his other mods to another author.. so I don't see why not, I could understand if he were still around though..

Navigation

[0] Message Index

[#] Next page

Go to full version