Coder Social home page Coder Social logo

facebook-windows8-sample's Introduction

Facebook SDK for .NET

The Facebook SDK for .NET helps developers build web, desktop, Silverlight, Windows Phone and Windows Store applications that integrate with Facebook.

Like us on Facebook at our official page or Follow us on twitter @chsarpsdk.

NuGet

Install-Package Facebook

The Facebook SDK for .NET binaries are only distributed via nuget. For those using older versions of Visual Studio that does not support NuGet Package Manager, please download the command line version of NuGet.exe and run the following command.

nuget install Facebook

If you would like to get an older version of the the binaries please use the following command.

nuget install Facebook -v 5.4.1

Documentation

You can find the documentation for this project here.

Help and Support

Use facebook.stackoverflow.com for help and support. We answer questions there regularly. Use the tags 'facebook-c#-sdk' and 'facebook' plus any other tags that are relevant. If you have a feature request or bug create an issue.

Facebook Platform Status

Facebook Change Log

Features

  • NuGet Packages Available (Facebook and Facebook.channel)
  • Compatible with all Facebook Graph and REST API methods.
  • Supports photo/video uploads
  • Supports batch requests and etags
  • Supports Facebook's most current authentication systems.
  • Sample applications and documentation are provided to get you started quickly.

Supported Platforms

  • .NET 3.5 (Client Profile and Full Profile)
  • .NET 4.0 (Client Profile and Full Profile)
  • .NET 4.5
  • Windows Store Apps
  • Silverlight 5
  • Windows Phone 7.1
  • Windows Phone 8

Contribute

Please refer to our official docs on Contributing to Facebook SDK for .NET for more details.

facebook-windows8-sample's People

Contributors

desertjim avatar prabirshrestha avatar sanjeevdwivedi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

facebook-windows8-sample's Issues

Bitmap Image posted with weird colors

When a stream with the content type: "image/bmp" is posted to the facebook wall the colors get messed up. Is this a bug on your or on facebooks side?

Example:
When an image is selected in internet explorer and shared the Bitmap shared object is of "image/bmp" type and can then be uploaded to facebook.

Language issue on login page

Hello,

 How to sepcify display language on facebook login page.

 I expect to Tran-Chinese, but it show me Simplfy-Chinese. I confrim that facebook App ID be assign Tran-Chinses.

Sample Windows 8 App Crashes at launch

This is all the output I see.

'facebook-metro-sample.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_32\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll'
'facebook-metro-sample.exe' (Managed (v4.0.30319)): Loaded 'C:\Users\jamesbaca\Documents\Projects\facebook-csharp-sdk-facebook-windows8-sample-0028568\src\facebook-metro-sample\bin\Release\AppX\facebook-metro-sample.exe', Symbols loaded.
'facebook-metro-sample.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Runtime.dll'
'facebook-metro-sample.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\system32\WinMetadata\Windows.UI.Xaml.winmd'
'facebook-metro-sample.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.InteropServices.WindowsRuntime\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Runtime.InteropServices.WindowsRuntime.dll'
'facebook-metro-sample.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\system32\WinMetadata\Windows.ApplicationModel.winmd'
The program '[3240] facebook-metro-sample.exe: Managed (v4.0.30319)' has exited with code -1073741189 (0xc000027b).
Activation of the Windows Metro style application '8eeaff03-92dd-46c9-84fc-7b252f93800b_d8tvfr72pe8jc!App' failed with error 'Windows was unable to communicate with the target application. This usually indicates that the target application's process aborted. More information may be available in the Debug pane of the Output window (Debug->Windows->Output'.

Microsoft Visual Studio Express 2012 RC for Windows 8
Version 11.0.50522.1 RCREL
Microsoft .NET Framework
Version 4.5.50501

NuGet Package Manager 1.8.30423.9026
NuGet Package Manager in Visual Studio. For more information about NuGet, visit http://docs.nuget.org/.

Invalid App ID

This sample looks like a great starting point and I'd really like to have a look, but every time I press the login button, it throws me an exception that the app id is invalid.
I've changed the app id and facebookid on both scrumptious and sample code but it says that the id is invalid on both. I've tried with other ids too but the same thing.
Would be great if you could shed some light :)
Thank you.

Facebook login pop-up issues (Cancel button on Facebook login pop-up doesn’t work)

Facebook login pop-up issues

There are two issues in Facebook C# SDK 6.4.2, related to Facebook login pop-up:
• “Cancel” button on Facebook login pop-up doesn’t work
• Facebook login pop-up loads webpage inside its window

  •      For example, this can be done by specifying incorrect password for Facebook account several times.
    

They also reproduce on latest version of Facebook SDK (6.6.0).

Is there any information of when the issues will be resolved?

REF
https://developers.facebook.com/bugs/1440751782853232/
http://stackoverflow.com/questions/24655229/facebook-login-pop-up-issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.