0
votes
0answers
13 views

Recover list of checkboxes selected in Javascript

Here I have my list of checkboxes pre-populated, with 3 elements. <h:form id="form"> <p:selectManyCheckbox id="checks" value="#{fbController.selectedFB}" ...
0
votes
0answers
2 views

Can't edit input fields inside iframe app after using FB.login on Firefox

I'm facing the problem that when I use FB.login inside my Facebook iframe app using Firefox I can't edit any input fields. The strange thing is that as soon as I set the focus anywhere outside the ...
0
votes
0answers
6 views

asp.net change language based on facebook locale

I'm creating an website where the user can login with facebook credentials. Once the user has logged in, i'm checking the user's locale like this: FB.api('/me', function (me) { if ...
0
votes
0answers
21 views

Programatically changing Facebook status with Javascript

I'm writing a browser extension that's supposed to change the contents of ones Facebook status update before it's posted but I can't seem to do that. I try to set the value of the relevant textarea ...
0
votes
0answers
14 views

Sending app facebook request to a non-friend having tokens id

I explain my case, I'm trying to send FB request to an app to people who is not my friend and I want to do it in name of other person. All these through a java web app I developed (and I'm able to ...
0
votes
0answers
11 views

Requests not appearing in Notifications anymore

I'm working with Facebook apprequests I saw this bug in Facebook site The Bug is in status close, but on my app it still happening. Does someone know how to solve this issue, or find a workaround.. ...
0
votes
1answer
15 views

Send app notification to a friend in Facebook

I'm totally new in Facebook API. I have created a Facebook app and through a java web app I want to send requests to invite my friends to use my app and redirect them to the app download page (or at ...
0
votes
0answers
20 views

Get facebook current location and hometown of public profile

how to get usernames and ids from this type of search? All the information is public here in this link. So how can i get a json data of the complete set of users. ...
0
votes
2answers
19 views

Facebook Javascript - URL not allowed

can someone tell me why I am getting this Error: One or more of the given URLs is not allowed by the App's settings. It must match the Website URL or Canvas URL, or the domain must be a ...
0
votes
0answers
16 views

Sign in with Twitter using a single URL (like Facebook)

We can add "Sign in with Facebook" functionality with a single URL: ...
0
votes
0answers
15 views

Facebook Javascript SDK open-graph: error adding custom objects for custom stories

I've created a custom object, called 'Opinion' to build custom stories around it. I'm trying to add some app-owned objects from my website using the javascript sdk. The sample code facebook gives me ...
0
votes
0answers
20 views

How do I create a facebook app taller than 800px?

Is it possible to create a facebook app/tab taller than 800px, but 810px wide? If it is possible, how do I achieve that? Thanks for all the answers/comments!
0
votes
0answers
20 views

facebook login Javascript SDK - button only works some of the time?

I have the following simple code for facebook website login below. I tested the site in a mozilla browser and everything worked fine, opening up a prompt for me to login to facebook, but when I tried ...
0
votes
0answers
21 views

prettyPhoto lightbox social tools: all images have the same number of Facebook likes

Background: I have a site using a prettyPhoto lightbox to display photos. I've enabled social tools to display the 'tweet' and Facebook 'like' buttons on the lightbox, in hope to enable the ability to ...
-2
votes
0answers
8 views

facebook Javascript SDK error [duplicate]

I am trying to use facebooks Javascript SDK following this reference guide. The first step as stated there , is to load and initialize the Javascript SDK by adding after your body tag the code: ...
0
votes
0answers
10 views

inviting facebook friends to app appear as requests in the FB app center and do not appear in the notifications

It clearly says in this link if you scroll down to "Receive experience" that app requests suppose to be received as regular notifications by the receiver. my code is in this link and it is working. ...
-5
votes
0answers
18 views

displaying Facebook notification bar in web application [closed]

I would like to develop an Android application just for displaying the Facebook notification bar. How would I do that with HTML and JavaScript?
0
votes
1answer
36 views

