Posts by AlamoPS • 169 points
5 posts
-
0
votes1
answer80
viewsQ: Will Facebook approve an Android app with facebook4j?
I decided to use the facebook4j library because it is easier for integration and even for development itself, in my opinion. My question is: facebook will accept an android app with facebook4j?…
-
0
votes3
answers3315
viewsA: PHP session expires before time
Man, I’m tired of having trouble with the Codeigniter library Session. That’s why I developed mine based on PHP’s Native Session and never had a problem. I opened a project on Github, follow the…
-
1
votes4
answers2542
viewsA: Error accessing Amazon EC2 instance via ssh
You registered the generated key on your PC in the connection-enabled SSH Keys list? Use: cat ~/.ssh/id_pub.rs It will display the key, then copy it and save it to the list in the server…
-
4
votes1
answer1536
viewsQ: Is it possible to create a remote server with Mongodb? How?
My question, to be clear, is to create a server with mongodb in a cloud hosting (for example) and access it through another server. Example: I have a mobile app. I hosted my mongoDB in a cloud…
-
0
votes3
answers7402
viewsA: Load refresh-free page post with AJAX and JQUERY
If you just want to load the page contents and display beside: $(document).ready(function(e) { $('#menu-lateral .post').click(function(e){ var page = $(this).attr('href');…