active questions tagged api - Stack Overflow most recent 30 from stackoverflow.com 2009-12-19T16:19:18Z http://stackoverflow.com/feeds/tag/api http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1932993/file-unlocking-and-deleting-as-single-operation 0 File Unlocking and Deleting as single operation Artyom 2009-12-19T14:05:52Z 2009-12-19T15:59:08Z <p>Hello,</p> <p>Please note this is not duplicate of <a href="http://stackoverflow.com/questions/1910624/file-r-w-locking-and-unlink">http://stackoverflow.com/questions/1910624/file-r-w-locking-and-unlink</a>. (The difference - platform. Operations of files like locking and deletion have totally different semantics, thus the sultion would be different).</p> <p>I have following problem. I want to create a file system based session storage where each session data is stored in simple file named with session ids.</p> <p>I want following API: <code>write(sid,data,timeout)</code>, <code>read(sid,data,timeout)</code>, <code>remove(sid)</code> where sid==file name, Also I want to have some kind of GC that may remove all timed-out sessions.</p> <p>Quite simple task if you work with single process but absolutly not trivial when working with multiple processes or even over shared folders.</p> <p>The simplest solution I thought about was:</p> <pre><code>write/read: hanlde=CreateFile LockFile(handle) read/write data UnlockFile(handle) CloseHanlde(handle) GC (for each file in directory) hanlde=CreateFile LockFile(handle) check if timeout occured DeleteFile UnlockFile(handle) CloseHanlde(handle) </code></pre> <p>But AFIAK I can't call <code>DeleteFile</code> on opended locked file (unlike in Unix where file locking is not mandatory and unlink is allowed for opened files.</p> <p>But if I put <code>DeleteFile</code> outside of Locking loop bad scenario may happen</p> <pre><code>GC - CreateFile/LockFile/Unlock/CloseHandle, write - oCreateFile/LockFile/WriteUpdatedData/Unlock/CloseHandle GC - DeleteFile </code></pre> <p>Does anybody have an idea how such issue may be solved? Are there any tricks that allow combine file locking and file removal or make operation on file atomic (Win32)?</p> <p><strong>Notes:</strong></p> <ul> <li>I don't want to use Database,</li> <li>I look for a solution for Win32 API for NT 5.01 and above</li> </ul> <p>Thanks.</p> http://stackoverflow.com/questions/1895781/google-chrome-extensions-doesnt-respond-to-bookmark-events 1 Google Chrome Extensions, Doesn't Respond to Bookmark Events Jason 2009-12-13T06:51:51Z 2009-12-19T05:11:43Z <p>I am trying to utilize the Google Bookmarks API for Chrome Extensions (this is <em>not</em> the Google Bookmarks API as in <a href="http://www.google.com/bookmarks/" rel="nofollow">http://www.google.com/bookmarks/</a>, but rather <a href="http://code.google.com/chrome/extensions/bookmarks.html#overview-examples" rel="nofollow">Chrome Bookmarks API</a>).</p> <p>Anyway, I just tried a simple example which I have the background.html and the manifest.json listed below. However, I am not getting the alert dialog box. I am not getting this problem if I switch to using tab events. What am I doing wrong?</p> <p><strong>manifest.json</strong></p> <pre><code>{ "name": "Google Bookmark Integration", "version": "1.0", "description": "Integrates Chrome bookmarks with Google Bookmarks.", "icons": { "128": "images/bookmark.ico" }, "background_page": "background.html", "permissions": [ "bookmarks", "http://*.google.com/bookmarks/*" ] } </code></pre> <p><strong>background.html</strong></p> <pre><code>&lt;script&gt; chrome.bookmarks.onCreated.addListener(function(id, bookmark) { console.log("Bookmark Created"); }); &lt;/script&gt; </code></pre> http://stackoverflow.com/questions/1929721/how-to-change-desktop-wallpaper 0 how to change desktop wallpaper? noob 2009-12-18T17:47:09Z 2009-12-19T00:47:02Z <p>How do I change desktop wallpaper?</p> <p>I tried this </p> <pre><code>procedure TForm1.Button1Click(Sender: TObject); var PicPath: String; begin PicPath := 'C:\test.bmp'; SystemParametersInfo(SPI_SETDESKWALLPAPER, 0, pChar(PicPath), SPIF_SENDCHANGE) end; </code></pre> <p>But it didn't work. </p> http://stackoverflow.com/questions/1929778/best-practices-for-stored-procedure-api 3 Best practices for stored procedure API? Aidan Ryan 2009-12-18T17:59:38Z 2009-12-18T18:21:07Z <p>We are adding some stored procedures to our product that can be called by 3rd-party clients. Are there best practices for parameter validation, return values, RAISERROR, etc?</p> <p>3rd-party clients will not have direct table access, only to certain sprocs. The table touched by the sprocs is well-constrained but we want to be as user-friendly as possible as far as providing detailed error information when the sprocs are called incorrectly.</p> http://stackoverflow.com/questions/1929456/should-i-have-one-email-user-account-for-3rd-party-apis-or-individual-ones-for-ea 0 Should I have one email/user account for 3rd party APIs or Individual ones for each? awright18 2009-12-18T16:53:39Z 2009-12-18T17:13:49Z <p>Is there a best practice for using email/user accounts for 3rd part APIs in a business scenario? For example say my company domain is foo.com, and I need to access data from Flicker, youtube, twitter, facebook, jigsaw, Amazon, ebay, and many others. Should I have seperate email addresses/user names like flickerapi@foo.com,youtubeaip@foo.com, facebookapi@foo.com or something like apiuser@foo.com and have a consitent username used across services if they require a seperate user name? What do you do? Are there any disadvantages or advantages to one or the other? The obvious disadvantage to me of multiple would be remembering all the email addresses. </p> http://stackoverflow.com/questions/767951/is-it-possible-to-create-urls-to-items-on-the-apple-itunes-store-programmatically 4 Is it possible to create URLs to items on the Apple iTunes store programmatically? Jon Winstanley 2009-04-20T11:57:35Z 2009-12-18T16:38:28Z <p>Is it possible to create URLs direct to items on the Apple iTunes store programmatically?</p> <p>I have noticed that <a href="http://last.fm" rel="nofollow">last.fm</a> and similar sites have links which take the user directly to a part of the iTunes store, such as an album page.</p> <p>The URL for the link is created by last.fm. Here's an example of such an URL: <a href="http://www.last.fm/affiliate%5Fredirect.php?restype=9&amp;id=3168755&amp;supplier=24" rel="nofollow">http://www.last.fm/affiliate_redirect.php?restype=9&amp;id=3168755&amp;supplier=24</a></p> <p>I presume they have some code behind this link, but surely they did not add all of the items manually?</p> http://stackoverflow.com/questions/1928289/facebook-status-update-with-php-and-cron 2 Facebook status update with PHP and Cron koppa 2009-12-18T13:48:27Z 2009-12-18T14:30:10Z <p>Is it possible to use facebook php api and crontab to create status updates? Crontab would run the php code that sends the status update to facebook.</p> <p>The problem for me is the login part [$facebook->require_login();]. Crontab can't login, so can i send the login information (username and password) to facebook as well?</p> <p>my example code:</p> <pre><code>$facebook = new Facebook($api_key, $secret); $user = $facebook-&gt;require_login(); $output = "my status"; $result = $facebook-&gt;api_client-&gt;users_setStatus($output); </code></pre> http://stackoverflow.com/questions/1914381/is-it-possible-to-extract-script-tags-using-sitemesh 0 Is it possible to extract SCRIPT tags using SiteMesh? dpb 2009-12-16T12:29:40Z 2009-12-18T12:55:46Z <p>I have custom JSP tags that generate some HTML content, along with some javascript functions that get called by this HTML code. In the current implementation, the SCRIPT tags are created just above the HTML code. </p> <p>To avoid modifying the existing code base, I want to pull up these scripts inside the HEAD section of the page using SiteMesh or some other decorator tool.</p> <p>I know SiteMesh can extract content from <code>&lt;content tag="..."&gt;</code> elements, but I was wondering if it was possible also with other tags, such as SCRIPT.</p> <p>Is this possible with SiteMesh, or know of any tools that could allow me to do that?</p> <p>Thank you!</p> http://stackoverflow.com/questions/1927958/which-devices-can-i-develop-for-using-the-nokia-api-bridge-for-flash-lite 0 Which devices can I develop for using the Nokia API Bridge for Flash Lite? undefined 2009-12-18T12:32:30Z 2009-12-18T12:39:12Z <p>I need to develop a mobile application that connects to the devices camera and to a remote server. Using the Nokia API Bridge for Flash Lite which devices can I target? Does anyone know if this API works with any Symbian 60 device or only for 3rd edition? Do I need to publish as Flash Lite 3? can I publish Flash Lite 2?</p> <p>What about KuneriLite, can this still be used with Flash Lite 3 given the security restriction for Flash Lite 3 (<a href="http://device54.com/blog/2007/12/flash-lite-3-security.html" rel="nofollow">see here</a>)</p> <p>thanks</p> http://stackoverflow.com/questions/1886967/what-are-some-of-the-less-known-and-interesting-public-apis-and-frameworks-that-i 4 What are some of the less-known and interesting public APIs and frameworks that I can use for iPhone? luvieere 2009-12-11T09:50:07Z 2009-12-18T08:38:30Z <p>What are some of the less-known and interesting public APIs and frameworks that I can use for iPhone? In OS 3.0 they're supposed to be 1000 new APIs more than in 2.2, so which one of these are the most interesting and not so well-known?</p> http://stackoverflow.com/questions/1819941/api-for-proxyfying-specific-application 0 API for proxyfying specific application FuriCuri 2009-11-30T13:51:02Z 2009-12-18T04:50:39Z <p>I need to write an application that will proxify some other application (redirect all network traffic to other proxy server). Just like FreeCap, ProxyCap, etc. Can anyone here points me to API I should be using? Preferably the API that will work under 2k, XP, Vista and W7.</p> http://stackoverflow.com/questions/1924594/preferred-way-to-convert-from-lazy-delay-loading-to-eager-loading-in-an-api 0 Preferred way to convert from Lazy/Delay-loading to Eager-loading in an API? Kevin Montrose 2009-12-17T21:05:54Z 2009-12-18T02:28:38Z <p>I've been working on an API (which wraps a web-service of sorts) for a while now, and its just about feature complete.</p> <p>I initially designed this API to be lazy/delay-loaded throughout; which makes perfect sense if you're only interested in a small subset of the available data given the latency inherent in consuming a web-service. However, I failed to consider a few use cases where eager loading would be much easier on a consumer of the API.</p> <p>So, my question is: How would you like to see an API that is predominately lazy-loading expose a mechanism for getting eagerly-loaded versions of classes?</p> <p>I'm leaning towards an <code>explicit</code> cast, but something along the lines of <code>Eager.AsEager(SomeDelayLoadingObject)</code> also seems natural if more verbose.</p> http://stackoverflow.com/questions/1919977/jqgrid-search-filter-data-api 0 jqGrid search/filter data api mercury22 2009-12-17T07:11:09Z 2009-12-18T01:50:07Z <p>I've already read all available documentation and I cannot find a solution.</p> <p>I have a calendar outside of the grid which on click returns a date. All I need to do is filter my jqGrid based on that date. Can someone point me to the correct API method? </p> <p>Thanks!</p> http://stackoverflow.com/questions/1914653/best-way-to-read-rapidshare-api-response 1 Best way to read rapidshare API response ? Conor H 2009-12-16T13:28:02Z 2009-12-17T21:45:20Z <p>Hi There,</p> <p>I've started working with the rapidshare.com API. I'm just wondering what is the best way to read the reply from and API call.</p> <p>To be honest I think the API is all over the place. Some replies are comma delimited which is fine. I'm having with problems with the account info response. This is not comma delimited and the fields may not always be in the same order.</p> <p>Here is a sample response: accountid=123456 type=prem servertime=1260968445 addtime=1230841165 validuntil=1262377165 username=DOWNLOADER directstart=1 protectfiles=0 rsantihack=0 plustrafficmode=0 mirrors= jsconfig=1 email=take@hike.com lots=0 fpoints=12071 ppoints=10 curfiles=150 curspace=800426795 bodkb=5000000 premkbleft=23394289 ppointrate=93</p> <p>I'm thinking that regex is the way to go here. Here is my expression that seems to cath all responses that contain values: (accountid|type|servertime|addtime|validuntil|username|directstart|protectfiles|rsantihack|plustrafficmode|mirrors|jsconfig|email|lots|fpoints|ppoints|curfiles|curspace|bodkb|premkbleft|ppointrate|refstring|cookie)\=[\w._@]+</p> <p>If the order of data is to be considered random then how do I determine which value is which?</p> <p>I'm just curious as to how everybody else is working with this.</p> <p>Thanks,</p> <p>Conor</p> http://stackoverflow.com/questions/1106617/how-can-i-post-a-video-via-facebooks-connect-api-to-my-facebook-profile-page 1 How can I post a video, via Facebook's Connect API, to my Facebook profile page? Aki Iskandar 2009-07-09T21:44:48Z 2009-12-17T21:33:51Z <p>Hi guys - </p> <p>[I've answered my own question below - The fourth answer. One of the previous answers had a good hint in it - but not enough for the solution].</p> <p>Has anyone posted a video via the Facebook Connect API to their profile / feed page?</p> <p>Ideally, the video should be queued to the first frame with the superimposed Facebook's blue right arrow "play" button. Or if a thumbnail representing the video has to also be uploaded (rather than the video being queued to the first frame) as well, this is fine.</p> <p>Also, when the video, or thumbnail, on the profile page is clicked, the video plays where it is - rather than going to another page off Facebook to be played there.</p> <p>Thanks guys, ~Aki</p> http://stackoverflow.com/questions/1918417/retrieving-logs-from-mercurial-using-api 1 retrieving logs from mercurial using api gruszczy 2009-12-16T22:58:54Z 2009-12-17T21:05:22Z <p>I would like to retrieve logs from a mercurial repository using mercurial commands api. Unfortunately, mercurial.commands.log prints the messages to the stdout, instead of returning some nice list of revisions, like e.g. pysvn does. Can the be achieved easily? I would like to add mercurial support to my program and would like to do this as easily, as it's possible.</p> http://stackoverflow.com/questions/1923945/how-do-i-use-the-posterous-api-for-reading-posts 0 How do I use the Posterous API for reading posts? webadmin 2009-12-17T19:17:10Z 2009-12-17T19:42:15Z <p>I want to extract the blog content from my Posterous blog using the API call of <a href="http://posterous.com/api/readposts?hostname=NAMEOFSITE" rel="nofollow">http://posterous.com/api/readposts?hostname=NAMEOFSITE</a></p> <p>When entering the above address in a web browser, it returns the content in XML format.</p> <p>What I'm stuck on is how I can use or store this content in an array so I can output it using PHP in the format that I want to display it in?</p> http://stackoverflow.com/questions/1203685/is-there-a-rails-plugin-for-uploading-bulk-items-to-ebay 1 Is there a rails plugin for uploading bulk items to eBay? Sam Kong 2009-07-29T23:42:52Z 2009-12-17T18:00:10Z <p>Hi,</p> <p>I made a rails app that generates HTML code for eBay product description. Currently my client copies the HTML code to the eBay site manually. I wonder if I can automate the process. Of course, I don't want to start from scratch. Is there any eBay API plugin for that?</p> <p>Thanks.</p> <p>Sam</p> http://stackoverflow.com/questions/1791933/can-i-use-the-google-ajax-feed-api-rest-interface-from-a-native-iphone-app 1 Can I use the Google AJAX Feed API REST interface from a native iPhone App? Andres Bonilla 2009-11-24T18:17:06Z 2009-12-17T16:32:21Z <p>Google states the following in the AJAX Feed API docs:"Applications MUST always include a valid and accurate http referer header in their requests."</p> <p>I am building a native iPhone application and would like to use the Google AJAX Feed API's REST interface from my app's native objective-c code. Is the API only for use on websites, or can I use it from a native app? In the case that I can use it from the native app, what would my http referer header be?</p> http://stackoverflow.com/questions/1822246/flickr-api-vs-picasa-api 1 Flickr api vs. Picasa api ScottE 2009-11-30T20:35:18Z 2009-12-17T15:45:53Z <p>I'm building an application where users can upload pictures. All I require is for the user to upload the initial photo, and manage the title, description, tags and spatial data for kml. The ability to upload videos would be nice.</p> <p>These pictures will be used as part of a custom google map application.</p> <p>I'm more interested in the effectiveness of apis vs. which service is better, as long as the above requirements can be met.</p> <p>I've read that the Flickr api is great, but I'm looking for some firsthand info from those who have worked with both apis.</p> <p>The other option is of course to manage this data inside the application.</p> <p>I'm working with .net and jquery.</p> <p>Thanks!</p> http://stackoverflow.com/questions/1922262/php-twitter-and-issues-with-showstatus 0 PHP-Twitter and Issues with showStatus() Douglas 2009-12-17T14:49:21Z 2009-12-17T15:12:41Z <p>Hi everyone,</p> <p>I'm using php-twitter (Billingham et al) to fiddle with the Twitter API and came up against a wall in terms of using the showStatus function. Most of the time it wasn't showing any status and, when it did, it showed the wrong statues. After much banging of the head against the wall, I discovered that my problem was that the call to intval() actually altered the values I was placing in the showStatus $id parameter. Removing intval() from the function seems to have fixed the problem up to this point.</p> <p>Has anyone else come across this problem? I'm a bit nervous about making the alteration, is this the best way to go about it?</p> http://stackoverflow.com/questions/1919996/how-to-use-api-of-clickonce 0 How to use API of ClickOnce? CNG 2009-12-17T07:15:35Z 2009-12-17T07:15:35Z <p>I made an application which the users download via ClickOnce, and thus they get can have automatic online updates. However, plugins contributed by third-party developers cannot be included in the baseline application package in the server I use, so I need to find a way of making it easy for users to keep their plugins up-to-date. SO the plugins have to be installed separately from the main ClickOnce deployment. Right now plugin DLLs are automatically fetched by the Clickonce application from the directory where the main exe resides, but I want to extend that behavior. For that I can enable a special folder in the user directory, where plugins can be drag and dropped directly (and picked-up automatically when application starts).I have a problem in finding out a way to check for plugin updates every time my application starts. I feel i can use the ClickOnce application programming interface from within main application code, to verify plugin versions and download new builds if necessary. But i have no idea in that area that is using API of CLickOnce and coding in ClickOnce, according to my problem. Please help.</p> http://stackoverflow.com/questions/1088139/what-is-the-recommended-way-to-hook-win32-apis-for-a-commmercial-application 1 What is the recommended way to hook Win32 APIs for a commmercial application? Cerulean code 2009-07-06T17:13:08Z 2009-12-17T06:59:41Z <p>What is your recommendation for an API hooking library or code to be used in a commercial application?</p> <p>I have looked at Microsoft Detours which seems to be very good, but definitely is out of budget for the profit I am expecting out of my application. </p> <p>Is there any library that offers compatibility across WinXP and Vista (and Windows 7 if not too much to ask!)? Is there anyone with past experience in using such a library in a commercial product?</p> http://stackoverflow.com/questions/1917932/is-there-a-google-maps-java-api-where-i-can-enter-a-placename-and-get-the-address 1 Is there a google maps java api where i can enter a placename and get the address as result? (geocoding) maiky 2009-12-16T21:38:44Z 2009-12-16T23:44:00Z <p>Hi </p> <p>i want through Java to <strong>geocode</strong> a given place or anything similar like "Hungarian National Library, Budapest" or "úri utca, budapest". I want from these to get coordinates (geocoding).</p> <p>I saw that for similar google applications like google translate there is an api for Java (<a href="http://code.google.com/p/google-api-translate-java/" rel="nofollow">http://code.google.com/p/google-api-translate-java/</a>)</p> <p>Is there anything for google maps?</p> <p>Thanks</p> http://stackoverflow.com/questions/1911220/is-there-anything-that-explains-the-rails-api-documentation 0 Is there anything that explains the Rails' API documentation? conspirisi 2009-12-15T23:25:55Z 2009-12-16T22:52:36Z <p>I know that <a href="http://api.rubyonrails.org/" rel="nofollow">http://api.rubyonrails.org/</a> is meant to explain methods etc in ruby on rails, but I need something that explains the explanation to me. It seems like a good resource, I'd like to understand it or perhaps it's time to give up.</p> http://stackoverflow.com/questions/1901787/trying-to-find-a-php5-api-based-embeddable-cms 3 Trying to find a PHP5 API-based embeddable CMS StrangeElement 2009-12-14T16:04:20Z 2009-12-16T22:29:10Z <p>I've been making the rounds for a CMS that I can use as an API, in a sort of "embedded" mode. I mean by this that I don't want the CMS to do any logic or presentation. I want it to be used as an API, which I can then use within an existing site. I don't want to be tied to the architecture of the CMS. </p> <p>A good example of this is NC-CMS (<a href="http://www.nconsulting.ca/nc-cms/" rel="nofollow">http://www.nconsulting.ca/nc-cms/</a>). All it needs is an include at the top, then wherever editable content is desired it's only a function call with a unique label. It's also perfect in the sense that it allows to differentiate between small strings (like titles, labels) and texts (which require a rich-text editor).</p> <p>It's the only CMS I found that fits this description, but it is a little too light as it does not handle site structure. I need to be able to allow my client to add pages, choosing an existing template for the layout. A minimal back-end is required.</p> <p>Wordpress also fits some requirements in that it handles only content editing and allows freedom for the themes by letting them call the content where and how they want it. But it is article-based and backwards, in that it embeds sites (as themes) within its structure, rather than being embeddable in sites like NC.</p> <p>It's funny how checking out all the CMS out there, almost all of them claim that most CMS are not self-sufficient, that they do not handle application logic, while (almost) every single on I found with only one exception do so. Many are mostly article-based blog engines, which does not fit my need.</p> <p>I would appreciate any CMS that fits the general description.</p> http://stackoverflow.com/questions/1619172/itunes-connect-api 2 iTunes Connect API totocaster 2009-10-24T21:22:33Z 2009-12-16T22:02:42Z <p>Does iTunes Connect has an API? How do some applications download financial and sale reports to computer? Are there some C/Objective-C API wrappers?</p> <p>Thanks in advance.</p> http://stackoverflow.com/questions/1917539/how-to-find-out-api-functions-of-dll-files 2 How to find out API functions of DLL files? Nick Brooks 2009-12-16T20:41:13Z 2009-12-16T20:56:40Z <p>Is there a way to get all the <strong>API (Export)</strong> functions from a <strong>DLL file</strong>?</p> <p>I know that programs such as <strong>Depend</strong>s and <strong>PE Explorer</strong> can do that but none of them retrieve the argument list.</p> http://stackoverflow.com/questions/1914128/how-to-write-rails-controller-to-simulate-update-twitter-api-like 0 How to write rails Controller to simulate update twitter-API like ? art 2009-12-16T11:36:17Z 2009-12-16T17:33:46Z <p>I want to write rails controller to allow user to update resource through json or xml like <a href="http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0update" rel="nofollow">update status</a> in twitter.</p> <p><hr></p> <p>I tried to create some dummy controller like</p> <pre><code>def visit ... end </code></pre> <p>and add route</p> <pre><code>map.connect 'users/visit', :controller =&gt; 'users', :action =&gt; 'visit', :conditions =&gt; {:method =&gt; :post} </code></pre> <p>but when I tired post some data with <code>curl -d "var=1" <a href="http://localhost:3000/users/visit" rel="nofollow">http://localhost:3000/users/visit</a></code> It's not work, after that I tried some basic user/create with <code>curl -d "var=1 <a href="http://localhost:3000/users" rel="nofollow">http://localhost:3000/users</a></code>, but this not work either.Do I miss something ?</p> http://stackoverflow.com/questions/1912136/api-authentication-options-with-asp-net-mvc 0 Api authentication options with asp.net mvc Jim Geurts 2009-12-16T03:49:06Z 2009-12-16T15:21:37Z <p>I'm looking to restrict access to controllers/actions that represent my website's api. Only registered users who meet a certain criteria (pay accounts, not free trials) will be able to use the api. The website currently supports forms authentication with users logging in with a username/password combination or via open id. </p> <p>How would have the users authenticate with the api? The api will initially be used by mobile applications (iphone, droid). My main concern is open id support with mobile apps.</p> <p>My thoughts on available options are:</p> <ol> <li>Support both Username/password &amp; open id - Not sure how well iphone/droid apps can support openid authentication.</li> <li>Only support Username/password - force OpenId users to create un/pwd for api - Bad UX for OpenId users</li> <li>Use an api token - This worries me for two reasons: <ol> <li>Users would have to manually type in their api key which sucks from a UX point of view</li> <li>They could easily distribute/share their api key with other users and that would ruin reports/metrics.</li> </ol></li> <li>Something else that I missed?</li> </ol>