The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
3answers
1k views

Unknown algorithm. Expected HMAC-SHA256 spam in logs

I'm using facebook php sdk 3.1.1 and the current version of the facebook JS sdk. Our users are not reporting errors, but I'm seeing a ton of error log messages like this: Unknown algorithm. ...
7
votes
2answers
371 views

CSRF state token does not match one provided FB PHP SDK 3.1.1 Oauth 2.0

My server logs show a "CSRF state token does not match one provided" error which seems to happen for almost every user. However, the users are created and/or authenticated and I am able to retrieve ...
7
votes
1answer
691 views

CurlException: 28: connect() timed out?

Today I was trying to make application on Facebook using PHPSDK and I saw ocassionaly displayed exception from library saying CurlException: 28: connect() timed out! So, to check if it's my code bug ...
6
votes
3answers
655 views

Facebook API SDK (PHP) clearing site sessions

I am successfully using the Facebook SDK (PHP) to connect users to my site, but I'm having issues when they authenticate their account. Their account is successfully authenticated, but for some reason ...
5
votes
2answers
199 views

video post on timeline not playing inline

I have a problem when posting video through my app on users with TimeLine profile. the post appears very small and when clicked the video opens on a new tab instead of playing inside facebook. Here ...
5
votes
1answer
228 views

Graph Batch API

this is my first post at stackoverflow. I am using the Facebook Graph Batch API to request the Feed-Updates from several users at once. But I really don't know how the appropriate error handling is ...
5
votes
7answers
2k views

Facebook Authentication Implementation

I'm working on a project which will use facebook authentication completely (no custom authentication implementation exists). Project uses PHP for server-side scripting. I looked around for ...
5
votes
3answers
3k views

How to login with OFFLINE_ACCESS using the new Facebook PHP SDK 3.0.0?

