27 | Likes: @item.likes.count - Comments: @item.comments.count
28 | @{
29 | if (item.user_has_liked)
30 | {
31 |
32 | }
33 | else
34 | {
35 |
36 | }
37 | }
38 |
├── packages
├── Microsoft.Bcl.1.1.9
│ ├── lib
│ │ ├── net45
│ │ │ └── _._
│ │ ├── win8
│ │ │ └── _._
│ │ ├── wp8
│ │ │ └── _._
│ │ ├── wpa81
│ │ │ └── _._
│ │ ├── monoandroid
│ │ │ └── _._
│ │ ├── monotouch
│ │ │ └── _._
│ │ ├── net40
│ │ │ ├── ensureRedirect.xml
│ │ │ ├── System.IO.dll
│ │ │ ├── System.Runtime.dll
│ │ │ ├── System.Threading.Tasks.dll
│ │ │ ├── System.IO.xml
│ │ │ └── System.Runtime.xml
│ │ ├── portable-net451+win81
│ │ │ └── _._
│ │ ├── portable-net45+win8+wpa81
│ │ │ └── _._
│ │ ├── portable-win81+wp81+wpa81
│ │ │ └── _._
│ │ ├── portable-net45+win8+wp8+wpa81
│ │ │ └── _._
│ │ ├── portable-net451+win81+wpa81
│ │ │ └── _._
│ │ ├── portable-net40+win8
│ │ │ ├── ensureRedirect.xml
│ │ │ ├── System.IO.dll
│ │ │ ├── System.Runtime.dll
│ │ │ ├── System.IO.xml
│ │ │ ├── System.Threading.Tasks.dll
│ │ │ └── System.Runtime.xml
│ │ ├── sl4-windowsphone71
│ │ │ ├── ensureRedirect.xml
│ │ │ ├── System.IO.dll
│ │ │ ├── System.Runtime.dll
│ │ │ ├── System.Threading.Tasks.dll
│ │ │ └── System.IO.xml
│ │ ├── portable-net40+sl4+win8
│ │ │ ├── ensureRedirect.xml
│ │ │ ├── System.IO.dll
│ │ │ ├── System.Runtime.dll
│ │ │ ├── System.Threading.Tasks.dll
│ │ │ ├── System.IO.xml
│ │ │ └── System.Runtime.xml
│ │ ├── portable-net40+win8+wp8+wpa81
│ │ │ ├── ensureRedirect.xml
│ │ │ ├── System.IO.dll
│ │ │ ├── System.Runtime.dll
│ │ │ ├── System.Threading.Tasks.dll
│ │ │ ├── System.IO.xml
│ │ │ └── System.Runtime.xml
│ │ ├── portable-net40+sl4+win8+wp71+wpa81
│ │ │ ├── ensureRedirect.xml
│ │ │ ├── System.IO.dll
│ │ │ ├── System.Runtime.dll
│ │ │ ├── System.Threading.Tasks.dll
│ │ │ └── System.IO.xml
│ │ ├── portable-net40+sl4+win8+wp8+wpa81
│ │ │ ├── ensureRedirect.xml
│ │ │ ├── System.IO.dll
│ │ │ ├── System.Runtime.dll
│ │ │ ├── System.Threading.Tasks.dll
│ │ │ ├── System.IO.xml
│ │ │ └── System.Runtime.xml
│ │ ├── portable-net40+sl5+win8+wp8+wpa81
│ │ │ ├── ensureRedirect.xml
│ │ │ ├── System.IO.dll
│ │ │ ├── System.Runtime.dll
│ │ │ ├── System.Threading.Tasks.dll
│ │ │ ├── System.IO.xml
│ │ │ └── System.Runtime.xml
│ │ ├── sl4
│ │ │ ├── System.IO.dll
│ │ │ ├── System.Runtime.dll
│ │ │ ├── System.Threading.Tasks.dll
│ │ │ ├── System.IO.xml
│ │ │ └── System.Runtime.xml
│ │ └── sl5
│ │ │ ├── System.IO.dll
│ │ │ ├── System.Runtime.dll
│ │ │ ├── System.Threading.Tasks.dll
│ │ │ ├── System.IO.xml
│ │ │ └── System.Runtime.xml
│ ├── content
│ │ ├── net45
│ │ │ └── _._
│ │ ├── sl4
│ │ │ └── _._
│ │ ├── sl5
│ │ │ └── _._
│ │ ├── win8
│ │ │ └── _._
│ │ ├── wp8
│ │ │ └── _._
│ │ ├── wpa81
│ │ │ └── _._
│ │ ├── monoandroid
│ │ │ └── _._
│ │ ├── monotouch
│ │ │ └── _._
│ │ ├── portable-net451+win81
│ │ │ └── _._
│ │ ├── portable-net45+win8+wpa81
│ │ │ └── _._
│ │ ├── portable-net451+win81+wpa81
│ │ │ └── _._
│ │ ├── portable-win81+wp81+wpa81
│ │ │ └── _._
│ │ └── portable-net45+win8+wp8+wpa81
│ │ │ └── _._
│ └── Microsoft.Bcl.1.1.9.nupkg
├── Microsoft.Bcl.Build.1.0.14
│ ├── content
│ │ ├── net40
│ │ │ └── _._
│ │ ├── sl4
│ │ │ └── _._
│ │ ├── netcore45
│ │ │ └── _._
│ │ ├── sl4-windowsphone71
│ │ │ └── _._
│ │ └── portable-net40+win8+sl4+wp71+wpa81
│ │ │ └── _._
│ ├── Microsoft.Bcl.Build.1.0.14.nupkg
│ └── tools
│ │ ├── Microsoft.Bcl.Build.Tasks.dll
│ │ ├── Uninstall.ps1
│ │ └── Install.ps1
├── Microsoft.Net.Http.2.0.20710.0
│ ├── lib
│ │ ├── net45
│ │ │ └── _._
│ │ └── net40
│ │ │ ├── System.Net.Http.dll
│ │ │ └── System.Net.Http.WebRequest.dll
│ └── Microsoft.Net.Http.2.0.20710.0.nupkg
├── Microsoft.Net.Http.2.2.28
│ ├── lib
│ │ ├── net40
│ │ │ ├── ensureRedirect.xml
│ │ │ ├── System.Net.Http.dll
│ │ │ ├── System.Net.Http.Extensions.dll
│ │ │ ├── System.Net.Http.Primitives.dll
│ │ │ ├── System.Net.Http.WebRequest.dll
│ │ │ ├── System.Net.Http.Primitives.xml
│ │ │ └── System.Net.Http.WebRequest.xml
│ │ ├── net45
│ │ │ ├── ensureRedirect.xml
│ │ │ ├── System.Net.Http.Extensions.dll
│ │ │ ├── System.Net.Http.Primitives.dll
│ │ │ └── System.Net.Http.Primitives.xml
│ │ ├── portable-net45+win8
│ │ │ ├── ensureRedirect.xml
│ │ │ ├── System.Net.Http.Extensions.dll
│ │ │ ├── System.Net.Http.Primitives.dll
│ │ │ └── System.Net.Http.Primitives.xml
│ │ ├── portable-net45+win8+wpa81
│ │ │ ├── ensureRedirect.xml
│ │ │ ├── System.Net.Http.Extensions.dll
│ │ │ ├── System.Net.Http.Primitives.dll
│ │ │ └── System.Net.Http.Primitives.xml
│ │ ├── portable-net40+sl4+win8+wp71+wpa81
│ │ │ ├── ensureRedirect.xml
│ │ │ ├── System.Net.Http.dll
│ │ │ ├── System.Net.Http.Extensions.dll
│ │ │ ├── System.Net.Http.Primitives.dll
│ │ │ └── System.Net.Http.Primitives.XML
│ │ ├── win8
│ │ │ ├── System.Net.Http.Extensions.dll
│ │ │ ├── System.Net.Http.Primitives.dll
│ │ │ └── System.Net.Http.Primitives.xml
│ │ ├── wpa81
│ │ │ ├── System.Net.Http.Extensions.dll
│ │ │ ├── System.Net.Http.Primitives.dll
│ │ │ └── System.Net.Http.Primitives.xml
│ │ ├── sl4-windowsphone71
│ │ │ ├── System.Net.Http.dll
│ │ │ ├── System.Net.Http.Extensions.dll
│ │ │ ├── System.Net.Http.Primitives.dll
│ │ │ └── System.Net.Http.Primitives.XML
│ │ ├── monotouch
│ │ │ ├── System.Net.Http.Extensions.dll
│ │ │ ├── System.Net.Http.Primitives.dll
│ │ │ └── System.Net.Http.Primitives.xml
│ │ └── monoandroid
│ │ │ ├── System.Net.Http.Extensions.dll
│ │ │ ├── System.Net.Http.Primitives.dll
│ │ │ └── System.Net.Http.Primitives.xml
│ └── Microsoft.Net.Http.2.2.28.nupkg
├── Newtonsoft.Json.6.0.5
│ ├── Newtonsoft.Json.6.0.5.nupkg
│ ├── lib
│ │ ├── net20
│ │ │ └── Newtonsoft.Json.dll
│ │ ├── net35
│ │ │ └── Newtonsoft.Json.dll
│ │ ├── net40
│ │ │ └── Newtonsoft.Json.dll
│ │ ├── net45
│ │ │ └── Newtonsoft.Json.dll
│ │ ├── netcore45
│ │ │ └── Newtonsoft.Json.dll
│ │ ├── portable-net45+wp80+win8+wpa81
│ │ │ └── Newtonsoft.Json.dll
│ │ └── portable-net40+sl5+wp80+win8+wpa81
│ │ │ └── Newtonsoft.Json.dll
│ └── tools
│ │ └── install.ps1
├── Microsoft.AspNet.Mvc.4.0.30506.0
│ ├── lib
│ │ └── net40
│ │ │ └── System.Web.Mvc.dll
│ └── Microsoft.AspNet.Mvc.4.0.30506.0.nupkg
├── Microsoft.AspNet.Razor.2.0.30506.0
│ ├── lib
│ │ └── net40
│ │ │ └── System.Web.Razor.dll
│ └── Microsoft.AspNet.Razor.2.0.30506.0.nupkg
├── Microsoft.AspNet.WebApi.Core.4.0.30506.0
│ ├── lib
│ │ └── net40
│ │ │ └── System.Web.Http.dll
│ ├── Microsoft.AspNet.WebApi.Core.4.0.30506.0.nupkg
│ └── content
│ │ └── web.config.transform
├── Microsoft.AspNet.WebPages.2.0.30506.0
│ ├── lib
│ │ └── net40
│ │ │ ├── System.Web.Helpers.dll
│ │ │ ├── System.Web.WebPages.dll
│ │ │ ├── System.Web.WebPages.Razor.dll
│ │ │ ├── System.Web.WebPages.Deployment.dll
│ │ │ └── System.Web.WebPages.Deployment.xml
│ └── Microsoft.AspNet.WebPages.2.0.30506.0.nupkg
├── Microsoft.AspNet.WebApi.4.0.30506.0
│ └── Microsoft.AspNet.WebApi.4.0.30506.0.nupkg
├── Microsoft.Web.Infrastructure.1.0.0.0
│ ├── Microsoft.Web.Infrastructure.1.0.0.0.nupkg
│ └── lib
│ │ └── net40
│ │ └── Microsoft.Web.Infrastructure.dll
├── repositories.config
├── Microsoft.AspNet.WebApi.WebHost.4.0.30506.0
│ ├── lib
│ │ └── net40
│ │ │ └── System.Web.Http.WebHost.dll
│ └── Microsoft.AspNet.WebApi.WebHost.4.0.30506.0.nupkg
├── Microsoft.AspNet.WebApi.Client.4.0.30506.0
│ ├── lib
│ │ └── net40
│ │ │ └── System.Net.Http.Formatting.dll
│ └── Microsoft.AspNet.WebApi.Client.4.0.30506.0.nupkg
└── Microsoft.AspNet.Mvc.FixedDisplayModes.1.0.0
│ ├── lib
│ └── net40
│ │ └── Microsoft.Web.Mvc.FixedDisplayModes.dll
│ └── Microsoft.AspNet.Mvc.FixedDisplayModes.1.0.0.nupkg
├── InstagramWrapper.Web.Test
├── obj
│ └── Debug
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── InstagramWrapper.Web.Test.dll
│ │ ├── InstagramWrapper.Web.Test.pdb
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── InstagramWrapper.Web.Test.csprojResolveAssemblyReference.cache
│ │ └── InstagramWrapper.Web.Test.csproj.FileListAbsolute.txt
├── bin
│ ├── System.IO.dll
│ ├── System.Runtime.dll
│ ├── System.Web.Mvc.dll
│ ├── InstagramWrapper.dll
│ ├── InstagramWrapper.pdb
│ ├── Newtonsoft.Json.dll
│ ├── System.Web.Http.dll
│ ├── System.Web.Razor.dll
│ ├── System.Web.Helpers.dll
│ ├── System.Web.WebPages.dll
│ ├── System.Threading.Tasks.dll
│ ├── System.Web.Http.WebHost.dll
│ ├── InstagramWrapper.Web.Test.dll
│ ├── InstagramWrapper.Web.Test.pdb
│ ├── System.Net.Http.Extensions.dll
│ ├── System.Net.Http.Formatting.dll
│ ├── System.Net.Http.Primitives.dll
│ ├── System.Web.WebPages.Razor.dll
│ ├── Microsoft.Web.Infrastructure.dll
│ ├── System.Web.WebPages.Deployment.dll
│ ├── Microsoft.Web.Mvc.FixedDisplayModes.dll
│ ├── InstagramWrapper.Web.Test.dll.config
│ └── System.Web.WebPages.Deployment.xml
├── Global.asax
├── Views
│ ├── Instagram
│ │ ├── Login.cshtml
│ │ ├── PrivateProfile.cshtml
│ │ ├── Profile.cshtml
│ │ ├── PlaceFeed.cshtml
│ │ ├── UserFeed.cshtml
│ │ ├── Place.cshtml
│ │ └── Index.cshtml
│ └── Web.config
├── App_Start
│ ├── FilterConfig.cs
│ ├── WebApiConfig.cs
│ └── RouteConfig.cs
├── Global.asax.cs
├── Models
│ └── HomeModel.cs
├── Content
│ └── css
│ │ └── style.css
├── packages.config
├── InstagramWrapper.Web.Test.csproj.user
├── Web.Debug.config
├── Web.Release.config
├── Properties
│ └── AssemblyInfo.cs
├── Web.config
├── HtmlPage1.html
└── Controllers
│ └── InstagramController.cs
├── InstagramWrapper.v12.suo
├── InstagramWrapper
├── bin
│ └── Debug
│ │ ├── System.IO.dll
│ │ ├── System.Runtime.dll
│ │ ├── InstagramWrapper.dll
│ │ ├── InstagramWrapper.pdb
│ │ ├── Newtonsoft.Json.dll
│ │ ├── System.Net.Http.dll
│ │ ├── System.Threading.Tasks.dll
│ │ ├── System.Net.Http.Extensions.dll
│ │ ├── System.Net.Http.Primitives.dll
│ │ ├── InstagramWrapper.dll.config
│ │ ├── System.IO.xml
│ │ ├── System.Net.Http.Primitives.xml
│ │ └── System.Runtime.xml
├── obj
│ └── Debug
│ │ ├── InstagramWrapper.dll
│ │ ├── InstagramWrapper.pdb
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── InstagramWrapper.csprojResolveAssemblyReference.cache
│ │ ├── InstagramWrapper.csproj.App.config
│ │ └── InstagramWrapper.csproj.FileListAbsolute.txt
├── Model
│ └── InstaConfig.cs
├── packages.config
├── app.config
├── Properties
│ └── AssemblyInfo.cs
├── Service
│ ├── InstagramAuth.cs
│ └── InstagramCall.cs
└── EndPoints
│ ├── Likes.cs
│ ├── Comments.cs
│ ├── Tags.cs
│ ├── Media.cs
│ ├── Relationship.cs
│ ├── Locations.cs
│ └── Users.cs
├── .gitattributes
├── LICENSE.md
├── InstagramWrapper.sln
└── README.md
/packages/Microsoft.Bcl.1.1.9/lib/net45/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/lib/win8/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/lib/wp8/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/lib/wpa81/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/content/net45/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/content/sl4/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/content/sl5/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/content/win8/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/content/wp8/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/content/wpa81/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/lib/monoandroid/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/lib/monotouch/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/content/monoandroid/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/content/monotouch/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.Build.1.0.14/content/net40/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.Build.1.0.14/content/sl4/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Net.Http.2.0.20710.0/lib/net45/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/lib/net40/ensureRedirect.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/lib/portable-net451+win81/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.Build.1.0.14/content/netcore45/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/content/portable-net451+win81/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/lib/portable-net45+win8+wpa81/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/lib/portable-win81+wp81+wpa81/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Net.Http.2.2.28/lib/net40/ensureRedirect.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Net.Http.2.2.28/lib/net45/ensureRedirect.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/content/portable-net45+win8+wpa81/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/content/portable-net451+win81+wpa81/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/content/portable-win81+wp81+wpa81/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/lib/portable-net45+win8+wp8+wpa81/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/lib/portable-net451+win81+wpa81/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.Build.1.0.14/content/sl4-windowsphone71/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/content/portable-net45+win8+wp8+wpa81/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/lib/portable-net40+win8/ensureRedirect.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/lib/sl4-windowsphone71/ensureRedirect.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/lib/portable-net40+sl4+win8/ensureRedirect.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Net.Http.2.2.28/lib/portable-net45+win8/ensureRedirect.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/lib/portable-net40+win8+wp8+wpa81/ensureRedirect.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.Build.1.0.14/content/portable-net40+win8+sl4+wp71+wpa81/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Net.Http.2.2.28/lib/portable-net45+win8+wpa81/ensureRedirect.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/lib/portable-net40+sl4+win8+wp71+wpa81/ensureRedirect.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/lib/portable-net40+sl4+win8+wp8+wpa81/ensureRedirect.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/lib/portable-net40+sl5+win8+wp8+wpa81/ensureRedirect.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/Microsoft.Net.Http.2.2.28/lib/portable-net40+sl4+win8+wp71+wpa81/ensureRedirect.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/InstagramWrapper.Web.Test/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/InstagramWrapper.Web.Test/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/InstagramWrapper.Web.Test/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/InstagramWrapper.v12.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/InstagramWrapper.v12.suo
--------------------------------------------------------------------------------
/InstagramWrapper/bin/Debug/System.IO.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/InstagramWrapper/bin/Debug/System.IO.dll
--------------------------------------------------------------------------------
/InstagramWrapper.Web.Test/bin/System.IO.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/InstagramWrapper.Web.Test/bin/System.IO.dll
--------------------------------------------------------------------------------
/InstagramWrapper.Web.Test/Global.asax:
--------------------------------------------------------------------------------
1 | <%@ Application Codebehind="Global.asax.cs" Inherits="InstagramWrapper.Web.Test.MvcApplication" Language="C#" %>
2 |
--------------------------------------------------------------------------------
/InstagramWrapper/bin/Debug/System.Runtime.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/InstagramWrapper/bin/Debug/System.Runtime.dll
--------------------------------------------------------------------------------
/InstagramWrapper.Web.Test/bin/System.Runtime.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/InstagramWrapper.Web.Test/bin/System.Runtime.dll
--------------------------------------------------------------------------------
/InstagramWrapper.Web.Test/bin/System.Web.Mvc.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/InstagramWrapper.Web.Test/bin/System.Web.Mvc.dll
--------------------------------------------------------------------------------
/InstagramWrapper/bin/Debug/InstagramWrapper.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/InstagramWrapper/bin/Debug/InstagramWrapper.dll
--------------------------------------------------------------------------------
/InstagramWrapper/bin/Debug/InstagramWrapper.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/InstagramWrapper/bin/Debug/InstagramWrapper.pdb
--------------------------------------------------------------------------------
/InstagramWrapper/bin/Debug/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/InstagramWrapper/bin/Debug/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/InstagramWrapper/bin/Debug/System.Net.Http.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/InstagramWrapper/bin/Debug/System.Net.Http.dll
--------------------------------------------------------------------------------
/InstagramWrapper/obj/Debug/InstagramWrapper.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/InstagramWrapper/obj/Debug/InstagramWrapper.dll
--------------------------------------------------------------------------------
/InstagramWrapper/obj/Debug/InstagramWrapper.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/InstagramWrapper/obj/Debug/InstagramWrapper.pdb
--------------------------------------------------------------------------------
/InstagramWrapper.Web.Test/bin/InstagramWrapper.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/InstagramWrapper.Web.Test/bin/InstagramWrapper.dll
--------------------------------------------------------------------------------
/InstagramWrapper.Web.Test/bin/InstagramWrapper.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/InstagramWrapper.Web.Test/bin/InstagramWrapper.pdb
--------------------------------------------------------------------------------
/InstagramWrapper.Web.Test/bin/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/InstagramWrapper.Web.Test/bin/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/InstagramWrapper.Web.Test/bin/System.Web.Http.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/InstagramWrapper.Web.Test/bin/System.Web.Http.dll
--------------------------------------------------------------------------------
/InstagramWrapper.Web.Test/bin/System.Web.Razor.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/InstagramWrapper.Web.Test/bin/System.Web.Razor.dll
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/lib/sl4/System.IO.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/packages/Microsoft.Bcl.1.1.9/lib/sl4/System.IO.dll
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/lib/sl5/System.IO.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/packages/Microsoft.Bcl.1.1.9/lib/sl5/System.IO.dll
--------------------------------------------------------------------------------
/InstagramWrapper.Web.Test/bin/System.Web.Helpers.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/InstagramWrapper.Web.Test/bin/System.Web.Helpers.dll
--------------------------------------------------------------------------------
/InstagramWrapper.Web.Test/bin/System.Web.WebPages.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/InstagramWrapper.Web.Test/bin/System.Web.WebPages.dll
--------------------------------------------------------------------------------
/InstagramWrapper/bin/Debug/System.Threading.Tasks.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/InstagramWrapper/bin/Debug/System.Threading.Tasks.dll
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/lib/net40/System.IO.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/packages/Microsoft.Bcl.1.1.9/lib/net40/System.IO.dll
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/Microsoft.Bcl.1.1.9.nupkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/packages/Microsoft.Bcl.1.1.9/Microsoft.Bcl.1.1.9.nupkg
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/lib/sl4/System.Runtime.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/packages/Microsoft.Bcl.1.1.9/lib/sl4/System.Runtime.dll
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/lib/sl5/System.Runtime.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/packages/Microsoft.Bcl.1.1.9/lib/sl5/System.Runtime.dll
--------------------------------------------------------------------------------
/InstagramWrapper.Web.Test/bin/System.Threading.Tasks.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/InstagramWrapper.Web.Test/bin/System.Threading.Tasks.dll
--------------------------------------------------------------------------------
/InstagramWrapper.Web.Test/bin/System.Web.Http.WebHost.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/InstagramWrapper.Web.Test/bin/System.Web.Http.WebHost.dll
--------------------------------------------------------------------------------
/InstagramWrapper/bin/Debug/System.Net.Http.Extensions.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/InstagramWrapper/bin/Debug/System.Net.Http.Extensions.dll
--------------------------------------------------------------------------------
/InstagramWrapper/bin/Debug/System.Net.Http.Primitives.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/InstagramWrapper/bin/Debug/System.Net.Http.Primitives.dll
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/lib/net40/System.Runtime.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/packages/Microsoft.Bcl.1.1.9/lib/net40/System.Runtime.dll
--------------------------------------------------------------------------------
/packages/Newtonsoft.Json.6.0.5/Newtonsoft.Json.6.0.5.nupkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/packages/Newtonsoft.Json.6.0.5/Newtonsoft.Json.6.0.5.nupkg
--------------------------------------------------------------------------------
/InstagramWrapper.Web.Test/bin/InstagramWrapper.Web.Test.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/InstagramWrapper.Web.Test/bin/InstagramWrapper.Web.Test.dll
--------------------------------------------------------------------------------
/InstagramWrapper.Web.Test/bin/InstagramWrapper.Web.Test.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/InstagramWrapper.Web.Test/bin/InstagramWrapper.Web.Test.pdb
--------------------------------------------------------------------------------
/InstagramWrapper.Web.Test/bin/System.Net.Http.Extensions.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/InstagramWrapper.Web.Test/bin/System.Net.Http.Extensions.dll
--------------------------------------------------------------------------------
/InstagramWrapper.Web.Test/bin/System.Net.Http.Formatting.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/InstagramWrapper.Web.Test/bin/System.Net.Http.Formatting.dll
--------------------------------------------------------------------------------
/InstagramWrapper.Web.Test/bin/System.Net.Http.Primitives.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/InstagramWrapper.Web.Test/bin/System.Net.Http.Primitives.dll
--------------------------------------------------------------------------------
/InstagramWrapper.Web.Test/bin/System.Web.WebPages.Razor.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/InstagramWrapper.Web.Test/bin/System.Web.WebPages.Razor.dll
--------------------------------------------------------------------------------
/packages/Newtonsoft.Json.6.0.5/lib/net20/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/packages/Newtonsoft.Json.6.0.5/lib/net20/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/packages/Newtonsoft.Json.6.0.5/lib/net35/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/packages/Newtonsoft.Json.6.0.5/lib/net35/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/packages/Newtonsoft.Json.6.0.5/lib/net40/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/packages/Newtonsoft.Json.6.0.5/lib/net40/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/packages/Newtonsoft.Json.6.0.5/lib/net45/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/packages/Newtonsoft.Json.6.0.5/lib/net45/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/InstagramWrapper.Web.Test/bin/Microsoft.Web.Infrastructure.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/InstagramWrapper.Web.Test/bin/Microsoft.Web.Infrastructure.dll
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/lib/sl4/System.Threading.Tasks.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/packages/Microsoft.Bcl.1.1.9/lib/sl4/System.Threading.Tasks.dll
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/lib/sl5/System.Threading.Tasks.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/packages/Microsoft.Bcl.1.1.9/lib/sl5/System.Threading.Tasks.dll
--------------------------------------------------------------------------------
/InstagramWrapper.Web.Test/bin/System.Web.WebPages.Deployment.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/InstagramWrapper.Web.Test/bin/System.Web.WebPages.Deployment.dll
--------------------------------------------------------------------------------
/InstagramWrapper.Web.Test/obj/Debug/InstagramWrapper.Web.Test.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/InstagramWrapper.Web.Test/obj/Debug/InstagramWrapper.Web.Test.dll
--------------------------------------------------------------------------------
/InstagramWrapper.Web.Test/obj/Debug/InstagramWrapper.Web.Test.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/InstagramWrapper.Web.Test/obj/Debug/InstagramWrapper.Web.Test.pdb
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/lib/net40/System.Threading.Tasks.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/packages/Microsoft.Bcl.1.1.9/lib/net40/System.Threading.Tasks.dll
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/lib/sl4-windowsphone71/System.IO.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/packages/Microsoft.Bcl.1.1.9/lib/sl4-windowsphone71/System.IO.dll
--------------------------------------------------------------------------------
/packages/Microsoft.Net.Http.2.2.28/lib/net40/System.Net.Http.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/packages/Microsoft.Net.Http.2.2.28/lib/net40/System.Net.Http.dll
--------------------------------------------------------------------------------
/packages/Newtonsoft.Json.6.0.5/lib/netcore45/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/packages/Newtonsoft.Json.6.0.5/lib/netcore45/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/lib/portable-net40+win8/System.IO.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/packages/Microsoft.Bcl.1.1.9/lib/portable-net40+win8/System.IO.dll
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.Build.1.0.14/Microsoft.Bcl.Build.1.0.14.nupkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/packages/Microsoft.Bcl.Build.1.0.14/Microsoft.Bcl.Build.1.0.14.nupkg
--------------------------------------------------------------------------------
/packages/Microsoft.Net.Http.2.2.28/Microsoft.Net.Http.2.2.28.nupkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/packages/Microsoft.Net.Http.2.2.28/Microsoft.Net.Http.2.2.28.nupkg
--------------------------------------------------------------------------------
/InstagramWrapper.Web.Test/bin/Microsoft.Web.Mvc.FixedDisplayModes.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/InstagramWrapper.Web.Test/bin/Microsoft.Web.Mvc.FixedDisplayModes.dll
--------------------------------------------------------------------------------
/packages/Microsoft.AspNet.Mvc.4.0.30506.0/lib/net40/System.Web.Mvc.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/packages/Microsoft.AspNet.Mvc.4.0.30506.0/lib/net40/System.Web.Mvc.dll
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/lib/portable-net40+sl4+win8/System.IO.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/packages/Microsoft.Bcl.1.1.9/lib/portable-net40+sl4+win8/System.IO.dll
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/lib/sl4-windowsphone71/System.Runtime.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/packages/Microsoft.Bcl.1.1.9/lib/sl4-windowsphone71/System.Runtime.dll
--------------------------------------------------------------------------------
/packages/Microsoft.Net.Http.2.0.20710.0/lib/net40/System.Net.Http.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/packages/Microsoft.Net.Http.2.0.20710.0/lib/net40/System.Net.Http.dll
--------------------------------------------------------------------------------
/InstagramWrapper/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cagrik/csharp-instagram-wrapper/HEAD/InstagramWrapper/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/packages/Microsoft.Bcl.1.1.9/lib/net40/System.IO.xml:
--------------------------------------------------------------------------------
1 |
2 |
27 | Likes: @item.likes.count - Comments: @item.comments.count
28 | @{
29 | if (item.user_has_liked)
30 | {
31 |
32 | }
33 | else
34 | {
35 |
36 | }
37 | }
38 |
27 | Likes: @item.likes.count - Comments: @item.comments.count
28 | @{
29 | if (item.user_has_liked)
30 | {
31 |
32 | }
33 | else
34 | {
35 |
36 | }
37 | }
38 |
PM> Install-Package InstagramWrapper
8 | or Download Project and add reference InstagramWrapper.dll on your project.
9 | # Depencies
10 | You must add Json.net(v 6.0 or Higher) references on your project
11 | To install Json.NET, run the following command in the Package Manager ConsoleInstall-Package Newtonsoft.Json
Update-Package Newtonsoft.Json15 | 16 | # Create new Application 17 | Register your application on [Instagram Developers](http://instagram.com/developer/). 18 | While creating your app you must provide a redirect url. During the development application you can host your application on localhost 19 | 20 | # Authentication 21 | [Instagram Authentication Document](http://instagram.com/developer/authentication/) 22 | If you are developing a web application create a Sign in Link 23 |
24 | https://instagram.com/oauth/authorize/?client_id=CLIENT-ID&redirect_uri=REDIRECT-URI&response_type=token26 | For other type porjects (win form, store app or win phone) use web browser component and redicet login url. 27 | 28 | 29 | # Permissions 30 | However, if you plan on asking for extended access such as liking, commenting, or managing friendships, you’ll have to specify these scopes in your authorization request. Here are the scopes we currently support: 31 | + `basic`: - to read any and all data related to a user (e.g. following/followed-by lists, photos, etc.) (granted by default) 32 | + `comments` - to create or delete comments on a user’s behalf 33 | + `relationships` - to follow and unfollow users on a user’s behalf 34 | + `likes` - to like and unlike items on a user’s behalf 35 | 36 |
25 | Sign in wit Instagram
add scope parameter in your sign in url: scope=likes+comments
37 | 38 | # Receiving Access Token 39 | After user signed in your application you'll get a code to get access token on redirect url.http://your-redirect-uri?code=CODE40 | It's easy to get an access token via C# SDK. 41 |
42 | InstagramAuth ia = new InstagramAuth(); 43 | InstaConfig ic = new InstaConfig(); 44 | ic.redirect_uri = ""; your app redirect url 45 | ic.client_secret = ""; your app secret 46 | ic.client_id = ""; //your app client id 47 | var user = ia.GetAccessToken(code,ic); // get user who loged in with an access_token 48 |49 | 50 | Keep Development Alive PayPal cagri058@hotmail.com 51 | -------------------------------------------------------------------------------- /InstagramWrapper.Web.Test/Web.config: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 |
Çağrı Posts:1 Followers: 2 Following: 3
45 |