If your Facebook App requests additional permissions from users, they first need to be reviewed and approved by Facebook. Here are some tips on getting through Facebook’s review process as quickly as possible.
- Home
- Blog (Page 4)
Blog
Cordova: Release Signing Android Applications
If you’re using Cordova 5.x+, it’s easy to configure it to also build signed release builds of your Android application. Providing you’re already created a keystore using the keytool, this tutorial will have you building release builds in minutes.
Android, Code Signing, Cordova, Google Play Store, SecurityAWS: Install MongoDB 3.x on Ubuntu 14
If you’re running the default Ubuntu 14 LTS server on AWS, you’ll find that the package manage will only install MongoDB v2.x. However, you can install the latest version by updating apt-get using this tutorial, allowing you to use install the Parse API Server.
Amazon Web Services, MongoDB, Tutorial, UbuntuAWS: Install NodeJS 4.x or 5.x on Ubuntu 14
If you’re looking to install the latest version of NodeJS on your Ubuntu 14 LTS server, you’ll find that the default package manager only has access to older versions of NodeJS. However, you can easily update apt-get to get the latest version using this tutorial.
Amazon Web Services, NodeJS, Tutorial, UbuntuParse.com: Setting up the Open Source Parse API Server
Following Parse’s announcement of the service winding down and the subsequent release of the Parse API Server, I’ve taken the time to setup my own instance of the open-source software to help migrate from Parse.com before it shuts down in January 2017.
Amazon Web Services, AMI, MongoDB, NodeJS, Open Source, Parse, TutorialLaravel 5.x: Redirect CSRF Errors to Previous Page
Create Public / Privacy Encryption Keys and Encrypt / Decrypt Data using PHP
In a recent project, I’ve been using public/private key encryption to transmit data from a mobile application to an API, keeping sensitive information secure as a result. This tutorial explains how you can create your own keys, and then use them to encrypt or decrypt data using PHP and OpenSSL.
Encryption, PHP, Public / Private Keys, Security, Tutorial