any one know how to use foursquare photo check-in in windows phone?
i have seen below link, but it is not helpful. i have to upload photo
Thanks in advance.
any one know how to use foursquare photo check-in in windows phone?
i have seen below link, but it is not helpful. i have to upload photo
Thanks in advance.
Looking at the Foursquare api, it doesn't look like the check-in event accepts a photo parameter. You will most likely need to post a check-in, and then post a photo and reference the check-in id in that post.
A 3rd party sdk might wrap that up into one call for you if that's what you're looking for, but I'm not familiar with any.
If you're looking at how to add a photo to a post request, check out this post.