Tag: json

  • Working With Social Network APIs

    Creating Vicinity Buzz naturally involved working with a the APIs of social networks. That information seemed worth sharing for those of you interested in writing any type of application that would integrate with a social network. Developer Documentation Any of the social networking sites you probably want to integrate with have developer api’s that are […]

  • JSON Objects

    Answered a question on StackOverflow that I thought is worth posting about.  It’s surprising how many people try to work with JSON without knowing  javascript. Most JSON either returns objects {} or arrays [].  The first thing you learn about JSON is that you can just eval the object. In the case of arrays, you […]