Web Tamarin
  • Home
  • Plugins
    • MK Slider
    • MK Google Directions
    • MK Post and Page Excerpts Widgets
  • HIRE ME!!!
  • DONATE
  • Search
  • Menu
Blog - Latest News
You are here: Home1 / Parse2 / Users3 / Parse.com Sign Up Using PHP CURL

Parse.com Sign Up Using PHP CURL

July 31, 2014/in Parse, Users /by Web Tamarin

Parse.com is an external BaaS (Backend as a service) provider.

Parse.com provides REST API that lets you interact with Parse.com from anything that can send an HTTP Request. In this tutorial we will send and HTTP request to Parse.com using PHP CURL.

This tutorial assumes that you have Parse.com account. Follow the below mentioned steps to create a Parse.com App and obtain Application Id.

  1. Sign In to Parse.com 
  2. Move to Dashobard
  3. Create a New App
  4. Copy Application ID, Client Key and REST API Key

The code below will send a PHP CURL request to REST API of Parse.com to register a new user. While registering a new user on Parse.com the username and password fields are required, rest of the fields are optional. The password field is handled differently than the others; it is encrypted when stored in the Parse Cloud and never returned to any client request. You have to place you Application ID and REST API Key with the placeholders. You can run this code on a PHP server.

1
{{urvanov-syntax-highlighter-internal:0}}

 When the creation is successful, the HTTP response is a 201 Created and the Location header contains the URL for the new user:

1
2
Status: 201 Created
Location: https://api.parse.com/1/users/g7y9tkhB7O

 The response body is a JSON object containing the objectId, the createdAt timestamp of the newly-created object, and thesessionToken which can be used to authenticate subsequent requests as this user:

1
2
3
4
5
{
  "createdAt": "2011-11-07T20:58:34.448Z",
  "objectId": "g7y9tkhB7O",
  "sessionToken": "pnktnjyb996sj4p156gjtp4im"
}

 

Tags: CURL, Parse, Parse CURL, Parse PHP, Parse Register, Parse REST API, Parse Sign Up, Parse.com, Parse.com PHP, Parse.com Register, Parse.com REST API, Parse.com Sign Up, PHP
Share this entry
  • Share on Facebook
  • Share on Twitter
  • Share on WhatsApp
  • Share on Pinterest
  • Share on LinkedIn
  • Share on Tumblr
  • Share on Vk
  • Share on Reddit
  • Share by Mail
http://www.webtamarin.com/wp-content/uploads/2014/09/parse.jpg 250 280 Web Tamarin http://www.webtamarin.com/wp-content/uploads/2015/06/logo11-300x62.png Web Tamarin2014-07-31 07:52:422020-02-13 12:08:03Parse.com Sign Up Using PHP CURL
You might also like
Parse.com Create New Object Using PHP CURL
Top PHP IDE's
Parse.com Sign In Using PHP CURL
How To: Fix WAMP MSVCR110.dll Not Found or Missing Errors
Parse.com Retrieving Objects Using PHP CURL
WAMP does not start
PHP Best Practices That You Must Follow

Search

Recent Posts

  • How to Change MX Records – Godaddy
  • PHP Best Practices That You Must Follow
  • Top PHP IDE’s
  • How To: Create aliases on WAMP server
  • Fix: WordPress Memory Exhausted Error – Increase WordPress Memory Limit

Categories

Tags

Apache Apache Alias Apache Aliases Child Template Child Theme CURL Debugging Develop Plugin Eclipse Fix WordPress Memory Komodo Memory Error MSVCR110.dll MSVCR110.dll error MSVCR110.dll issue Multiple Dynamic Sidebars MySQL Netbeans Parent Theme Parse Parse.com Parse.com Login Parse.com Object Parse.com PHP Parse.com Register Parse.com REST API Parse.com Sign Up Parse CURL Parse Login Parse Objects Parse PHP Parse Register Parse REST API Parse Sign Up Permalinks PHP PHPEdit PHP Editor PHPStorm Plugin Development Rapid Programming on Windows Register Sidebar Search Engine Friendly URL Wamp Wamp Server

Hire Me / Donate

Donate

Hire Me / Donate

Donate

Pages

  • Blog
  • MK Google Directions
  • MK Post and Page Excerpts Widgets
  • MK Slider
  • Plugins

Categories

  • Apache
  • Internet
  • MySql
  • Objects
  • Parse
  • PHP
  • Plugins
  • Themes
  • Users
  • Wamp
  • WordPress

Archive

  • August 2015
  • July 2015
  • October 2014
  • September 2014
  • August 2014
  • July 2014
2018 - Enfold Theme by Kriesi
  • Twitter
  • Facebook
  • LinkedIn
Parse.com Sign In Using PHP CURL Parse.com Create New Object Using PHP CURL
Scroll to top