facebook

Facebook extended permissions from canvas application

I'm create a Facebook canvas application that will be require extended permissions, for both images (creating galleries, and uploading images) and posting to a users news feed. I'm having trouble with extended permissions. What is the correct way to do this through Javascript or PHP? ...

facebook api (java or php): how to request the user to add the application when he opens it ?

Hiya. I've created a facebook application using flex. i tried server side both with apache-tomcat and tinyfbclient, and with php and using the php facebook api. i can't fetch the user info if the user did not add my application. how can i check if the user added my application to his facebook profile and if not, to open a window that a...

php / js facebook API Internet explorer fb_xd_fragment

Hi all, I'm debugging my website on Internet Explorer and, each time I try to use Facebook and connect with IE, it logs me in with Facebook, but in the popup it changes the URL to something beginning with "fb_xd_fragment" and it doesn't set the cookies for my domain... Any idea how to fix this? It only happens on IE, works perfectly on...

Facebook Share can I add Alt text for flash videos?

You know with Facebook, how you can share video on your sites and Facebook embeds the videos via flash. Well on computers and laptop the embeded video will play on Facebook since they have Flash installed. But for iPhone and Android users will just be redirected to the site, I want to stop this and add an alt text stated something like ...

Help using OAuth 2.0 with the Javascript jQuery API to integrate with Facebook

I'm trying to work with the JavaScript SDK and specifically the extended permissions to integrate into Facebook. Is there a decent example / documentation out there for this? So far I have only found the basic example provided in the SDK's /examples folder. http://developers.facebook.com/docs/authentication/javascript The example sh...

Facebook API communication IP address and Port number

I have a website that has strict filters to allow any communication with other websites such as Facebook. Can anyone tell me what is the IP address and Port numbers for facebook REST and Graph APIs so that they can be allowed in my server.. ...

Facebook App - profile tab does not load

Hi All, I'm writing a new facebook application with all migrations enabled. The canvas page loads. Profile page (fbml) doesn't load. When accessed page loads with the facebook ajax loader animated icon and just hangs there indefinitely. Facebook is not hitting my public server for the profile tab page. I've a servlet that can handle bot...

Fb.ui publish stream error with dialog

I have a error,how to fix it :( See my image : ...

Create a notification UI like Facebook iPhone App

What is the best way to implement this sort of notification system? (Let's say I am currently viewing a UITableViewController and I want 30 pixels from the bottom to be replaced with a nice looking notification... Thanks ...

fql - fbconnect getting first post ever

I want to get the first stream record ever. I tried: SELECT post_id,created_time FROM stream WHERE source_id = 610611346 ORDER BY created_time ASC LIMIT 1 But it gives me the LATEST instead of the FIRST post :(. I increased the limit to 5 just to have a look at what it was bringing back and it is simply the last 5 posts in ascending o...

Facebook python authentication example gives grey screen

I am trying to run facebook python sdk example for user authentication, but the example sends me to a greyed out screen, like this example. While I find it strange that facebook's own application does not work, I wonder how can I fix this problem. ...

how to reach facebook database when none of the users is using the application?

Hi! I'm developing an FBML (not an iFrame) application on Facebook. Since i need lots of api calls, i get time-out when i try to get all the info only when the user is actually using the application. So, i guess i need to have a database that often updates itself even when users are offline. And i'll use the info from that database when ...

facebook offline access using c#

i am developing a notification service in c# for our web site. its windows service no ui (asp.net / winform). This service will run on certain time and post something on users wall. i use social plug-in in our web site where user can grant required permission. Based on this i have few question 1) is there any c# library or sdk available...

Facebook Like Button

I'm having issues with the Facebook like button on my pages. On some pages (not all), I get a red 'Error' notice next to the like button. When clicking error it says that the "Page at __ cannot be reached". The URL Linter shows everything as fine with my pages. Anything else I should check? Using Javascript + XFBML, no iframes. ...

Social Network (Facebook, Twitter, etc) User Account Integration (duplicate scenario)

So there are definitely many tutorials out there regarding how to integrate various individual social network authentication/registration into existing user accounts. But the scenario I can't seem to find out much information about is if a user signs into your account with different social network credentials. For example: Scenario #1...

Facebook App, login and stream.publish with PHP not working

I created and application in facebook (it's in "sandbox mode"). I added a "connect to facebook" button in a page. The login works OK, but when I try to use the method stream_publish, I get that error : Uncaught exception 'FacebookRestClientException' with message 'The user hasn't authorized the application to perform this action' in ...

What is the best way to get Facebook Connect going with a Django app? (Given the new data permissions.)

Hey everyone, I'm new to Django and trying to set up a Facebook connected site. There seem to be three available options at the moment: Use middleware with PyFacebook. I was able to get the django-facebookconnect app going fairly easily and mod it to suit my needs, but it is currently unclear whether PyFacebook even supports extende...

Facitiy to selet username after facebook connect on django application

Hello All, I am working on integration of django application with facebook and i did almost but I want to give an facility to the user to select his/her username after he/she successfully logged in facebook on my django site here is the code : form for usename : class RegisterUsernameForm(forms.Form): username = forms.RegexField(reg...

how to implement more then one facebook iLike button on one page?

If you have i.e. an onlineshop and you want your visitors to be able to like (with fb-like-button) every product in your shop, how can you make this? i mean, the like button should be corresponding to each produkt, to say: the product A is liked by 20, the product B is liked by 45 and product C by 13. i only have found solutions, where...

How to remove the "Be the first of your friends to like this" part of the standard iframe Facebook Like button?

I'm using the standard Facebook Like button (iframe, not fbml). Is there a way to only display the like button, not the 'Be the first of your friends to like this' part? ...