All the basics and techniques you need to develop an iframe base facebook application:
- Setup IFrame Application
- Facebook Authentication
- Setting extended permission
- Graph api using php
- Stream Publish (wall post)
- FB Upload Images
- JQuery – how to use this javascript library
Demo URL ’s
http://apps.facebook.com/jokers-pics/
http://www.volumens.com/facebook-app/
The app works like this:
- First, the app reads the cookie from the logued facebook user and pulls his or her profile picture.
- Then, the app saves the profile picture in the local host into a folder named fb_images.
- When the user clics on the “publish photo” button the app render the elements added into the profile picture in the local server and then uploads it into a new photo album in the users profile.