facebook

Facebook Graph update rsvp status

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...

FB.login redirect after authentication

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...

is there anyway to programatically get the data on a group's facebook wall through the API without having to popup a login screen

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? ...

Facebook FB.ui stream.publish error

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 ("...

Facebook PHP SDK - maintaining a session

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 ...

Is there no longer a connect URL for using the Facebook Javascript SDK

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...

How to track facebook ad performance

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? ...

How do I access a Facebook users details with their login credentials?

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...

Facebook oAuth 400 Error from ASP.NET application

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...

Post message to facebook wall from android fb sdk always error

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...

Cannot connect to Facebook Connect

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...

Posting to Facebook feed from Android app

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 ...

FQL using facebook android SDK

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...

How to access FaceBook Ads API using asp.net

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...

Facebook PHP SDK: sending mail problem

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! ...

Changing the URL facebook displays for a shared page

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? ...

Liking a Specific Facebook Post

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&amp;story_fbid=[ID OF THE POST]" layout="bu...

Facebook app to edit posts

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? ...

check for subdomain in parse_url

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...

What can I do with a Facebook SessionKey/SessionSecret?

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...