with the old (2.x) SDK I used this to log someone with offline_access: $session = array ( 'uid' => $userdata['fb_uid'], 'sig' => $userdata['fb_sig'], 'access_token' => ...
4
votes
1answer
57 views

Is it possible to keep the Facebook session alive?

I have found that after a certain amount of time, the Facebook session that is created using the Javascript SDK, expires. I appreciate that the session cannot live forever but is there a way to keep a ...
4
votes
2answers
628 views

How to extend access token validity since offline_access deprecation

Since offline_access is deprecated we have problem geting the so called long lived access tokens without that permission. Here (https://developers.facebook.com/docs/offline-access-deprecation/) it ...
4
votes
1answer
758 views

suddenly, getUser became to return 0.(PHP 3.1.1 SDK)

only 10 hours ago, if call $facebook->getUser(), I can get correct user_id, but now, it always returns 0. Of cource, I have not changed my code... There is another strange point. redirect_url ...
4
votes
5answers
2k views

PHP SDK 3.1.1 getUser() sometimes return 0

This is driving me crazy >=( $facebook->getUser() works well sometimes, but sometimes returns 0 Here is my code: require 'fbapi/facebook.php'; $facebook = new Facebook(array( 'appId' => 'xxx', ...
4
votes
3answers
3k views

What's method for checking user fan of a page in GRAPH API?

In graph api, Pages.isFan method not working, what's method for checking user fan of a page in graph api? Thanks.
4
votes
2answers
9k views

Publishing To User's Wall Without Being Online/Logged-in - Facebook Sharing Using Graph API

Hi i'm new to facebook sharing. I want to make a user log in using his uid and then store these for further uses The primary purpose is to share links in the user's wall next time onwards without ...
3
votes
1answer
107 views

Access Facebook Session using PHP

I am struggling to keep the Facebook session alive using PHP on my website. I use both the JavaScript SDK and the PHP SDK to form the basis of my app. The problem I am having is that when the ...
3
votes
1answer
1k views

Facebook OAuth Error: Application request limit reached

I'm trying to get facebook's example page working (again) which you can find here. I'm getting the following error: Fatal error: Uncaught OAuthException: (#4) Application request limit reached thrown ...
3
votes
2answers
375 views

Prevent facebook canvas app from being accessed directly/outside of facebook

I'm developing a canvas application for facebook and I want to prevent users from accessing the application directly from the canvas URL (as much as possible, I realize this might not be possible 100% ...
3
votes
2answers
250 views

facebook connect api static url

Is there a way to use the facebook connect api in a static way? When we use the facebook php sdk the link or button to login to facebook is something like ...
3
votes
3answers
1k views

Facebook FQL query to get all users online

I keep record of all users of my app in local, MySQL database. I have all the relevant information required to get user online presence status [UID, access_token and granted extended permission]. ...
3
votes
2answers
3k views

Facebook publish stream directly using PHP

I am trying to publish stream on my facebook WEBSITE wall page. so far I succeeded to publish stream via my APP page but I dont want via, I want to publish directly. as I said before, I want to ...
3
votes
2answers
4k views

Facebook API: How to post to own application wall without login

I want to post to my own application wall a text with a script but without to login first because it should be done automatically. How could I do that? I tried already: $fb = new Facebook(array( ...
2
votes
1answer
46 views

PHP - Facebook Friend Counter

What I'm trying to do is a counter of facebook friends in php, so the result of the code would be something like "You have 1342 Friends!". So this is the code im using: <?php ...
2
votes
2answers
74 views

no access token or session initiated when passing user through $facebook->getLoginUrl();

I have run the php sdk example from Facebook and it runs fine on my server but when I droped the code into a method of codeigniters controller it doesn't return a session at all - has anyone ...
2
votes
1answer
45 views

Post to Brand Page Wall from the App (generic) User - not the Brand Page Admin

Is there a way to post a message on a Brand Page's Wall as the User of my canvas or tab app? I love when a Brand Page has a medley of User Contributed Posts as well as Brand Owner Posts. This has ...
2
votes
4answers
174 views

PHP SDK - How to get example.php to work?

I downloaded the PHP SDK from Github (https://github.com/facebook/facebook-php-sdk) on my server, but cannot get example.php to work: When I open example.php in Safari I get - you are not connected ...
2
votes
1answer
59 views

Facebook php SDK/SQL - Get user's first status EVER

I need help retrieving users first status EVER. Is there any chance to do it? Now I use: $result = $this->fb->api('/me/statuses?limit=1'); How to make it work, maybe some fql query or ...
2
votes
0answers
71 views

Having trouble linking a .php file to Facebook Graph through the FB.api function

I've sucessfully implemented the Facebook Recipe Box tutorial. Now I'd like to make a slight modification so that instead of always posting an HTML file with static open graph tags I am posting a .php ...
2
votes
1answer
146 views

Posting an Event to Page Wall with PHP

I've been knocking my head against a wall for two weeks now, poring over the net, poring over stackoverflow, and repeatedly testing and failing to get a script together to post an event to a Fan Page. ...
2
votes
1answer
82 views

SDK: Post as page on a page

I have a problem with adding a post on a page as a page. I use the following code: $app_id = "xxx"; $app_secret = "xxx"; $my_url = base_url().'admin/facebook/'; if(isset($_GET["code"])) { $code ...
2
votes
2answers
198 views

Facebook PHP SDK: how to display login dialog automatically?

My code cannot display the permission dialog when a user connect to my Facebook application. Instead of the login page, I got a 404 error. My code: require 'src/facebook.php'; require ...
2
votes
1answer
203 views

How to display the friends selector dialog with PHP sdk for Facebook?

I would like show the "select friends" dialog before publish to a friend wall, like that: I am not sure if it is possible with the PHP SDK, I didn't find anything about it on the Fb documentation. ...
2
votes
1answer
129 views

Facebook PHP SDK Caching User

I'm currently implementing a site that uses FB Connect as well as our own system to handle logins. The way it is currently setup, a user who has previously been to our site and approved our ...
2
votes
1answer
523 views

Facebook: (#100) Public Comments Blocked

We have a Facebook app running for a few months with no problems at all. Basically, this app writes on a page wall. We are using the Facebook php SDK. Today, we start receiving an error: (#100) ...
2
votes
1answer
110 views

Can I use both PHP and JavaScript Facebook APIs?

I want to provide logging with facebook on my webpage. How can I use both APIs to get some facebook user info using PHP in one place and JS in other place? This is link to offical php sdk example ...
2
votes
1answer
1k views

facebook->getUser() returns 0

I assume that this is because users have to grant some sort of access to my facebook application, for getUser to be available to me? Here is my code: <? require 'facebook.php'; ?> <?php ...
2
votes
1answer
145 views

PHP Facbook Tagging user in app photo

I am trying to tag my facebook-app user in the photo created by the app. but its giving me error. $args = array( 'message' => $fbme['name'].' will have a love marriage.', 'image' => '@' ...
2
votes
1answer
108 views

What is the best way to connect a Codeigniter project to the Facebook API?

What is the best way to make a Facebook app with Codeigniter? I've seen fixes for using the official facebook-php-sdk, and libraries made for CI such as ...
2
votes
1answer
107 views

facebook iframe app - how to organize and write code for faster page loading - PHP SDK

I am writing an app within a facebook iframe and am unsure how best to write this. I originally wrote all the code within the main canvas.php file but found everything was running too slow before ...
2
votes
1answer
118 views

PHP Facebook SDK / Graph API - How do I include symbols, eg ©, in a wall post?

How do I post symbols (eg. ©) in a wall post using the graph api? Html entities (eg. &copy;) aren't parsed in facebook.
2
votes
2answers
307 views

API Facebook:invite multiple users to a event

I'm tried invite multiple users to a event. reading the documentation facebook, I found this: http://developers.facebook.com/docs/reference/api/event/#invited I wrote the following code(that does ...
2
votes
1answer
883 views

Weird url appended “#_=_” [closed]

Possible Duplicate: Play Framework appending #= to redirect after Facebook auth via OAuth2? Has anyone else seen this happen? i'm building a Facebook canvas app using the Facebook PHP SDK, ...
2
votes
3answers
2k views

Error Message: redirect_uri is not owned by the application

::UPDATE:: LINKS DO NOT EXIST ANYMORE! Very strange indeed, this is definitely a bug! I did a test with app_id from another application and it worked. See for yourself: ...
2
votes
4answers
1k views

Problem with Facebook login not matching CSRF state token

I did some searches and I didn't find anything that was related to my problem. I'm currently trying to implement a Facebook login to my website and I'm having problems with the login authentication ...
2
votes
2answers
785 views

Facebook getUser() function returning user ID after logout

I'm developing using the Facebook PHP SDK. I wanted to make it so that when the user logs out of Facebook, they will automatically be logged out of my website too. I am using the following code to ...
2
votes
2answers
299 views

How can I hide the Code & State from showing in the address with PHP SDK 3

How can I hide this "?state=...&code=..." in the address after logging in using php sdk 3.1.1
2
votes
2answers
327 views

Changing facebook application name which is written using PHP SDK

I have written a simple facebook application using PHP SDK. Application works successfully but application name (main title - I tagged this in image : ...
2
votes
3answers
1k views

Facebook Login Button: Can I prevent auto page reload after login?

I'm trying to upgrade to the 3.1 SDK and running into some problematic behavior: When I log in via the FB login button on my site, the page reloads, despite the fact that I have my own JS method ...
2
votes
1answer
269 views

Facebook cron job upload daily photo to multiple users

I've developed a small faceinhole type app and where a daily photo is uploaded to an album with a count down pasted in the picture everyday until the day of the event. Im trying to acheive daily ...
2
votes
1answer
353 views

Facebook API: What is the Max length of 'message' on wall?

I've scoured the Facebook documentation and I can't find the maximum length that can be passed to the Facebook API? If I pass a large value to the API using AJAX and using the PHP SDK, I'm getting ...
2
votes
2answers
1k views

Facebook canvas app - invite friends

I'm writing a Facebook iframe/canvas app and would like to give users the ability to invite friends to install this app. Currently I am using Facebook's PHP-SDK for logging in the users and all ...

1 2 3 4 5 13