Monday, October 31, 2011

Facebook developers Map - Facebook api php from DreamWeaver

Facebook application development Facebook Api PhP - New.php

Let your Api users invite their friends to your Api. ... using Face book graph

New.php Code

Facebook developers Facebook Api PhP - try.php

Display The Name and the Photo of the current User of your Api ...

try.php Code

FriendsPics Previous | Next New.php

Facebook application developer Facebook Api PhP - friendspics.php

Let your Api users to display the pics of their friends .

FriendsPics.Php

friendlist Previous | Next try.php

Facebook application developer Facebook Api PhP - friendlist.php

Let your api users to display their friends list ..


friendlist.php Code

feed.php Previous | Next friendspics.php

Facebook Api PhP - Feed.php

Let your API Users Post Messages to their wall ..

Feed.Php

Fbname.php Previous | Next FriendList.php

Facebook app development Facebook Api PhP - Fbname.php

The User Of Your App Friend's Names ... when a user logs into your app he could show all of his friends and know how many are they and thier (first name | last name) ....

Fbname.php Code

Config.php Previous || Next Feed.php

Monday, October 10, 2011

Facebook developers application Facebook Api Php - main.php

First,
Here is the Final Shape of your App Evry1falls

Final Look Of The Application Using (PHP)
Now,
1) main.php - Code
- As you can see the main.php file holds the Variables from where other files will work through such as (Index.php) .... any question just post a comment !

Next - Index.php

Sunday, October 2, 2011

Facebook application development Fatal error: Uncaught OAuthException: An active access token must be used

This Topic aplies to SDK 3.x
Subject ( Fatal error: Uncaught OAuthException: An active access token must be used )
The Answer to this problem could be found here : Link
But let's discuss it, shall we!
- There are 4 reasons why Tokens get expire :
  1. The token expires after expiration time (2 hours is the default).
  2. The user changes his/her password which invalidates the access token.
  3. The user DE-authorizes your app.
  4. The user logs out of Facebook.
I will not explain the 4 reasons but i will just post the script solution :
- If there is any question, just post a comment.
- i will get back here to try to explain the codes .

google me (evry1falls)