Is there a publicly-available mock Instagram Graph API server? If not, how can I get one set up quickly & easily?

This page summarizes the projects mentioned and recommended in the original post on /r/api

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • Nock

    HTTP server mocking and expectations library for Node.js

  • You certainly could build a mock server, but I don't recommend doing so. Facebook's Graph API is pretty complicated with a lot of poorly documented features and it changes over time. What could work for you is to record the communication with the server and then "replay" the traffic for tests and development (once you figure out the basic requests / responses). We use Nock for that in Node.js, but I believe most languages have something similar.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Contract Testing?

    1 project | /r/softwaretesting | 1 May 2023
  • I made wirepig, a simple way to mock HTTP and TCP dependencies in tests.

    3 projects | /r/node | 13 Mar 2023
  • Is there a better way to mock an axios call?

    2 projects | /r/reactjs | 28 Jan 2023
  • How to test an endpoint that depends on external API?

    1 project | /r/node | 3 Oct 2022
  • How to mock a useQuery in jest?

    1 project | /r/learnreactjs | 22 Sep 2022