Tagged Questions
0
votes
2answers
22 views
Facebook send dialog appears and disappear
i am developing a facebook application, i am trying to send a private message to my app user, but the popup appears and disappear very next time, i used this script from ...
0
votes
1answer
14 views
Getting Error while creating Facebook Friend Selector
I using tutorial to create facebook multi friend selector. Its not working and getting following error
fb.login() called when user is already connected
I understand that I should call FB.logout ...
0
votes
0answers
4 views
facebook login not working for the first time in ios
I am trying to integrate Facebook Login in my Sencha application.
The problem is when I click on facebook login button which calls the promptLogin() function of Facebook, facebook login screen is not ...
0
votes
1answer
32 views
Accessing all Facebook Like buttons on a page using JQuery
I'm trying to write a script that can access all instances of the a Facebook Like button on a webpage using jQuery dynamically, but am having trouble figuring out the correct selector.
The context ...
0
votes
2answers
20 views
Javascript SDK: can i have another FB.api() calls inside FB.api()
// count total no. of groups created by me
function totalGroups(response) {
FB.api('/me/groups', {fields:'owner'}, function(g_response) {
for (i in g_response.data) {
...
0
votes
0answers
12 views
Add Listener for “Like” Button Completion when FB SDK isn't implemented
I'm trying to intercept the response of a like button accordingly:
FB.Event.subscribe('edge.create', function(response) {
// like clicked
});
However, the website in question doesn't isn't using ...
-1
votes
0answers
10 views
DB creation by javascript
hi i am trying to create DB by the following code
var a = {
fbid: fb.fbUid,
name: fb.nameOfUser,
token: fb.generatedToken,
usedapp: fb.ipubAccTok.split("|")[0],
...
0
votes
0answers
15 views
Facebook Registration Close the pop up
I have implemented on my app on how to register users using their facebook account
So I used this url to redirect the user to the facebook registration page
<a class href = ...
0
votes
1answer
32 views
How to authenticate Facebook app to access public pages feed with javascript API?
I'm trying to access a public facebook page's posts with the Facebook API but I cant seem to authenticate even with all the right credentials. FB.api returns:
...
0
votes
1answer
30 views
Facebook Comments iFrame height limited when using HTML file not URL
I'm loading a facebook comment page from a local file, not a URL.
(Reason: It's for a Mobile App & I need a template file for creating multiple comment pages)
The FB comments load but the ...
0
votes
0answers
40 views
having big trouble when posting comments to facebook posts by javascript sdk and app id
First of all i want to do that users of my site will post comment to facebook profile/page/group feed posts i show in my site by javascript sdk
this is my code -
FB.init({
appId : ...
1
vote
1answer
44 views
Underscore mapping an array's key to another
I want to map the keys of a large array into another key while removing the original key using Underscore.js' map() function.
large_array = _.map(data, function(element) {
element.b = element.a;
...
0
votes
1answer
17 views
How to parse Facebook Page status in javascript?
In this link https://developers.facebook.com/docs/reference/javascript/FB.XFBML.parse/
there is no option for Facebook Status parse.
for example https://www.facebook.com/adidas , how can I parse the ...
1
vote
2answers
89 views
Facebook: Posting multiple links using graph API (javascipt sdk)
My requirement is in such a way that when the user clicks on the button, content similar as below has to be posted on the user's wall from our site.
Sample Sharing Content
I like the following ...
0
votes
1answer
26 views
SHOUTcast streaming music and OpenX ads
I have created a tab page app that streams music and displays banner ads via OpenX (approved by Facebook). The page that frames within Facebook is located here: https://www.mypchost.com/stream/
The ...