I have just installed the Facebook C# SDK in my WP7 application using NuGet, so I am sure it is the latest version. However I can't seem to find any documentation for WP7 anywhere... All I am trying to do is authenticate the user using Facebook to gain their Facebook ID. Can someone please tell me how I can do this using Facebook C# SDK or link me to an article that explains this that is up to date.
Thanks,
Alex.
Per the C# SDK's Documentation, you do the authentication using the Javascript SDK and then AJAX it to your server.
See the "Obtaining an Access Token" section of http://csharpsdk.org/docs/web/getting-started.html
Did you see the answers at How to get started with the Facebook C# SDK for WP7?? They seem to provide samples / examples / walkthroughs
Related
Need to integrate QuickBooks mac version with my Asp.Net Web Application someone please guide me the steps and how I can achieve it. The main functionality I need to add the invoice into QuickBooks db(files) when its is generated in my system and if updated status should revert in system back and update the status of that invoice.
QuickBooks for Mac does not support any sort of integration or API.
You will need to use QuickBooks for Windows or QuickBooks Online instead.
I need to integrate Google ads service in my Xamarin forms application. I can only found android support for this. Is there any way to implement Google ads service in Xamarin forms(iOS,Android and Windows Phone)
I would look at Admob.
I personally have had a really nice experience with integrating it.
The integration is quite nice and there are some great tutorials on how you can create a banner ad.
Check out the following tutorial on how to create a Xamarin Forms AdView with Admob:
Tutorial
If you have any questions more than happy to help.
Hope this helps
I created and used application softwares(exe file written in C++ with Win SDK) of Windows OS(Win7) which has a function to upload(post) user photos to Facebook. They were working fine but now it is not possible to post photos to Facebook and I got to know I need get my application reviewd for public_actions permission. I tried to do it but could not find way to submit since there's no category for Windows application. How can I do it? I think the reviewers need to 'run' the app and it looks OK for andriod, iOS, Win8 apps, and Web site since reviewers can access to them by codes or URL for the apps but I have no idea how to make it for my Windows application. It is big size application with lots of images over 1Gbytes. Will it be OK to use an FTP account for the reviewers to download and review it?
In your review notes you can explicitly mention that this is a Windows application. You will need to provide as much screenshots as possible or preferably, a screencast where you show how you use the Facebook integration.
To get all the required fields, you can fill in the website for your application (if you have one) or an other website. Just make sure to mention that in your reviewer notes.
That should work with getting your app reviews.
ps: this question actually is not appropriate for Stackoverflow. I suggested using the Facebook Developer Community group for these kind of questions (non-technical).
Hi every body I need to integrate CCAvenue payment gateway for my Xamarin android project, I am unable to find any sample code to get this.
Any body please provide CCAvenue Xamarin android Tool Kit.
Thanks in advance.
CCAvenue don't appear to officially support or provide sample code for Xamarin, however the integration process is described in their Mobile Integration Toolkit:
https://mars.ccavenue.com/downloads/Mobile_Integraion_Kit.zip
You could re-use (or re-write) the Android or iOS sample code in C#. I wrote an answer which describes at a high level the two methods to which you can integrate with CCAvenue
https://stackoverflow.com/a/30121414/1359646
Ccavenue does not provide the integration source code to enable the payment gateway for xamarin. However there are developers who can write a source code for implementing the ccavenue. Here is one from the official xamarin website.
https://components.xamarin.com/view/ccavenue
I am a developer that doesn't have access to the microsoft ad platform for windows phone(not in the contries allowed to participate). What is the best ad platform(ported or native to WP) to work with in these conditions?
UPDATE i found AdMob wrapper for WP on codeplex. Is it a good solution?
try http://www.inner-active.com . It works even if our app is not published on marketplace.
I would say http://www.adduplex.com/ , since the authors are well known in the developer community.
I found following article regarding this topic it discussed multiple ads solutions and even some ads switching providers and controls
http://briankassay.com/blog/?p=169