facebook

Problem posting to the user's wall using Graph Api.

Hi, I am trying to post to the wall. It does not work when i add arguments like link, name and caption. function graphStreamPublish(){ var body = 'This is a test feed'; var url = 'http://www.my-site.com'; var heading = 'Check out the link.'; var caption = 'I am trying to ...

Facebook And Twitter Connect : Storing User AccessToken

Hi guys, I am integrating Facebook and twitter authentication to my new website. When the user use either facebook or twitter to authenticate, I get the AccessToken and store it in DB and link it to the UserID of the logging in user ( the user should link his facebook or twitter account to his existing or new account on my site) now t...

creating a tab page for a FB Pages app

I have created a FB Pages app and am trying to figure out why my tab html is not displaying. when I go directly to my example.com/tab url that I have set in the facebook app settings I can see the expected HTML. When I go to my app tab on a sample facebook page I can see the request come for example.com/tab on my server as expected but...

Facebook graph api search results depends on location?

Hi there, I've tried to fetch results using Graph search API and I've notice that the results when executed in my computer (Argentina) are different from the results when I run it in a server (France). Is this like this? How can I force a location for a search? ...

Connection between Facebook aplication and iPhone app

Hello, I've been looking at the Facebook Connect for iOS, but I could not find the solution which could fulfill my requirement. I was able to create a simple log in window, user can put his/ger credentials, but when I run my iPhone app again the user has to login again. So far I've been able to get this: I would like to be able to g...

Facebook - why if i connect album or photo, returning false

Thursday i could connected with user album and photo. but Friday & today (Monday) i can't.. there is something bug with Graph API?? and how to create album in page (business page) with Graph API?? i got the identifier and i can access with https://graph.facebook.com/121845897865800 but if i check manually in my page, i couldn't find tha...

Facebook Fan Page feed

Hey guys... Im trying to fetch a feed from a Page in Facebook which works fine if i use a browser to get the feed - But when im trying to build a script that has to fetch the XML, it returns HTML, any ideas why ? And is there any other way to get the XML for a Fan feed?? Im using this URL: http://www.facebook.com/feeds/page.php?format...

XMPP library for facebook chat

So facebook is opening its chat servers to us... great. I am new to XMPP, so what would be the best JS library to connect to their servers? I googled for a tutorial article, but found nothing. Can someone direct me to one? ...

Facebook Fans Page, FBML: Is it possible to update the content (image and text) directly from our site(php/mysql)?

Facebook Fans Page, FBML: Is it possible to update the content (image and text) directly from our site(php/mysql)? Please help me on this.. Thanks in advance, Sandy ...

Facebook connect session

Hi, I am using facebook connect on my site. I use some code to retrive data from facebook like Profile Information, Friends list etc. My session will not expire until I close the browser manualy. What code should I use on my logout page so that the session will expire automatically? ...

facebook status update api

Hi all, Once you update the status to FB is it possible to retrieve the comments or replies to the status updates from the user? I am a newbie to using social media api's so please bear if it seems silly. Thanks ...

Using jquery need to display facebook user name in html page.

Using jquery (javascript) need to display facebook user name in html page using facebook user id. I am not using facebook api. Any one have any idea. ...

Facebook stream API error works in Browser but not Server-side

If I enter this URL in a browser it returns to me the valid XML data that I am interested in scraping. http://www.facebook.com/ajax/stream/profile.php?__a=1&profile_id=36343869811&filter=2&max_time=0&try_scroll_load=false&_log_clicktype=Filter%20Stories%20or%20Pagination&ajax_log=0 However, if I do it from the...

Pull Facebook status feed and parse with PHP

Hey I'm having trouble finding documentation on pulling Facebook status updates from the public domain. I tried using the Old REST API and the Graph API, and I've hunted for documentation, sample code, tutorials and forums for something just to start me off, but I can't find anything. All I want to do is grab status feeds from users. I...

FacebookXmlRestClient NotSerializableException on Google AppEngine

I've tried to follow the facebook-java-api filter example but i got this expection when i attempted to save to the client object to the session. The code is being hosted on the google appengine platform. java.lang.RuntimeException: java.io.NotSerializableException: com.google.code.facebookapi.FacebookXmlRestClient at com.google.apph...

How would I request extended persmissions on FaceBook login.

Hi, I tried: <fb:login-button v="2" perms="email"></fb:login-button> But when the FaceBook login window pops up, I don't see the extended permission, only the basic. Any ideas on what I'm doing wrong? Thanks, David ...

How to share content with multiple friends on Facebook?

I am building a feature that will allow users to post to multiple friends' walls on Facebook. I'm using an FBML multi-friend input to let users select an arbitrary number of friends with whom to share. I know how to use the API to post to multiple Facebook walls, but I need the IDs of the users in the multi-friend input. The problem is ...

Facebook JS SDK FB.Login() how do I get extended permissions?

Hello. I am trying to get extended permissions with my FB Connect Application. I was wondering how one does this with FB.Login() as I am not very knowledgable in JS. Thanks ...

How to architect and design Facebook friends integration into a iPhone app with cloud service

For some reason I can't find this information anywhere. I'm looking to figure out best practices for how to design and architect Facebook integration into an iPhone app that also has a cloud service backing it for my own (non-facebook) data. Specifically, assume a user is going to authorize Facebook access in my iPhone app and I want t...

How does facebook know what images are needed to get from a URL?

When I attach a link on facebook I get the title, url, description and images from that page. But facebook separates the images and gives just the important ones. And this is what I don't understand. For example, attach this link http://tonlinegames.com/ - This is a gaming site with photos about the games. When you attach it f...