Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I would like to install a custom Wi-fi hotspot which needs login to enable Internet access with this requirements and I would like to know if someone has installed.

Requirements:

  • Login server: I have my own OAuth server built with Java/Spring to enable user login with Twitter and Facebook via REST API.
  • Wi-fi access point: allows user Internet access when login success.
  • When the user selects the Wi-Fi network, the landing page must appear with the login button.

I' ve got the login module, but I don' t know how to install some kind of Wi-fi hotspot with a custom landing page that could link with this login server. I've searched for some kind of tool or software, but I found nothing. Any ideas or suggestions, please?

Thank you very much!

share|improve this question
Is this a software or a hardware thing you are looking for? – user577537 Aug 28 '12 at 17:35
It combines both: hardware, because you need a router to connect with; software, because I want to develop a way to authenticate users and then allow them Internet access if the login succes. It' s important for me to manage the login process myself, because I want to access to some user account info - no external authentication service will fit for me. I´ve got the software part, because I have developped some time ago an application that authenticates users with OAuth protocol, but I need some kind of help, suggestions... with the second part of the project. – user1619014 Aug 29 '12 at 10:42
The second part of the project involves that way to interact with the router to grant Internet access to those users that I accept after OAuth login process. – user1619014 Aug 29 '12 at 10:50

2 Answers

See this article http://www.makeuseof.com/tag/set-free-wifi-hotspot-ddwrt/ and this http://www.dd-wrt.com/wiki/index.php/Chillispot

share|improve this answer
Thanks! I' ll check them, :-) – user1619014 Aug 29 '12 at 10:46

I've found this manufacturer: http://www.bluemoz.com

share|improve this answer
Thank you, but this doesn' t fit me, :-( I need to manage myself the authentication process. I want to access to some user account info and that' s only possible if I manage myself the OAuth authentication steps with no external service. – user1619014 Aug 29 '12 at 10:43

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.