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.
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
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
I\'m using the PHP SDK and it\'s really slow, for example to run this: try { $me = $this->facebook->api(\'/me\');
My old method to set age restriction is like $userID = $facebook->require_login($required_permissions = \'email, publish_stream,offline_access\');
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 开发者
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
i am using php sdk. here is my php code require \'src/facebook.php\'; $facebook = new Facebook(array( \'appId\'=> \'123456\',
I\'ve created test.php Copied exa开发者_Go百科mple from here Changed appId, and secret Uploaded test.php to server
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.