FB friend-selector frame is in https and cannot interact with hosting page in http

I have implemented an invite your friends feature on a site. Lately it stopped working (Due to the continues pleasure of the "stable" Facebook graph API...) I'm trying to wrap my head around this one ...
0
votes
0answers
12 views

Facebook sharing returns internal server error

I am using client side facebook sharing feature, were I used the javescript to share the content to facebook, it was worked previousy well but now I am getting the Internal server error from facebook, ...
-4
votes
1answer
29 views

Filling out a form with Facebook data [closed]

What I want seems simple enough, still I have read countless pages and questions and can not find a simple example. I have an existing form on my page. When someone clicks a facebook button, I want ...
0
votes
0answers
18 views

html javascript Put an image over another image and post to facebook

In my web application , the user opens a photo from his pc with javascript ( I use a preview script without uploading to my server ). Then I have a draggable image that the user drags over his photo ...
0
votes
0answers
26 views

sending note from facebook app

I'm trying to build an app that post notes to user's timeline or send notes to users as I read until now I know that its impossible to send posts or messages to users by apps is that the same for ...
0
votes
0answers
11 views

get access token long lived using facebook sdk php et js

i have a c client app "phonegap", the client must accept fb app to have access to his notifications. the problem is when he click on the button of fb, the new page of my server open 'the role of this ...
0
votes
1answer
10 views

feed dialog shows an error occurred when I use my appid.When I use FB developers example app id it works

