The Facebook PHP-SDK provides Facebook Platform support to your PHP - based web apps.

learn more… | top users | synonyms

0
votes
0answers
4 views

facebook open graph - Photo uploading

I am upgrading my apps to open graph. I am not able to clearly get the photo uploading docs in open graph except user_generated property. I tried fb:explicitly_shared = true but image has been ...
1
vote
1answer
11 views

.htaccess configuration, codeIgniter and facebook php sdk

I have to access http://example.com/ABC/some-controller. As per CodeIgniter you have to follow http://example.com/ABC/index.php/some-controller. Now I am using .htaccess to remove index.php. The ...
0
votes
0answers
11 views

Custom Action : Image has been uploaded but unable to view it

I am trying to use "Custom Action" I created action share and object photo. Used the following coding $params_graph = array( 'access_token' => $access_token, 'photo' => ...
0
votes
0answers
8 views

how to remove border for facebook page tab web app

I am trying to remove border for facebook page tab web application using jquery.Here is the code i am using from jquery to change css property. <script> $(document).ready(function() { ...
-2
votes
0answers
10 views

A valid Privacy Policy URL must be provided in order to be compliant with Facebook Platform Policy [closed]

I get this kind of error on my app Error A valid Privacy Policy URL must be provided in order to be compliant with Facebook Platform Policy. my Tersm of Use an Privacy Policy are the same for 2 years ...
-1
votes
0answers
23 views

Post to facebook fan page from the website as Admin

I want to post to the facebook fan page from another website. When someone post to the website i want to post the detail of it from that page to facebook fan page of that site. I am new to facebook ...
0
votes
0answers
15 views

facebook php sdk on applications : how to display automaticly the login prompt? [duplicate]

I'm building a Facebook App using PHP SDK and all I want is to display automaticly the login app window (the one that prompt the user to accept the authorizations ). For the moment I manage to ...
0
votes
0answers
11 views

Facebook page insights permissions are not required

I am working on a web application that use Facebook login for authentication. It should give your insights information about the pages that you have under your account. For this I use PHP-SDK in the ...
-1
votes
1answer
24 views

How to get access token if it expires

i have made an app which helps a user to post photos directly to a fb page from website. the problem i am facing now is that if the access token expires i have to put new access token every time. i ...
1
vote
2answers
37 views

If condition is always returning zero while getting the user in " $this->'library_name'->getUser()

I am trying this code : $this->load->library('fbconnect'); if ($this->fbconnect->user){ echo "<pre>"; print_r($this->fbconnect->user); echo ...
0
votes
0answers
20 views

How to add html tag in facebook notification message using php sdk?

I write the php code for facebook notification and it works fine.But I can't add in notification message.Can somebody answer to me? How to add html tag in facebook notification message using php sdk? ...
0
votes
0answers
12 views

Desactivate notifications when post to facebook page

i'm developping an app for facebook page allows switching covers by itself. The point is, notifications are sending every time cover is set. Is there a way to desactivate notifications by PHP Sdk ?
0
votes
0answers
8 views

Infinite loop with redirect_uri, getting user = 0 in iframe tab application

I've created a new app. Then set up (as always) the both (http, https) urls for "Tab App" setting Added application as a new tab of myFanPage These are the config variables I keep: ...
0
votes
1answer
20 views

atal error: Uncaught OAuthException: Error validating application. Application has been deleted.

I am gone mad since i cannot solve this. Please help me. when i goto the php (Which is clixbox.net/fbupload.php)i created, after getting the user permissions, it gives me this error. Fatal error: ...
0
votes
1answer
32 views

redirect user to another php page in facebook app not working properly

I'm new to facebook app developing and I want to redirect users after they click a button in the app. I am using some thing like below: <? echo '<script> ...

1 2 3 4 5 106
15 30 50 per page