Overview
The Request Dialog sends a Request from one user (the sender) to one or more users (the recipients). The Request Dialog can be used to send a Request directly from one user to another or display a Multi Friend Selector Dialog, allowing the sending user to select multiple recipient users.
How to implement with in 3 steps ?
- STEP-1
- Go to https://developers.facebook.com/ and click on Apps (You must have facebook account)
- Click on create New app and create a new app.
- STEP-2
- https://www.facebook.com/
dialog/apprequests?app_id= YOUR_APP_ID&message= Facebook%20Dialogs%20are%20so% 20easy!&redirect_uri=http:// azuremt.com/test/facebook.php - Copy this url and paste in your address bar with following changes
- YOUR_APP_ID = Application Id which you got it from the STEP-1
- redirect_uri = Response URL (It should be under the domain name you have registered in the STEP-1 )
- STEP-3
- Now you will get screen for send request and finally you will get the result on response page (Write print_r($_REQUEST); in the response page)
Enjoyyy :) Let me know any comments ???
No comments:
Post a Comment