facebook-php-sdk
Workflow for a message/item sending Facebook canvas app using new Request 2.0
Working on my second app and the first using the new Request 2.0 and other recent features. I\'ve managed to get the app to log a user in and grant the extended permissions.[详细]
2023-04-05 18:22 分类:问答How do I login with javascript but store userinfo with php/mysql?
I have created a javascript based login for my latest application, and everything works fine. The problem is that i want to store all users in a database, an开发者_如何学JAVAd dont know how to do this[详细]
2023-04-05 17:15 分类:问答Facebook API: (SDK Version 3) Authenticate and Post to Page
I\'ve just downloaded the Facebook SDK Version 3 and there are some significant changes. My goal is to get everything working so a user can be authenticated, then when they add a new page (different s[详细]
2023-04-05 09:46 分类:问答Facebook API so slow
I\'m using the PHP SDK and it\'s really slow, for example to run this: try { $me = $this->facebook->api(\'/me\');[详细]
2023-04-05 05:56 分类:问答How to set age restriction using the new PHP lib?
My old method to set age restriction is like $userID = $facebook->require_login($required_permissions = \'email, publish_stream,offline_access\');[详细]
2023-04-05 02:15 分类:问答How do I get a Facebook App on my fan page to see the user details that are visiting my app?
I am creating an app in Facebook that will work with my fan page. When fans click on the tab, they will see a page where they can enter in some information. I want to personalize that page by 开发者[详细]
2023-04-04 20:37 分类:问答Facebook php api not authenticating user? can someone show their working login code?
New to facebook api development.. taking a crack at php api and just trying to get user logged into facebook to show up... so far unsuccessfully.. I\'ve tried the different ways below to get a fb user[详细]
2023-04-04 12:24 分类:问答unable to get access_token from facebook. it returns code parameter
i am using php sdk. here is my php code require \'src/facebook.php\'; $facebook = new Facebook(array( \'appId\'=> \'123456\',[详细]
2023-04-04 06:39 分类:问答Facebook login issue (php sdk 3.1.1 + latest js SDK)
I\'ve created test.php Copied exa开发者_Go百科mple from here Changed appId, and secret Uploaded test.php to server[详细]
2023-04-04 05:25 分类:问答Is it possible to upload a photo to fanpage album without publishing it?
Here on my fanpage I\'ve added my small app, that makes it possible, that fans can upload photos to a special photo album of this fanpage.[详细]
2023-04-03 21:21 分类:问答
加载中,请稍侯......