Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am trying to connect to facebook using this code:

    FacebookService MiFB = new FacebookService();
    string MyAppId = "xxxxxxxxx"
    private void button1_Click(object sender, EventArgs e)
    {
        MiFB.ApplicationKey = MyAppId;
        MiFB.ConnectToFacebook();
    } 

and even I get "The given key was not found in the dictionary" on MiFB.ConnectToFacebook();

Please, can you help me?

share|improve this question
which client are you using? also connecting to facebook is usually not that simple, I dont see any oauth tokens there, just having an api key wont grant you access to a user's info – ryudice Nov 18 '12 at 4:06
I am using Visual C# Express 2010. Before I tried another way using oauth tokens but didn't get anything only problems.stackoverflow.com/questions/13243286/… So as I understanded when I use ConnectToFacebook(); it should show a windows to allow permissions.. – Gonzalo Fernández Nov 18 '12 at 4:13
Anyone can help me? :S – Gonzalo Fernández Nov 18 '12 at 17:10

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.