jsonp
Using jQuery crossdomain (JSONP) to log in - GET might be an issue
I\'m building a bookmarking utility that will add a button to another website, and send data back when the button is clicked. If a user is logged in to my service, they get an \"ok\", otherwise a prom[详细]
2023-04-02 08:55 分类:问答jquery bug? jsonp in safari with objects doesn't work
I am getting a \"parse error\" with this function I\'m working on.I was able to distill the problem into just barebones:[详细]
2023-04-02 08:29 分类:问答Facebook Graph API Get Access Token via JQuery (Client way)
OK, so this is driving me nuts. Have been t开发者_如何学Crying to get the access token for my app using jquery. When I have the access token everyting is working fine. I can retrieve friends list etc.[详细]
2023-04-02 08:19 分类:问答What does the 'P' in JSONP stand for?
I can\'t seem to find a definitive answer on this -- what does the p in JSONP stand for?.The candidates I\'ve found so far are padding and prints.Anyone know where the JSONP name came 开发者_StackOver[详细]
2023-04-01 19:51 分类:问答Anyway to make API calls to HTTP basic auth more secure?
I\'m working on a few smaller projects, and probably a lot more later on, that will be using HTTP basic auth to fetch and post data. Some example APIs are MongoHQ and Wufoo.[详细]
2023-04-01 08:38 分类:问答How to get "x is friends with x" in me/home using Graph API & Javascript SDk
is there a way to do this? Using the me/home json feed, it shows up as a person and just one image of the perso开发者_如何学运维n they have friended, even if they have friended several.[详细]
2023-04-01 04:03 分类:问答How to clean up JQuery JSONP request results?
My javascript client makes a JSONP request via the JQuery $.ajax() method every second. When I view the JavaScript console in Google chrome (13.0.782.215 m Windows) and click on the Resources button I[详细]
2023-04-01 01:14 分类:问答Cross Domain JSONP over HTTPS
I am using JSONP over HTTP on different domains (say http://a.com and http://b.com) to exchanges messages.[详细]
2023-03-31 12:47 分类:问答How to reliably secure public JSONP requests?
I\'m trying to find if there\'s a good way to prevent CSRF on a javascript widget embedded on customers\' websites.[详细]
2023-03-31 07:36 分类:问答Send complex object to WCF Web API using JSONP
Thanks to Alex Zeitler\'s article I have my WCF Web API service accepting JSONP requests. This works really well for simple requests but I have a problem.[详细]
2023-03-31 03:35 分类:问答