api

  1. Multiverse app

    Android Question PostString Coinbase API error

    I've been trying to integrate the Coinbase API in my app for some time now. I was able to login and get access key with OAuth using webview. I am only having problems Sending money doc: curl https://api.coinbase.com/v2/accounts/2bbf394c-193b-5b2a-9155-3b4732659ede/transactions / -X POST \...
  2. Pedro Caldeira

    B4J Question Google maps API Key

    Hello All, Two questions. first, where do we enter the Google maps API Key in B4J code ? Second, is the API key paid for ? Regards
  3. A

    Android Question Problem with Api rest, Json, Put.

    Hello, I have a problem I need to send a json with the put method to an api. The json is: { "person" : { "User" : "Rodrigo", "Pass" : "xx123" }, "answers" : [ { "NmbItem" : "Item 1", "DscItem" : "Descripción del item 1", "QtyItem"...
  4. J

    Android Question Activity.Finish: What does it mean?

    Good evening unfortunately, the Docs https://www.b4x.com/android/help/views.html#activity_finish for Activity.Finish is very sparse: Therefore my question to understand and prevent Bugs in my App: Does Activity.Finish just cleans up internal B4A resources or does it handle e.g. necessary...
  5. G

    Android Question Exception using JavaObject and AdditionalJar SDK

    Hello, I'be been trying to use the JavaObject to access a Java API for a rfid reader sdk. The fist code I tried is below : #Region Project Attributes #ApplicationLabel: Test RFID #VersionCode: 1 #VersionName: 'SupportedOrientations possible values: unspecified, landscape or...
  6. C

    Italian Da PHP a B4J

    Devo utilizzare delle API ma qualcosa non funziona. Come tradurreste questo esempio PHP in B4J: <? $apiKey="a869b1547c56c5ce37ee9acfd92de8b8c8ca7df6"; $apiSecret="732a65b7abed7991d7229188d7b97a8c54d3149f"; $url="https://api.therocktrading.com/v1/balances"; $nonce=microtime(true)*10000...
Top