The Facebook PHP-SDK provides Facebook Platform support to your PHP - based web apps.
-2
votes
0answers
8 views
Auto reply posts from users in a facebook page
I just want to know if this is possible.
One of my clients need to build a app that can auto reply posts in their Facebook page timeline.
0
votes
0answers
8 views
Signed resquest Facebook sdk php is null
I have a problem in a facebook app. I have an app that is set as app tab, in which I have a lock to get "Likes", I mean if you dont like the fan page blocks access you until you give it to me like.
...
0
votes
0answers
3 views
Facebook /feed/ post 'from' parameter? (PHP api)
I've been looking all over the internet and can't find anyone talking about this but it appears to be happening. Just last week I had a php script working that would post to a Facebook wall on behalf ...
0
votes
0answers
16 views
Facebook server login auth issue.
I'm trying to simply post to a facebook page as the page.
I created an app, set permissions ( manage_pages ), and requested an app token ( via ...
0
votes
0answers
34 views
can't login through facebook
I must make code that can merge existing account with FB account - in case user want to do it. But I ran into a problem that I am not able to solve!
I know my email and password to my FB account, but ...
0
votes
0answers
3 views
Remove additional parameters after redirection from Facebook
My whole project is working fine with php sdk, but I want to do some good things. After redirecting from Facebook, Facebook puts some extra parameter in URL, But I want only clean URL without any ...
0
votes
0answers
19 views
Facebook is generating new access token every time I refresh
Facebook is generating new access token every time I refresh. Should access token be generated just once when user accept the application? When I go to debug tool and check for every new token that is ...
0
votes
1answer
13 views
Facebook Posting usign FB API phpSDK
i created my app on fb with permissions ready to publish on users behalf, the thing is, a regular post has Like and Comment links, like buttons on bottom of the post, i want to add my custom link : ...
0
votes
1answer
35 views
Check fan page like to access application in Facebook
I'm currently trying to develop a facebook app which I want only fans to access. So, to check if a user liked the fan page I linked to the game, I'm using this code:
<?php
$our_page_id = ...
0
votes
0answers
32 views
Facebook PHP SDK login for authorization not working [closed]
I'm trying to create an app on facebook and I already had the authorization working but I tested it recently and it's no longer showing. I didn't change anything on my code.
Here's what I used for ...
1
vote
2answers
31 views
FB.login with PHP check
my application works like this:
User clicks on button and it call "FB.login"
After login is page reloaded by "window.location.reload;"
I checked in PHP, if user logged in, but it writes that NO
I ...
0
votes
0answers
13 views
Facebook api uploading image that doesn't exist to the user album
I will try to explain this problem.
I am developing a facebook app that create an image and upload to users album.
I am using imagecreatefromjpeg twice to merge 2 small images in a big one. The code ...
0
votes
0answers
28 views
Redirecting to Facebook Application
I'm trying to create a facebook application which is linked to another website. I am almost done with it but I'm having difficulty with a part of the project.
My problem is if I try to access the ...
0
votes
2answers
26 views
having an issue with invite friends dialog with facebook
i have a button with an if statement, and the idea is that when the button is pressed, the facebook multi friends invite dialog shows up.
I did have it showing up when the main canvas loaded, but i ...
-2
votes
0answers
28 views
Download facebook images using facebook php api [closed]
Actully How could i download high resolution images from a page using facebook api.
what iam trying is collecting all posts of a page and downloading images if have any but the images are downloaded ...
1
vote
0answers
106 views
+50
Facebook Auth Dialog: Developer warning concerning the use of “display” type “popup”
starting today we receive developer warnings in the auth dialog with the following message:
You are using a display type of 'popup' in a large browser window or tab. For a better user experience, ...
0
votes
1answer
32 views
how can i change the friends displayed so my app can be shared?
i have a display that shows 6 random friends on facebook when using the app, however, what i would like to figure out is how to change the display, so that when the friend is clicked on, they are sent ...
0
votes
0answers
9 views
Can't Access FQL Video Data
I can get the FQL Video data when i am join the facebook developer team in an apps
here is the detail output when i am still a developer
select thumbnail_link,vid from video where owner = ...
0
votes
2answers
23 views
display only surname using graph api. is it possible?
i have results returned from a friends list, however i would prefer there to only be the forename to be returned rather than the full name.
is this possible.
also, how could i make the profile image ...
0
votes
2answers
19 views
limit amount of friends to 12 shown in a box?
i have a box which displays friends of a user, however, it shows them all and stretched off the canvas of the app. I have them in a table in the box, is there anyway to limit the amount shown to 12 ...
1
vote
2answers
48 views
can anyone see why this wont post to wall?
i had my things all working until i started peronalising the look of it, and now when i try to post something to a wall, it wont post, but it was before i changed my button.
this is my post page with ...
0
votes
0answers
18 views
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE in /base_facebook.php on line 158
Hi I am Getting This Error
Tried Replacing all the sdk library files still the same?
-2
votes
0answers
17 views
Facebook FQL Your statement is not indexable. The WHERE clause must contain an indexable column
I wish to have the list of all fans of MY facebook page.
I tried with FQL to type
...
-1
votes
1answer
12 views
Posting to facebook company page with cron php server side [closed]
I am totally confused by the current correct way to update a facebook company page using cron and php. I search for answers to this and I get multiple answers of which most are deprecated, I have been ...
0
votes
0answers
33 views
Facebook server-side authentication returns short-living access_token
I have posted this question in Facebook Developer Group but no-one could give a compete answer. I have a Facebook application which uses server side authentication. The code looks like this:
$config ...
-1
votes
0answers
41 views
Having trouble with Facebook PHP SDK on mobile devices
I'm having trouble with Facebook SDK on mobile devices, I hope someone here can shed light for me. I have js sdk doing a FB.getLoginStatus and if response.status == 'connected' then open a pop-up ...
0
votes
0answers
11 views
Are there different ways to post to user's wall and ask for permissions?
I've been checking some app, which is configured and loaded as page tab.
This app ask for the corresponding permissions, publish_stream, etc. but the permissions dialog open as a lightbox, without ...
0
votes
0answers
9 views
Activity Feed plugin invalid action
Activity feed plugin is displaying my custom action is invalid "The following action types are invalid: complete".
I have published this action several times from different users so that I can have ...
1
vote
1answer
24 views
Prevent Facebook Tab App from running outside of iframe
I developed a facebook fan page app with PHP SDK and am successfully running it. I have a Fan Gate implemented, that is, users have to like the page before they can use the app.
What I could not ...
0
votes
0answers
25 views
php redirect to main page of facebook app?
okay so at the end of a script i need the user to be automatically taken to the first page of my app.
here is my code:
<?php
require './facebook.php';
$facebook = new Facebook(array(
'appId' ...
0
votes
1answer
41 views
how can i get a pop up message and redirect to url in php?
I have looked about but no answer that seems to suit my needs. Once a user completes a series of forms, i simply need a message to say thanks, confirm update and redirect to the main page.
code:
...
0
votes
1answer
22 views
how can i post on a wall using onclick attribute?
i have tried a few different ways to get my data to post only when the user clicks it, but to no avail.
Hopefully someone can help:
<link href="facebook.css" rel="stylesheet" type="text/css">
...
0
votes
3answers
36 views
get action to happen, only when submit button is pressed
i have some code that will post to the users wall, however, at the minute it will post when the page is loaded, i need it to post only when the 'post to my wall button is submitted.
here is my code:
...
2
votes
0answers
34 views
Facebook PHP SDK Extracting Access Token
Every time I run this script it gives me a different access token. I thought the access token was unique to a user.. Also why is this script so unreliable, fails half the time.
My Facebook Access ...
0
votes
1answer
29 views
get data from text area and post to a wall onfacebook
not sure if this is possible, but what i need to do is take the data from my text area and let the user post that to their wall.
my code snippet
<div align="center">
<form method="GET" ...
0
votes
0answers
25 views
facebook sdk php post to users wall
okay, so basically i have an app where a user can input some text into a text area, and when they click submit, it is translated and displayed into a different text area. From the second text area i ...
0
votes
1answer
69 views
Is it possible to check user's facebook messages without login (in background)
I want to check my facebook app's users messages and if someone gets a new message call a function or do something like that in my server.
I use PHP Facebook SDK, the code below gets a user's all ...
0
votes
1answer
27 views
Retrieve facebook messages with php
Is it possible to access user's all facebook messages using facebook php sdk or graph api. I have a web application and I want my users to send and read facebook mesdages on my app.
0
votes
0answers
28 views
Facebook App “Misconfigured for Mobile Access” - Works in different places depending on Facebook settings, but not everywhere at once
I've developed a Facebook Web App (so, one that lives inside an iFrame when you load it at apps.facebook.com/myappname).
In the Facebook App settings, I've set the "App on Facebook" section to ...
0
votes
0answers
8 views
Service temporarily unavailable - PHP SDK
When ever I try to get a large data set say, I am writing an FQL something like
select ...
1
vote
1answer
23 views
Returning empty variables in PHP using Facebook Graph
I am trying to retrieve data from a json feed and display using PHP. Only issue is that some elements will return back empty. As I have this in a loop I want to return each post, however not all ...
0
votes
0answers
21 views
Fb_appid_access_token not set when redirect_uri present
When redirect_uri is provided in getLoginUrl for facebook login integration, the fb_appid_access_token session is not visible. For some reason the fb_appid_access_token session is not set or may be ...
0
votes
1answer
26 views
One-Page “Gated” Facebook Tab/App with Permissions
I'm having a very difficult time with a Facebook Tab/App that I'm trying to create with very specific needs:
It must be contained within one file -- index.php (auxiliary files like .js, .css, and ...
0
votes
1answer
13 views
FQL query keeps returning “Invalid API Key”, despite working in API Explorer
I'm trying the following query:
SELECT uid FROM user WHERE is_app_user AND uid IN (SELECT uid2 FROM friend WHERE uid1 = me()) ORDER BY rand()
And it seems to work using the Graph API Explorer tool. ...
0
votes
0answers
17 views
Facebook registration plugin not redirecting
I implement the following code for registration
<fb:registration redirect-uri="http://t9lbase.com/user/fbregister"
fields='[
{"name":"name"},
{"name":"email"},
...
0
votes
0answers
45 views
Facebook Graph API Javascript and PHP - no access token transfer?
I am trying to integrate PHP with Javascript and have authentication seamlessly shared (as the facebook docs show). Docs mention that nothing is required from my part to share sessions between ...
0
votes
0answers
22 views
create facebook application in PHP with dynamic menus
I want to create a facebook application in PHP. Requirement is that in the application content there will be various navigation menus in it like Physics, Maths, Social Science etc. I need to have ...
0
votes
5answers
193 views
Mysqli query performance multi-query
I was just hoping someone could help me speed up 4 queries with a multi query.
GOAL: a single multi query to function as the single queries below.
Simple queries, i am checking one table to see if ...
0
votes
1answer
73 views
Do you need an access token to post on app user's wall as themself?
Hi I'm trying to figure out how to post on app user's wall from my application as themself. I'm using the PHP SDK 3.2.2. Here's my codes so far.
$facebook = new Facebook(
array(
'appId' ...
0
votes
0answers
23 views
Posting symbols with Facebook api
I am trying to create special characters '•' (alt+7 with numlock on) on a Facebook api feed post using the PHP SDK. - Well, it doesn't work, there is an issue with the character's encoding. Also tried ...

