facebook

Has anyone used JanRain / RPX to enable users multiple login options (e.g. Google, Twitter, Facebook, etc)?

I'm debating whether to consider using a product like this to provide my users with multiple login options or to build/maintain this myself internally. What are the pros of this product/service? What do you see as the major arguments NOT to use this project/service? ...

Get userdata inside Facebook application-tab?

Hi, i know facebook offers the UserID inside a facebook application-tab after the first "click". But doest anyone have an example (fbjs/fbml) how this work in detail? ...

file_get_contents() returns "failed to open stream" when hitting HTTPS

file_get_contents() is returning "failed to open stream" when I call it on an HTTPS URL. Warning: file_get_contents(https://google.com) [function.file-get-contents]: failed to open stream: No error in E:\\htdocs\callback3.php on line 5 Same call will work with a non-SSL URL. At first, I thought it was a security issue with my webhost...

site URL for the facebook like button

Hi :) I have a problem with the Facebook like button. I want the note on user's profile to look something like this: 'User likes page on site'. Site's URL it suppose to be 'http://www.example.com/myapp/' and the page URL it's 'http://www.example.com/myapp/page.html'. I added <meta property="og:site_name" content="..."/> in the of an...

Facebook connect ifUserConnected() does not work - FB.Connect is undefined error

I'm trying to integrate Facebook connect to my website. The login button appears and i'm able to login. The profile picture and the name is displayed properly. However when I try adding the code FB.Connect.ifUserConnected, I get a error message saying FB.Connect is not defined. This is what I'm doing <div id="fb-root"> </div> <script s...

Facebook Social Plugins Like button returns "Website Inaccessible"

We've just added Facebook like button to http://www.willyoung.co.uk/global/songs-and-lyrics/releases/the_hits?page=1, however the json returned by facebook is for (;;);{"error":0,"errorSummary":"","errorDescription":"","errorIsWarning":false,"silentError":0,"payload":{"requires_login":false,"success":false,"already_connected":false,"is...

Publish to Facebook wall from iPhone application

No Matter what i do, i cannot get a post published to an application page wall (the app being logged into) via an iPhone application. I'm able to log in using FBLoginDialog and then retrieve data to populate a tableview, however when i click a button to publish some test content it doesn't work. Here is the button action: (void)compose...

get fbml comments to automatically show form

I'm writing facebook app in fbml (not in iframe). I added comments with <fb:comments ...> and it appears to work. However, to add a comment, user has to click Add a comment... link to see the textarea and post button. I am wondering is there a way to automatically show the form? I want it to really look like here: developers.facebook...

Don't Allow link generates a 500 Internal Error

I'm developing an application for Facebook using the iframe mode and ASP.NET. I'm able to use the new OAuth method that combines the allow and the extended permissions. When I click on the Allow everything works as expected, but when I click on the "Don't Allow" I get a 500 internal error. The Request For Permission url is: http://www....

Using special web character in Facebook iPhone app feed

We're having some problem with our iPhone app when it posts the character '+' to a Facebook feed. Using '+' doesn't show at all and using + works in the browser version of Facebook (shows up as a +) but not Facebook's iPhone App where it shows up as . Anyone know a solution to this problem? ...

Facebook invites partialy working..

Hello! im new to facebook api and i have a litle problem.. i created iframe app and im using the folowing code to invite my friends. invitation screen renders and im able to send invitation. when someone accepts invitation it redirects them to the following link: http://www.facebook.com/reqs.php#!//apps.facebook.com/erste_app/ and noth...

Facebook connect style Twitter integration on the eBay app

I just noticed that the twitter integration on the eBay app has the same style as the official Facebook connect SDK. I've done a search and found nothing. Did Twitter release this kind of support for iPhone SDK? ...

Getting a users Facebook profile url

I am creating a registry site so similar people can find each other easily. I don't want to use Facebook Connect as the primary log in method or use Facebook to store their information. I'll be creating a database on my end to store that info. For security reasons I won't be displaying the users address, phone number or email address ...

Capture analytics from Facebook Open Graph "like" button

Does anyone know of how to capture from Facebook analytics around the use of the "like" button--i.e., if I've got thousands of pages with the Like button on them, how to query Facebook to see how many likes each of them has received? Is there a Facebook API call for this? Thanks! ...

Integrate Facebook Like button in website... With comments option

Hello, Please see: http://developers.facebook.com/docs/reference/plugins/like I successfully integrated a [Like] button in my website using this link. On the developers website, when I click the [Like] button, a popup appears telling this: You like this. Share it on Facebook with a comment... [ ] [P...

Having trouble with event creation using the events.create API with the iPhone SDK

I'm using the FBConnect library in my iPhone app, and I'm trying to create Facebook events. After getting a valid session and verifying permissions, I'm using events.create and getting what looks like a valid event ID back from FB in a success response. Oddly the event isn't showing up on my account's Events page either in current or in ...

Catching the Facebook Login Event to change the HTML of the parent page

I am trying to create Facebook based login using Javascript. Once a person clicks a button he should get a div replaced by another div, if he is logged in to Facebook. However, if he is not logged in to Facebook he is asked his Facebook credentials and he logs in. However, we need the user to click the button once more for the div replac...

Facebook like box not working on mobile browser

I'm writing a simple splash page for a client to hold a like box widget: <iframe src="http://www.facebook.com/plugins/likebox.php?id=***********&amp;amp;width=238&amp;amp;connections=4&amp;amp;stream=false&amp;amp;header=false&amp;amp;height=200" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:238px; height:200...

Facebook Privacy Permissions Design

Does anyone know the general layout of how facebook's privacy permissions system works (database)? I've been trying to figure out how they manage to have such a complex set of rules be applied to various content on their site, yet it remains fast. How are they doing that? ...

Facebook Insights for Page via the API

Using the new API, is it possible to get the insights (analytics) data from a page that you are an admin of? I can successfully get the data from an app I own, but its not clear how to do this for a page. If not, is it possible to download the CSV of data from the API? ...