Hi,
I'm trying to get the update rsvp status working, but nothing happens. The permissions are ok btw
$access_token = $facebook_session['access_token'];
$fields_arr = array('access_token' => $access_token);
$fields = json_encode($fields_arr);
$request = "https://graph.facebook.com/[EVENT ID...
Hi,
How do I set a redirect url for FB.login?
I already have this in to render the login popup:
function fbLogin () {
FB.login(function(response) {
if (response.session) {
if (response.perms) {
window.location = "redirect_url_here"
} else {
// user is logged in, but did not grant any permi...
i have a group page. i am creating a website for the group and they want to be able to see the recent facebook updates (what you see on the group's facebook wall) on their website.
is this possible without having to have a facebook popup login and just programatically pass in my login information?
...
Working on a project that has a website and a Facebook page. They both reference the same SWF file and JS code that the SWF file uses to interact with the website/Facebook.
The custom Javascript action, which invokes the FB.ui() method for sharing, works so much in that the dialog/popup appears, however Facebook results with an error ("...
I've been playing around with the Facebook PHP SDK for a site that I'd like to use Facebook's single sign in for. I've been able to login to my Facebook account from my site and successfully tested a few of the features (posting to /me, an FQL query etc.).
When generating the login URL I have set the cookie parameter to true, however I ...
Its quite possible I'm missing something obvious here; I hope so.
I have been trying to get a Facebook game that posts to the user's wall after the game has finished working. As I understand it, this should be a pretty simple process (and there appears to be several different approaches).
I have tried most of these, and they all seem t...
Hi,
I have a facebook ad that targets my facebook fan page. Some of the users that click on may ad will also go to my website and register themselves.
How can I can track how many vitors registered, that came to my site via specific facebook ad?
...
I have a site where users can register an account. To do this they have to enter various details about themselves (Name, DOB, Email Address, Password, Username etc..).
However, I would like them to just have to enter their Facebook username/password, and have all this information pulled from their Facebook user account.
How is this pos...
ASP.NET application performing oAuth with Facebook. This code was working fine until a few days ago and now suddenly throws 400 errors. Cannot seem to find out why - the code has remained unchanged (verified using SVN). Can anyone help with might be the cause?
Description: An unhandled exception occurred during the execution of the curr...
I have problem with fb sdk for Android (downloaded from http://github.com/facebook/facebook-android-sdk). Tried to post wall but always get error (permission already set and logged in to fb)
here is the code snippet onClick function, i made small modifications on their sample code:
Bundle params = new Bundle();
params.putString("messa...
Hi,
I'm using the following step by step guide to connect to Facebook Connect:
http://msdn.microsoft.com/en-us/windows/ee702803.aspx
However I have a problem at the 'Authentication and Initiating a Session' stage.
When I go through the steps, I click on 'Connect' in my browser, which opens a popup, where I login to Facebook and 'Allo...
Hi all,
I am trying to enable users who have linked their Facebook account to be able to post to their wall with one button press as detailed in their docs. Specifically, I do not want to use the .dialog methods provided in the Facebook for Android library, as I want the Publish process to be as seamless as possible.
The specific call ...
I'm trying to create an android application using the facebook android SDK (http://github.com/facebook/facebook-android-sdk). I'm trying to figure out if I will be able to use FQL using this SDK. If anyone has any experiences in this regard, please let me know.
FQL can apparently be used using https://api.facebook.com/method/fql.query?q...
I wish to access the FaceBook Ads API using the FaceBook toolkit for .NET (which i found in codeplex.com)
Wish to access the ads.estimateTargetingStats in particular .
details of FaceBook Ads API
FaceBook Ads API reference
Are there any frameworks(in .NET) developed around the FaceBook APIs . I am aware of
FaceBook Toolkit ,
FaceB...
Hello,
I am testing mail sending via facebook app on site: http://developers.facebook.com/docs/reference/rest/notifications.sendEmail but only person who i can send it, is me. Of course, ppl whom I try send mail, also allow application to acces, and application require 'sending mail permission'. Please help!
...
How do I keep the URL of the content facebook is sharing the same, but change the URL that facebook displays via the Share button to something of my choosing?
...
I'm trying to embed the Facebook Like button on a web site. The URL of the item I am trying to allow the user to "like" is an individual Facebook post on a Page's wall.
I'm using a simple FBML implementation of the Like button like so:
<fb:like href="http://www.facebook.com/[PAGENAME]?v=wall&story_fbid=[ID OF THE POST]" layout="bu...
Hi,
Is it possible to make a Facebook app which edits user's post on his wall automatically (edits EVERY POST that user makes, app has user's permission and everything)
I don't think that's possible, but maybe I'm wrong?
...
Hello,
I am trying to write a function to just get the users profile id or username from Facebook. They enter there url into a form then I'm trying to figure out if it's a Facebook profile page or other page. The problem is that if they enter an app page or other page that has a subdomain I would like to ignore that request.
Right now...
I'm working with the FaceBook integration available with Microsoft's AppFabric preview and get these claims:
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier: --SomeNumberHere--
http://schemas.microsoft.com/ws/2008/06/identity/claims/expiration: 2010-09-17T05:00:00Z
http://schemas.xmlsoap.org/ws/2005/05/identity/cla...