Quantcast
Channel: Square Developer Forums - Latest topics
Viewing all articles
Browse latest Browse all 1328

Error: Value cannot be null. (Parameter 'accessToken')

$
0
0

When building the Square Client I get the
error Value cannot be null. (Parameter ‘accessToken’)
square API is 38.2 (latest)

using Square;
using Square.Exceptions;
using Square.Models;

           var client = new SquareClient.Builder()
               .Environment(Square.Environment.Sandbox)
               .AccessToken("Cut-and-Pasted-my-sandbox-token-here")
               .Build();

6 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 1328

Trending Articles