Tagged Questions
0
votes
0answers
4 views
FB.getLoginStatus triggering browser pop blocker. How can I stop it?
Im calling FB.getLoginStatus, of the Facebook JS SDK, from a button click event. My problem is that if the status parameter is set to true, then the browser pop-up blocker gets triggered, preventing ...
0
votes
1answer
18 views
Tag someone on a picture i share (FACEBOOK)
I'm using this code to share a picture on facebook.
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:fb="https://www.facebook.com/2008/fbml">
<head>
<title>My Feed Dialog ...
0
votes
0answers
25 views
How to share picture on Facebook not working
This is the code i just found. Unfortunately not working
<html>
<head>
<script>
function Share_on_Facebook()
{
var publish = {
method: ...
1
vote
0answers
9 views
javascript sdk and canvas apps
I have a canvas app using the c# facebook graph toolkit, but I make use of the javascript sdk to perform a few functions, most notably facebook dialogs, including feed posts, facebook credits ...
0
votes
0answers
32 views
missing = in XML attribute
I am periodically getting the js error "missing = in XML attribute on line 29" in http://connect.facebook.net/en_US/all.js#xfbml=1&appId=44444444. This error disables the FB comments from ...
0
votes
1answer
27 views
delaying ajax or jquery call until dynamic image loads [closed]
Possible Duplicate:
jQuery Ajax wait until all images are loaded
//var imgURL="http://xxxx.xxx:8084/xxx/largedynamicimagethattakestime
FB.api(
'/me/photos',
'post',
{
...
0
votes
1answer
22 views
Facebook JS SDK logout on page load
I was wondering how to do this on page load. It is working with "onClick", i.e <a href="#" onClick="FB.logout()">Logout</a> <- Works
but if I have something like this done:
// INIT ...
0
votes
0answers
17 views
Unsafe JavaScript attempt to access frame with URL when using Twitter/Facebook
I am building a website using the Twitter and Facebook JavaScript SDKs. I am attempting to perform tweets and facebook shares from the site. But I am getting the following error when I try to send a ...
1
vote
1answer
15 views
OpenGraph watch action - less than 50% watched
I'm using the Javascript SDK to contact the API.
Using Built-in Watch action:
When a user watches less than 50% of a video, or if a user removes a watch activity from your app/site, you should ...
0
votes
0answers
10 views
auth.authResponseChange - how to fire when status change
I am writing a script to check whether Facebook user is connected to our site, and this script is in the header file, so it will be called repeatedly when we calling another page, what I need is how ...
0
votes
0answers
14 views
How post image from canvas tag?
I am making a Facebook app using javascript. I want to post Image from canvas tag in my app page to timeline.My code is this
<a href ="#" onclick="var img = ...
1
vote
1answer
29 views
Which access token to use for open graph action
I've created a custom open graph action that uses the publish_actions permission.
Once the user has granted this permission, which access token do I need to use to post the open graph action? Can I ...
0
votes
0answers
10 views
How do I get all posts of a page which tagged the page?
How do I get through JavaScript all posts of a page which tagged that page? So if somebody makes a public post and tags my page, I would like to access such posts. I would like to display on my ...
0
votes
0answers
15 views
Link on user feed is missing a slash
I'm having ab it of an issue when sharing a link using the Facebook Feed Dialog
When I have a user open the Dialog and post to Facebook it all works fine, except when the story is posted to the ...
0
votes
0answers
29 views
Facebook like button comment box
I am facing a problem with Facebook like button
crate a dynamic URL by appending id
apply this URL to Facebook like button
when user press like button it show blank comment box with outdata in ...