I have an app on facebook. Through my site, I open, using JavaScript, a popup. The querystring appearing on Facebook developers site (https://developers.facebook.com/docs/reference/dialogs/feed/) ...
0
votes
0answers
34 views

Facebook like button - popup box not showing in total [closed]

I'm building a Joomla website and when the FB Like button is clicked - the popup comment box is clipped. I've tried modifying the z-index, but it's not working. Any ideas? You can see it on the bottom ...
1
vote
1answer
48 views

Facebook Open Graph API Create Object with PHP or Javascript

I'm trying to create an Open Graph object for use with an action in the facebook open graph API. I've tried using both the PHP and javascript based code provided by facebook on my app control center. ...
0
votes
0answers
18 views

Cookieless facebook like button

I'm searching for cookieless facebook like one click button. To be more precise I need a Facebook Like button on the page, but due to new EU cookie restrictions it shouldn't produce cookie on the ...
0
votes
0answers
25 views

Facebook Graph API: Post Field: message “undefined”

Hope you could help me. I'm searching for quite long right now, but can't find a solution to that. I'm using the Graph API of Facebook with the JavaScript SDK and all I want is to get the posts of an ...
0
votes
0answers
23 views

Facebook app has redirect loop with internet explorer 9

I am able to get my app to work in Chrome, Safari and Firefox but in IE9 (Others not tested) it constantly loops. I am unable to determine why this occurs. The javascript console did not appear to ...
0
votes
0answers
28 views

LoadMore option of Facebook wall script

Here's what I'm trying to do. I have a javascript file that loads a Facebook feed onto a webpage. It's limited by a certain amount of posts. I don't want to display all of the posts on the page, but I ...
0
votes
0answers
33 views

How to import fotos from facebook to my jquery mobile site?

I am developing a jquery mobile site, with php-mysql in the back end. The site is about various kinds of events that take place in the city and the client posts in his facebook page photos from every ...
0
votes
1answer
30 views

How to get first and last name without access token?

According to the FB SDK docs, it appears that some data from the response object I should be able to retrieve sans access token. (https://developers.facebook.com/docs/reference/api/user/) However ...
0
votes
0answers
25 views

Make FQL query on form submit and continue or cancel submitting based on query result

I have a small question. I'm not able to continue or cancel form submitting based on FQL query result (if user likes a few pages) in FB Javascript SDK. It's probably because of FB queries are async. ...
0
votes
1answer
14 views

facebook javascript sdk birthday format

Just simple quick questions, I'm using facebook js api to login to my site FB.login(function(response){ if (response.authResponse) { FB.api('/me', function(response) { response.birthday .... } ...
0
votes
0answers
14 views

Why does Facebook send the signed request via POST?

Why does Facebook send the signed request via POST ? Indeed if the signed request were sent via GET it will allow client-side javascript code to get it. Thereby the application could be stored in a ...
-2
votes
1answer
34 views

Facebook Connect - Need email and userlikes

I can't seem to get the permissions for my facebook connection. Here's what I have: window.fbAsyncInit = function() { FB.init({ appId : 'myID', // App ID channelUrl : ...
1
vote
0answers
33 views

Facebook Comments Social Plugin - Problems Saving / Accessing comments for current URL

I've stumbled across several questions that revolve around issues with integrating Facebook comments, but unfortunately haven't had any luck finding a solution. I am attempting to incorporate ...
0
votes
2answers
48 views

How to show facebook like button even if user isn't logged into Facebook?

Currently, the code <div class="fb-like" data-href="https://facebook.com/myappurl" data-send="false" data-width="450" data-show-faces="false"></div> Only shows the like button if I am ...
0
votes
0answers
22 views

Facebook JavaScript SDK - Strange behavior of Facebook feed Dialog

I am using Facebook javascript api , Every time i click on link to share it's displaying feed dialog box successfully , but not posting on my wall , for the first two or three times ('An error ...
-3
votes
1answer
70 views

Facebook logout button asp.net website [closed]

I integrated facebook connect to my asp.net website using the code from facebook for developers and I successfully logged in to my website. What I want to do is to have logout button next to the ...
-2
votes
0answers
13 views

How to know if user came from facebook app invitation or not , and who invited him? [closed]

i need your help in this case please. How to know if user came from facebook app invitation or not , and who invited him ?
0
votes
0answers
9 views

Facebook fql to retreive facebook data based on category and page id

Suppose i want to extract the some fields from the page below: http://facebook.com/433104640068128 for a category group. I would like to get an FQL query which can be used with javascript fb sdk to ...
1
vote
1answer
63 views

Facebook login window appears and disappears without logging in the app

I have created a facebook app using Javascript SDK. It works fine for me (maybe because the app is linked to my account), but it doesn't work for other users. When the user clicks on the login button, ...
0
votes
0answers
28 views

How to make the Facebook Comment box that appears after liking display above and not below

I'd like to make the Comment box that pops up under the Facebook (fbml) Like button when a user clicks it pop UP instead. Currently it shows under the like button, and I want it to display above. ...
0
votes
0answers
18 views

facebook api request notifcation is disappearing, javascript SDK

thanks to all. I'm using Facebook request dialogue with following code <html> <head> <title>My Great Website</title> </head> <body> <div ...
0
votes
0answers
12 views

FB.api created Elements using jquery-on function

I´m creating list-elements with my facebook response data. How do i have to use jquery´s .on (deprecated .live) function to get them styled from jquery.mobile? jquery mobile is included in the head ...
0
votes
1answer
87 views

The url you supplied is invalid, type OAuthException with javascript sdk. code 1500

I'm trying to post to Facebook wall using FB.api( '/me/feed', 'post', I'm getting the error /**/ ...
0
votes
1answer
48 views

Getting Friends Likes and Information using Graph API

I am having trouble getting a user's friends' likes. I can get gender, name and birthday, but not television, movies, music,books, games and likes. Note, the user selects a friend, and then the ...
0
votes
1answer
14 views

Facebook App - Publish notes to timeline publically

I've got an app that posts notes to a users timeline. I have the code working just fine, but I can't seem to get the notes to be public on the timeline. I've added just about every permission (via ...
0
votes
0answers
33 views

Change CSS attribute on facebook with javascript?

I want to change my facebook page a little (by adding javascript to my bookmarks and executing it on the facebook site). Since I really know nothing about javascript (all I know is HTML, CSS and ...

1 2 3 4 5 80