Search found 23 matches

Go to advanced search

by Asif Ansari
Mon Aug 17, 2015 9:42 pm
Forum: Issues
Topic: Adding checkbox values to an array data type
Replies: 1
Views: 300
 
Jump to post

Adding checkbox values to an array data type

Hi, I am able to insert an array into the collection. I just have 2 values that I am using, a 0 and a 1. The data looks like the following after it has been inserted into the collection: [["0","1"]]. I am now trying to do a query on this data in server code where if its a 0, then...
by Asif Ansari
Wed Aug 12, 2015 7:42 pm
Forum: Issues
Topic: Twitter Oauth complicated
Replies: 2
Views: 396
 
Jump to post

Twitter Oauth complicated

Well, anyone looking for this, I was able to finally figure it out by using the following link:

https://github.com/jublonet/codebird-js

by Asif Ansari
Tue Aug 11, 2015 4:25 pm
Forum: Issues
Topic: Twitter Oauth complicated
Replies: 2
Views: 396
 
Jump to post

Twitter Oauth complicated

Hi, it seems twitter is very complicated when it comes to getting a user based login to store a token. The examples contain application only examples. Are there any examples where I can get a token for the user logging in and then use that to get profile info? I don't want to just ask them for a use...
by Asif Ansari
Wed Aug 05, 2015 4:05 am
Forum: Issues
Topic: Social Login API - LinkedIn?
Replies: 4
Views: 715
 
Jump to post

Social Login API - LinkedIn?

Sergiy, thanks but this didn't answer my question about LinkedIn. Currently you have support for twitter,fb, and google. Is there any plan to add linkedin?

by Asif Ansari
Tue Aug 04, 2015 12:30 pm
Forum: Issues
Topic: Geocoding Tutorial
Replies: 6
Views: 1244
 
Jump to post

Geocoding Tutorial

Yurii, I guess the issue is when I am trying to test it in the server code section before I create a service for it. How do I format the request body section to perform a proper test? I get the following error. https://d2r1vs3d9006ap.cloudfront.net/s3_images/1250464/Capture_inline.PNG?1438691391
by Asif Ansari
Tue Aug 04, 2015 2:59 am
Forum: Issues
Topic: Geocoding Tutorial
Replies: 6
Views: 1244
 
Jump to post

Geocoding Tutorial

Yurii, thank you, but I don't think you read my quesion all the way through. I already got it to work with that method. I wanted to know how to get it to work with the other method using : var latitude = request.object().latitude; var longitude = request.object().longitude; var radius = request.obje...
by Asif Ansari
Mon Aug 03, 2015 9:46 pm
Forum: Issues
Topic: Social Login API - LinkedIn?
Replies: 4
Views: 715
 
Jump to post

Social Login API - LinkedIn?

Also, are there any tutorials on how to use this feature? I see the documentation, but its not completely clear on how to use it after adding the client id and secret.

by Asif Ansari
Mon Aug 03, 2015 9:09 pm
Forum: Issues
Topic: Social Login API - LinkedIn?
Replies: 4
Views: 715
 
Jump to post

Social Login API - LinkedIn?

Hi,

Is there a plan to add LinkedIn to the social login API feature? if so, when would it be available? Thanks.

by Asif Ansari
Fri Jul 31, 2015 2:00 pm
Forum: Issues
Topic: Geocoding Tutorial
Replies: 6
Views: 1244
 
Jump to post

Geocoding Tutorial

Hi Alena, that is exactly the tutorial I was referring to. I am not sure how to get the code working if I added the parameters in the body section. Also, what is the difference between using the query string vs the body? Thanks for all your help.

by Asif Ansari
Fri Jul 31, 2015 2:04 am
Forum: Issues
Topic: Cant link a file column to file in files collection
Replies: 8
Views: 1267
 
Jump to post

Cant link a file column to file in files collection

Yurii, thank you so much for this reply. I see where the problem was. It was in the creation of the upload service that is created automatically. The response body was not in the same format as in your screenshot. Once I changed it, I started seeing the results. It looks like you may have a bug in t...

Go to advanced search