facebook

FB.api: Error 500, callback function not executed.

FB returns error 500 and says: (got this from the net tab in FireBug) FB.ApiServer._callbacks.f159e9f3f5816a({ "error": { "type": "Exception", "message": "(#341) Feed action request limit reached" }}); 3 questions: Have any one else encountered this ? How do I get the response/callback from the server if it...

Facebook like : Uncaught TypeError: Object #<an Object> has no method 'provide'

I have recently added the facebook like button, but the following code returns an error in chrome: Uncaught TypeError: Object # has no method 'provide' <!-- Facebook --> <div id="fb-root"></div> <script> window.fbAsyncInit = function() { FB.init({appId: '121814204514513', status: true, cookie: true, xfbml: true}); }...

Facebook. Setting status using access token (offline access)

Hi. I am wondering how to set the status of a user who has allowed offline access permissions. I have the users ID and access token but can't figure out how to pass both to the function. Any ideas? ...

Fb like share box in drupal website

I am making a drupal website and have a content type "quotation". The standard way of taking input in drupal is going to the create content in the menu which is not very user friendly considering your normal user. I want to have an option to create content (i.e quotation) like in facebook, twitter or any other social networking site. A ...

Facebook Graph API: What is error code 506

While posting to Facebook through the Graph API, I get GraphAPIError: (#506) Duplicate status message. Where is the documentation for this? I've checked http://wiki.developers.facebook.com/index.php/Error_codes and it is not listed. I can guess that it has something to do with duplicate posts but what are the exact specs for causing this...

Facebook Graph API, extended permissions

I am trying to use facebook Graph API, to update a users staus message. I am getting the following error while using it, I think the new graph sdk is not being properly referenced ? Notice: Undefined property: Facebook::$api_client in /users/home/aafhe7vh/web/public/update.php on line 9 Fatal error: Call to a member function users_h...

How to embed iframe in facebook?

An associate of mine maintains a facebook page for the company we work for. The company wants a widget to put on their facebook to allow users to enter their email and subscribe to our newsletter. The associate who does facebook is not a programer so he asked me to build something. I made a small page that uses jquery and ajax to allo...

Do combination OR and AND statements work with Facebook's FQL?

I'm attempting to execute a semi-advanced query using Facebook's FQL. SELECT message FROM stream WHERE actor_id= userid_1 AND source_id=userid_2 OR actor_id=userid_2 AND source_id=userid_1 Everytime I run it though, it comes up blank, even though there are posts between the two users on their walls, so this possible or do I need to u...

Facebook requests - how to pass through custom variables from the Requests page.

I am building a facebook app that has a send to friend feature in it. Each user is given a specific userkey that identifies them and them alone. So Person A invites person B. So when person B gets the invite, when they click ACCEPT, we pass the referrer userkey in the URL… e.g. http://mydomain.com.au/return_user.aspx?referrerkey=iua...

upload photo and publish story using FBConnect

In my iphone app,I want to let the user upload an image to his facebook photo Album and publish a story at the same time.The story's media field contains the uploaded image's url.I successly uploaded the photo and got the result's "link" and "src_small" property.But when I use FBStreamDialog to publish the story,I got: At last,I find ...

Issue in facebook.stream.addlike in fbConnect for Android?

I'm using fbConnect for Android for facebook functionality for my app. When I'm using facebook.stream.addlike I get error_code 100 and "Missing post identifier" as error detail. Find my code snippet below. Map params = new HashMap(); FBSession fbSession = FBSession.getSession(); params.put("post_id,", postId); String uid = f...

How to List out feeds from face book in timeline format..

Hi... I have to do a small android application. It should connect with facebook and have to post feeds into wall and retrieve feeds to display in timeline format. I am new to android and fb. Could any one help? ...

How to get all the datum of my Facebook by Java, including profile, my friends list, etc.

I plan to develop a Java program. In that program, first get the datuom of my FaceBook, including profile, my friends list and so on. Second, store them to my defined databace. Now I am worrying about how can I get those datum in my Java program. Thx. ...

After facebook login how to get User Information using javascript SDK in asp.net application

Hi All, I have to implement facebook login and also want to get logged in user's information like birthday, firstname, Email address. I have already done some other stuff like recent activities etc of facebook using javascript SDK of facebook. i am developing application in ASP.Net (C#). How can i get user information, Please provid...

Facebook offline access. Updating status via cron job?

My users have allowed offline access. I have the infinite access token, but can't figure out how to update the status from a cron job. Any ideas? ...

Custom link on facebook comment field in facebook app

We have created a facebook-app which contains a fb:comment field. We have included the app on a fanpage. All works well so far, but when a user comments in the app on the fanpage and chooses to show comment on his/hers wall, the link that appears over the comment links to the app page and not to the fanpage. Is it possible to customize ...

Call to undefined method Facebook::setUser()

Anyone know if there is a new way in the new API to set the user? I'm getting the error, Call to undefined method Facebook::setUser(). I cant find anything on Google. ...

Offline Access. Verifying Access Token?

I have offline access to post on a users wall, but before I post, is it possible to check if I actually have permission i.e. by verifying the access token or by using another solution? Sometimes I am getting "Error processing Access Token" which makes me think the user has removed the application or denied access to post on their wall. ...

are there ways to view the small facebook profile pictures by just knowing the email Id ?

Can we read the profile picture by giving the email Id? I have some email Id s wantto put on my webpage. can it show the facebook profile picture if the user has facebook account with that email id ? ...

Getting list of messages & pokes in API

I've tried using both the old REST API, as well as the Graph API. I can not seem to figure out a way to get a list of ALL messages and pokes (and when I say messages, I mean private messages). These items do not appear in the stream (from what I can tell), so getting them there is not possible. Notification.get() in the REST API only get...