facebook

Remote login to facebook account

Hi everyone! For my project purpose, i need to login to my facebook account remotely and retrieve some information from there. For the login purpose, i am using cURL library of PHP. On execution of the code, facebook page asks me to enable the cookies on my browser which i have already enabled. Is there any problem with the code? Can any...

Who can give me a demo to get datum of my facebook in Java?

Possible Duplicate: How to get all the datum of my Facebook by Java, including profile, my friends list, etc. Who can give me a Demo to get my friends list of Facebook in Java? ...

OAuth (Twitter, Facebook, LinkedIn, etc) on Rails

I would like to connect to those applications which provided OAuth API (such as fb, twitter). Is there a relatively easier way to integrate those APIs? I have successfully used linkedin gem which can connect to LinkedIn OAuth API. But I really don't want to install a gem for dealing with a single application, where those applications p...

How do I get the fan page id with the user id in the Facebook graph API?

Using the Facebook Graph API I need a way to get the fan page id using that page created "user id". Is it possible? ...

New facebook application width to be 520px only?

I'm about to make a facebook application and I'm confused about what width I can design for. It seems that at the moment you have 760px at your disposal, but a lot of sources say this will be reduced to 520px in the beginning of 2010. Being halfway through 2010 already, I'm wondering if this is really happening? 520px seems very little? ...

Facebook connect : Getting an error - Could not set cookie. Headers already sent

Hi All, I'm trying to integrate facebook connect on to my website using php sdk. I have successfully been able to get user data and stuff using connect. However, my session data is coming up in the URL cos the cookie is not been set. Can someone please let me know as to why this could be happening. Thanks, Alloi ...

Actionscript 3 Facebook API limitations

I'm creating a Flash-based (AS3) Facebook Connect site using the Actionscript 3 API and though I've got basic FB Connect functionality in place in terms of allowing users to login correctly, I'm running into walls when trying to ask for certain extended permissions. I'm not positive, but it appears as though there are two fairly signifi...

iPhone API libraries for popular websites...

What are (open source) libraries for iPhone that allow your user to interact with popular websites? Twitter, Facebook, Myspace, Ebay etc... Please post as much of the following as you can: the name of the website that the library is used to interact with the name of the library the author's name a link or download information the l...

facebook GraphAPI post with Profile picture link

Hi, using the Graph API I try to create a post - including a users picture. In the documentation I found: - you can get the elements picture with http://graph.facebook.com/XXXXXXX/picture - where XXXX is the id of the object (user). And ...image src='http://graph.facebook.com/XXXXXXX/picture'... works fine. My problem now - I try to c...

Facebook post to wall using FBJS or PHP

Hi guys, I am trying to post a message to a users facebook wall using FBJS or the PHP SDK, the problem I have is that I authenticate the user on the index.php page, but a flash program is calling my post_to_wall.php script which should update the users wall, but this is not working, here is the code, require "facebook-php-sdk/src/facebo...

android use smack api with facebook chat

hi im trying to use the smack api to send/receive messages in facebook chat. im using: host: chat.facebook.com port: 5222 service: chat.facebook.com username: my facebook [email protected] password: my facebook password logcat says im getting a "503 service unavailable error" but i cant work out why. my username/password work...

How to Post to a specif users wall - using graph API

Hi, I have successfully posted a message to my own feed (logged in users).. now am trying to post to a specif friends wall... but no luck so far.. I tried putting the parameter "to" with the target users ID but the post is still happening in my news feed and can see by all others.. Please help Anz ...

Flash calling a PHP function

Hi guys, is it possible to call a PHP function from flash and have it execute right away? If so how could I go about doing that, because I am trying to call a PHP function that will update a users facebook status, but thus far I have been unsuccessful, so I am kind of at the end f my rope. Any help would be appreciated, thanx! ...

Get Facebook Status from Fan Page using API

I've been trying to get the most recent Facebook Status for a fan page via the API for a while now and can't seem to get what I'm after. I'm really trying to avoid using RSS for it. I can get the full list from the feed via https://graph.facebook.com/174690270761/feed but I want only the last status posted by the page admin, not by anyon...

Facebook - How to add Like button inside a Static FBML?

Guys, Has anyone here tried to add a Like button on a static FBML (a fan page)??? Not sure if this is possible by simply embedding the Like button plugin on to the static FBML, but I tried the iframe version and it didn't show up... Any ideas how to integrate??? Thx! ...

Remove Facebook Post with Connect

Hello all, I'm looking to be able to remove a post with Connect.js. This is what I've tried so far: FB.ui({ method: 'stream.remove', post_id: post_id }, function(response) { console.log(response); }); I get a '"stream.remove" is an unknown method.' which is correct because when you look in the ui_methods.js file for Connect.js onl...

Which Facebook APIs can be used to programatically post a message?

I have an application that allows a user to post messages. I'd like to give an option to users to propagate the same posts on their Facebook wall / status. Which Facebook APIs can I leverage, including the ones that are need to authenticate the user? ...

Adding FBML to users wall post?

When posting to the users wall can I include FBML? i.e. "Mick just scored the high score on {GAME}"? I'm not sure if it's possible or not. Thanks. ...

Facebook Graph API - Photo Upload

Hello. I have an application that uses the old Facebook API but now I'm migrating it. The application works good until I try to upload a photo. I knew how to do it in the old way, but now... I'm in troubles. This is the way I used to do it: $args = array ( 'method' => 'photos.upload', 'v' => $ver, 'a...

Set Facebook Status with Facebook Graph API??

Hello. I would like to know how to set my status using the Facebook Graph API and PHP, may be with the CURL function?? Thanks!! ...