Which site is best to store images anonymously using api? [closed] - c#

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I want to store images on some third party website so i can use the same on my website.
I want to know is there any website available on which I can store my images anonymously, without
any authentication from the user.
Is there any website which provides API for the same.
help me.

Well you can use imgur API, it allows you to store images on site anonymously.
find the details on the following link.
https://api.imgur.com/endpoints
hope this will help you.

Related

how to get specific item sold history through eBay Api [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I am using the eBay shopping API and I cannot find a way to get the specific item sale history fields. I tried Google but found nothing.
Thanks in Advance!
You have GetItemTransactions() in the Trading API that might suit your needs.

How to import the photo albums of a fan page on facebook C# ASP.NET [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I used the tutorial in this link to download the photos from a Facebook page, but I need to import pictures from a specific fan page and display them on my site, have created an application on facebook and got the App_Key and App_Secret. How can I do this? Thank U.
Instead of FaceBookConnect.Fetch(code, "me/albums"); you should replace me with either the specific Page identifier (e.g. CocaCola), or the Page ID (e.g. 262355423960836 for CocaCola).

add app on facebook fanpage with facebook sdk C# [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
someone knows how to do this using the facebook C # sdk, I have an application that the user can add it on your fan page for your control panel on my website, how to do this?
Thank you!
It does not matter which server language you are using for your App, the process of adding an App to a Page is the same and explained very well in the Facebook docs: https://developers.facebook.com/docs/appsonfacebook/pagetabs

For a CMS which one is better?MVC or MVP? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I am working in a company that wants to make a CMS program.
I say that the UI layer should be written with MVC but they say that MVP is better.
I dont know which one is good for this project or any other.
What do you think?
And they want to use WPF.
How do you think about WPF in a web project like this?
Thank you all.
Go to beside your management and say "be satisfy"
MVC is better thing.. :)

How to fetch Gmail contacts? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I have a scenario in my current application where I want to fetch the Gmail id's of my users.
Could anyone tell me the way with piece of code in C#?
Note: I am developing a web-base application in asp.net with C#.
Use the google contacts api there are C# sample there.
You can use the Google Accounts API.
You can find an example here.
Take a look at the open source .Net library gmailapi.The GmailAgent has a GetContacts method for retrieving all the contacts.

Categories