Tagged Questions
0
votes
1answer
73 views
Designing backend software for multiplayer cross platform app
I am currently in the initial design phase of my first app.
In my app there will be individual sessions containing 1-5 users.
I need to be able to keep track of each users gps location and be able ...
1
vote
4answers
197 views
Facebook API: Logging in, but still not working
I'm using the Facebook API connected script written in PHP (provided by Facebook). Everything works, it generates the login URL and redirects me back to the website when I'm logged in.
However, the ...
-1
votes
1answer
57 views
Code for inviting friends
I need a code for inviting friends to a fanpage.
http://developers.facebook.com/docs/reference/dialogs/requests/
This is linking to the website. Is it possible to link to my fb fanpage?
0
votes
0answers
54 views
Google Drive open External App in same tab (or window)
There is a setting in Google Drive to open items in the current window, but this doesn't work for (at least some) external Google Drive apps. Will this behaviour change/be fixed in the future or is it ...
1
vote
0answers
267 views
Can't get to apps page, url just redirects me to my profile page [closed]
https://developers.facebook.com/apps link just goes to my main profile page. I do not see where I can create an app. I have signed up and recieved the developers welcome email, yet I still can't ...
0
votes
1answer
29 views
Supress action link just for one reader?
Is there a way to suppress the action_link just for one 'reader' of the news?
FB doc (https://developers.facebook.com/docs/opengraph/actionlinks/) says
Suppressing Action Links
If you have ...
0
votes
1answer
351 views
Run Google Apps Script Function via API
I have a few Google documents; some are normal Docs, some are Google Scripts.
When I'm logged in with my account, I can run one of my scripts manually, that interacts with my Docs (it opens an ...
1
vote
4answers
3k views
Another doGet() issue with Google Apps Script - “Unknown macro doGet” error
I'am obviously new to Google Apps Script, nevertheless I have some experience in coding in C, PHP and Java. Since we would like to create a small CRM in our company with Google Apps Script, we need to ...
1
vote
2answers
664 views
Creating new facebook apps with graph api?
To my knowledge it isn't possible to create new apps with the graph api from facebook.
But i have seen several tab makers which are apparently able to generate new apps (one of them is the timeline ...
0
votes
1answer
315 views
Spotify Apps Api - encodeURI / escape
There seems to be a bug when using the JavaScript functions encodeURI / escape and encodeURIComponent. Example:
escape( 'The Frames' ) // The 0.000000rames
encodeURI( 'The ...
2
votes
2answers
251 views
Empty Subscriber Count for Spotify Playlists
I cannot seem to reliably fetch the subscriberCount for playlists using the Spotify Apps API. It will nearly always return zero, unless I manually view the playlist before making the API call.
Is ...
0
votes
3answers
1k views
Spotify Apps API: Library-class won't return users Playlists
I'm trying to get an array containing all Playlists in the users Library (http://developer.spotify.com/download/spotify-apps-api/reference/dcdebc652c.html).
No problems with the other class ...
1
vote
4answers
2k views
Spotify Apps and jQuery
How can I add and use jQuery in my Spotify App (using Spotify Apps API)?
Regarding this this article http://docs.jquery.com/Using_jQuery_with_Other_Libraries I tried this in my Spotify App:
...
1
vote
0answers
569 views
Spotify App API: Player view for track [closed]
I'm trying how to figure out how to play/insert a single track with v.Player.
I'm using the following code:
var player = new v.Player();
player.track = objTrack;
player.context = objTrack.album;
...
1
vote
1answer
56 views
Can I Make An API Retrieve Information As Well As Send It?
I'm kind of new to API's so please excuse me if my question seems easy or ridiculous. I know and understand how you can make a call to an API to retrieve information that the API allows. But say that ...
0
votes
1answer
393 views
How to create facebook app invited with an external application?
I know how to retrieve data from facebook GRAPH (such as app requests, etc) but what I am wondering how to do, is allow an application to create a facebook application request via http/https (not ...
0
votes
2answers
2k views
Sorting by birthday date my friend list in Facebook API?
I'm creating my own application to show forthcoming friend's birthday. I have a permission to get this dates from facebook and i'm displaying all my friends with their date of birth on my site. My ...
2
votes
1answer
1k views
What's the best way to handle API authentication for users (especially for mobile devices)
We're looking to create an API for our website. One of the major usages for the API (I suspect) will be to allow people to create mobile apps (for the iPhone and hopefully other devices).
What's the ...