Tagged Questions
0
votes
0answers
12 views
Embed Track and Set Info Within SoundCloud Widget - JavaScript SDK
I am interested in creating a custom music channel using SC.oEmbed to display tracks and sets. I'm trying to display the info, too.
This SoundCloud custom player does the trick without oEmbed.
...
0
votes
0answers
10 views
Combining HybridAuth with Javascript SDKs?
(repost from https://groups.google.com/forum/?hl=en&fromgroups=#!topic/hybridauth/CWo2R9suYts)
Starting with Facebook, I'm trying to use the provider Javascript SDKs to login and have HybridAuth ...
0
votes
2answers
64 views
Post comments to someones profile post or page post or group post using facebook javascript sdk
I want to post comments to someone's Facebook profile post or page post or group post using the Facebook Javascript SDK with an access token and Graph API.
I can generate an application access token ...
0
votes
0answers
49 views
Tumblr infinite scroll with facebook likes on posts do not work
I am having difficulty adding a facebook like button to a tumblr theme. It has a set of posts all loaded with infinite scroll. The user should have the ability to like each post individually.
In my ...
0
votes
1answer
30 views
PhoneGap App: FB Share via API without FB Popup
We plan on building a PhoneGap App and want to give the user the possibility to share information on Facebook.
We wonder if this is possible with the FB JavaScript SDK without leaving our app that ...
0
votes
0answers
23 views
Integrating Facebook SDK in Windows 8 JS application
I'm trying to develop a Windows 8 app and I want to integrate Facebook in it.
I know this can be done without their SDK, but I've seen it can also be done with it and I'd love to go for the SDK.
I ...
-3
votes
2answers
61 views
Facebook UI,Popup shows An error occurred. Please try later [closed]
ok,i made a code,and it shows An error occurred. Please try later when popup comes,and in colsole it says : undefined at "function callback(response) {
console.log(response);
}"
here's code:
...
0
votes
0answers
41 views
Facebook Javascript SDK Cookie
i wrote for my Node.js Applikation a model (backbone), that realizes the authentication with Facebook Javascript SDK.
My modelcode is here:
define(['jquery','underscore','backbone'], ...
0
votes
1answer
62 views
How do I call FB.ui in a Facebook Canvas app?
I want to create a site with Facebook login, where simple payments allow users to buy virtual goods.
From what I understand, the Facebook payments system (popups, etc.) only work with Canvas apps or ...
0
votes
1answer
57 views
FB.login only works with my developers account
When I use the FB.login function from the JavaScript SDK and I am logged in on Facebook with my developer account the popup appear and everything is fine. If I'm logged out or logged in with another ...
0
votes
0answers
74 views
Facebook javascript login - Handle “not you” user flow case
Calling FB.login(callback, scope) pops a login modal. It takes a callback when the user successfully logs in or closes the modal.
If you type in your password wrong the modal shows you "is this you?" ...
-2
votes
1answer
47 views
Not Capturing FB Like Event
I have placed FB like button using iframe code...
Here is the code for Like Button:
<iframe ...
0
votes
0answers
43 views
Chrome asks to translate empty page with Facebook JS SDK loaded [closed]
I'm trying to use the Javascript SDK for Facebook. The API works good, but chrome asks to translate the page where I'm loading the SDK. I'm loading the "connect.facebook.net/en_US/all.js" file ...
1
vote
0answers
174 views
FB.getLoginStatus doesn't fire callback in native Android browser
This problem had just showed up in my app when I view it on the native Android browser in ICS and Jellybean. All works as intended on desktop browsers and even Chrom for Android. This has occurred in ...
1
vote
0answers
89 views
FB.getLoginStatus's callback isn't firing
I have the following code in a script tag in my HTML page:
window.fbAsyncInit = function () {
if (FB != null) {
FB.init({
appId: 'myAppID',
...
0
votes
0answers
55 views
posting referral to friends wall using facebook javascript sdk
I am using face book java script sdk and it was working before but suddenly its throwing exception’s am unable to trace what I am missing into code.can any buddy help
My code snippet below
...
-1
votes
1answer
105 views
Facebook Open Graph - Javascript SDK [closed]
I have created a Facbook App, got the AP ID, I have setup a new Open Graph action type called Publish and a new object type called Article.
But for the life of me I cannot get the following to work:
...
0
votes
2answers
71 views
SoundCloud JS SDK - SC.get is not working at all on IE9
I'm trying to fetch information about a track like so:
SC.get('/tracks/15158492', {limit: 1}, function(track) { console.log(track); });
Which works great on all real web browsers, but Internet ...
1
vote
1answer
123 views
How do I close the popup after I post to facebook?
On our blog we have a link where users can post our articles to their timeline. A popup opens up and the user posts to facebook, then the popup stays there and redirects to "www.oursite.com". How do ...
1
vote
0answers
61 views
Sound Cloud javascript API Stop() method not working
I'm trying to toggle start and stop a Sound Cloud stream with the following code. The play() method is working as wall as the conditional logic. But the stop() method is not. Can anyone explain what ...
0
votes
1answer
72 views
Loading embedded iframe with same protocol as window top to prevent Same Origin Policy Violation
We're developing a Javascript SDK which is used by embedded applications (injected in my site as IFRAMEs) to help them use some resources like loading some dialogs: e.g. an authorization dialog or a ...
0
votes
0answers
44 views
iframe not returning correct postback on facebook javascript sdk
I'm making a Facebook App with javascript SDK in asp.net. (So I'm framing in my page as an app)
I want to do a post to my users feed. This I got working.
However I can't seem to receive any of the ...
1
vote
2answers
202 views
Chromium error with SPDY when using Facebook JavaScript SDK
I develop a mobile application with HTML5 + Cordova (Phonegap) using Facebook Javascript SDK for iOs and Android.
I implement it like this :
FB.api(
{
method: 'fql.query',
query: 'SELECT uid, ...
0
votes
1answer
62 views
Difference between Facebook Javascript SDK and Graph API
I am new to facebook APIs. I basically want to know the difference between javascript sdk and graph API. And are there any limits for calling these APIs ?
1
vote
0answers
150 views
Uploading base64 image to Facebook graph API via Javascript/Phonegap
I'm trying to make a "post" request to https://graph.facebook.com/"+userID+"/photos?access_token="+accessToken
with the 'url' paramter being a base64 data URI.
I got the error "data:base64.... is ...
1
vote
1answer
69 views
Why is Facebook Javascript SDK loaded asynchronously?
I am using the standard Facebook Javascript code in my Facebook app, which I got in my sample app on Heroku. I don't really understand it, but by being careful I've been able to modify the sample app ...
0
votes
2answers
128 views
Facebook JS SDK Failed to load resource
I'm trying to integrate a Facebook login with my website, and I'm testing out my Facebook login right now through a local host. This is the code I've generated from following the instructions on the ...
0
votes
0answers
19 views
sdk/pageload-require is not defined
I have SDK 1.13 and I want to use pageload API to give the alert message when html form is loaded in firefox browser. but I'm getting an error on console: require is not defined.
I have linked cfx ...
0
votes
3answers
57 views
Dynamically loading fonts using Titanium SDK
Ok so I've got a rather complex setup for my Titanium app, but basically I'm creating a page dynamically by reading properties of a JSON manifest file that will be loaded from a server.
The app reads ...
0
votes
0answers
88 views
Titanium Studio Setup
I am very new to titanium / appcelerator. I managed to download and install the IDE. However after I managed to download the Android SDK as I tested again in my Titanium Studio and run the default ...