facebook

Is it possible to pull in data from a Facebook Page?

I was wondering if it is possible to pull in data from a Facebook Page (not a profile page) to a wordpress blog? ...

Breaking the 5000 object limit in Facebook API

I am using both FQML and Graph API to get all the photos URL of an album in Facebook. Problem is, there are more than 5000 photos on that album and somehow both FQML and Graph API will just return photos 1 - 5000. I tried playing with the limit, since and until parameter but still no go. Question: Is there a way to get past the 5000 ob...

flash based facebook application with dynamic height, i can't see the all height of the application

Hello. I'm trying to create a facebook application that is flash (actually flex 4.1) based. I load the flash application using the following command: <object width="100%" height="100%" align="middle" type="application/x-shockwave-flash" id="XpoDemo" name="XpoDemo" data="file.swf"><param name="quality" value="high"><param name="bgcolor"...

Facebook FB.api post how to specify a target

Hello, I am using FB.api OpenGraph to post a message on the user's wall. I would like the link target to be equal to '_blank' so it opens in a new tab. Is it possible ? The Facebook documentation doesn't give much details. var params = {}; params['message'] = 'message'; params['name'] = 'name'; params['link'] = 'http://link'; ...

Facebook Graph API Set a Valid Session

Okay, I am attempting to use PHP Sessions to maintain my Facebook Session info (user, access_token, etc.) so that I can pull in data feeds from other pages securely for my members. I thought it might be as simple as attaching the access_token to a $me graph api call and catching an expired/invalid session or if the access_token is valid...

How to detect browser using javascript in facebook

I m tring to detect browser using javascript in my facebook application. I m using following code: if(navigator.appName == "Microsoft Internet Explorer") { //do somthig } but this code is not working. Please help me. ...

How to check image is loaded completely or not using JavaScript in Facebook

Hi! I m trying to execute some code when image is not loaded. I m using following code: <script language="javascript"> object = new Image(); object.src = '$imageurl'; if(!object.complete) { //do something } </script> But this is not working in Facebook. Please help me. ...

what is difference between graph api and c# SDK for facebook.

Can any one explain that what is difference between grap API and Visual studio SDK for facebook? ...

Facebook application, check users likes and display message

Hey i want to check a whether a user likes a certain page and if they do i want to display a message or div? I have searched through the facebook forums for possible solutions but i never came upon anything concrete so i would really appreciate the help. ...

facebook authentication doesnot redirect the same parameters.

I try to authentication facebook. when it redirect it doesnot return the same parameters . some time it return http://localhost/2/artist/?auth_token=xxxxxxxxxxxxxxxx&amp;next=http%3A%2F%2Flocalhost%2F2%2Fartist%2Ffacebook.aspx%3Fartistid%3Dxxxx%26page%3D15664546%26isexisting%3Dfalse%26act%3Dadd%26step%3D1%26site%3Dfbevent but mostly ti...

Why does my Facebook Like button create a brand new Facebook page?

I'm trying to integrate Facebook into a site I'm developing, I have created a Facebook Page for the business & a Facebook app too - I am very confused with the documentation & terminology that Facebook uses. I am using FBML to add a Recommend button to the footer of my site so that users can recommend that particular page but when I cli...

java-facebook-api: is FB.Canvas.setAutoResize() implemented ?

Hello. I'm Creating a facebook application using apache-tomcat. I use the Java Facebook API. It seems that the height of the facebook application window does not match the height of my application. i understood that in javascript there is the following command: FB.Canvas.setAutoResize() http://developers.facebook.com/docs/reference/...

Facebook Login and Iframe redirection

I am building an Facebook IFrame App. I am using the below javascript code to request user to login and allow permissions for the application, after which they are supposed to be redirected to the iframe app. The code works correctly. But, I have two issues with it. a. as soon as the app loads in IFrame, it redirects to a page (http://w...

facebook like: liking a page that redirects via 301 or 302 throws error "page could not be reached"

Hi Stackies, since a couple of days the Like-Button on our site is not working anymore. When I press the like button it shows "error: The page at * could not be reached.". When I remove the redirect it works, but I don't want to remove it because doing so the URL to like will be changed and I loose all "likes" that were connected with t...

Facebook Developer Toolkit permissions

I am using the Facebook Developer Toolkit to try and develop a facebook application in VB and having trouble setting permissions so I can write on users walls etc. Could anyone help with this? Thanks Hazel ...

How to collect a URL's facebook likes

Using https://graph.facebook.com/id/likes?access_token=XXXXXXX works for some urls as does http://graph.facebook.com/?ids=url but some urls from locations like washingtonpost.com and techcrunch.com don't have the 'likes' data but it must be available because itstrending.com has these sites listed, with accurate likes counts. Thanks ...

Getting 3 last fb posts & tweets

I need to display the latest 3 Facebook posts (from my Facebook account) and 3 tweets (from my Twitter account) on my Joomla website. Any help (code?) will be appreciated! ...

Check if its the facebook canvas

I have a website which utilizes facebook integration. You can use it independently of FB. However, it also loads in FB through the canvas page. I want to load a different CSS file if the page is being displayed on the canvas page then when it is displayed through going to it directly. How can i check if the page loaded in the canvas ...

Authenticate OAuth from Script

Can anyone tell me how I could go about authenticating with the various OAuth login mechanisms on the internets (Twitter, Facebook) so that I can run scripts against these services. As an example, right now when I use Facebook data I goto graph.facebook.com and copy paste the access key from the URL. Obviously this is a bad approach, i...

Getting 3 last fb posts & tweets

I need to display the latest 3 Facebook posts (from my Facebook account) and 3 tweets (from my Twitter account) on my Joomla website. Any help (code?) will be appreciated! PS I want to use Facebook & Twitter API. ...