facebook access_token problem
Posted
by
user559711
on Stack Overflow
See other posts from Stack Overflow
or by user559711
Published on 2011-01-01T09:14:24Z
Indexed on
2011/01/01
9:54 UTC
Read the original article
Hit count: 235
Hi,
I just wrote a little application(4 page php), everything work fine, however, I have a question that, do I need to create a new instance of facebook (just like $facebook = new facebook.....) in every new php page, or just pass a access token or session? If only pass the access token, how can I use the function $faceook->api('something'); to acheive the data?
Because I'm a beginner of php, I have no idea how access token work, please help, thanks a lot!
Regards,
YK
© Stack Overflow or respective owner