php用用户和密码获取facebook信息

How do I extract my own Facebook information programmatically (without login dialog) using the PHP Facebook SDK. Is there a way to feed facebook with my username and password and get back my profile information?

There are no endpoints for that. If you just want to extract your own info, why don't you use the graph Explorer: https://developers.facebook.com/tools/explorer

You can generate an Access Token with it, and then query for your data.