Demo
This is a simple Facebook Connect Demo based on http://www.saaraan.com/2012/05/ajax-facebook-connect-with-jquery-php
This demo uses PHP SDK for Facebook with AJAX
Showing posts with label Facebook Connect. Show all posts
Showing posts with label Facebook Connect. Show all posts
Sunday, August 19, 2012
Subscribe to:
Posts (Atom)
How to enable CORS in Laravel 5
https://www.youtube.com/watch?v=PozYTvmgcVE 1. Add middleware php artisan make:middleware Cors return $next($request) ->header('Acces...
-
Today we are going to build another restful web service in eclipse using gson library. When client makes a request, the application queries ...
-
To import Excel data, first you need to have a Excel reader. It should be accurate enough to interpret Excel data as expected. There 's ...