How can I develop an Instagram app clone using ASP.NET MVC?

Nourhan Elmahdy 1 Reputation point
2022-04-17T13:16:15.533+00:00

I have been days searching for something that might help but I failed to find someone that applied this app using this structure before , hope you could help me with resources or steps or what I should do ..

Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | ASP.NET | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,926 Reputation points Volunteer Moderator
    2022-04-17T15:47:14.833+00:00

    Instagram is two components.

    a server side, which you could use webapi for. It has login (oauth), account management, file storage, and meta data about files.

    https://developers.facebook.com/docs/instagram-api

    And a mobile client app. You would use some other technology.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.