Jonathan Wiesel
Jonathan Wiesel
The emoji openness has begun https://twitter.github.io/twemoji/
When a token response does not supply the current detected attributes for token expiration (`expires_in_sec`, `expires_in`, `expires`) the token is assumed to be valid.
Just to be sure, is: ``` javascript gpioPin.reset() ``` Equivalent to a pull down resistor?
Using the supplied example for Payeezy and creating a new account in Payeezy to use the `apiKey` and merchant `token` respectively results in the following response: ```json { "code": "403",...
I'm afraid that since there's no external id field in the standard data model I found no way to create a test for this. Closes #269 --- This change is ...
Does it make sense or is it feasible to use a real `upsert` operation instead of routing to `registerNew` or `registerDirty`? This would open the possibility to upsert by external...
Awesome workflow, would be great if could be added to http://packal.org
Implementing the file upload functionality I noticed that when the Visualforce page is in a community I get a 503 error: ``` POST https://community-url.cs17.force.com/services/data/v33.0/sobjects/ContentVersion/ 503 (Service Unavailable) forcetk.Client.blob @ forcetk:325...
If you're working with triggers and do something like this: ``` java for(Opportunity opp : Trigger.new){ if(opp.Status != "Closed Won" && opp.Amount > 100000){ ... } } ``` The syntax...