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
Related
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 days ago.
Improve this question
I have a problem trying to put my app on Microsoft Store: Win32 must install silently. The project is made from WPF C#. Any solution is welcome.
This is my first time pushing my app to Microsoft Store. Hope to get help.
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 5 years ago.
Improve this question
I wanted to ask if it is possible to use Clarifai's system offline, meaning accessing the trained models on the device so it can work without access to the internet.
Thanks
Kunal from Clarifai here.
We support this with our Mobile SDK which is currently in limited preview. You can get more information here, https://www.clarifai.com/get-sdk
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 7 years ago.
Improve this question
I am creating a Windows Application on .Net Platform with C#.
How can I use Google Hangouts in this Application?
i found a website where some else had the same Question
Link to the Site
And the Hangouts Getting Started API Guide.
Hangouts - Getting Started: https://developers.google.com/+/hangouts/getting-started
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).
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.