Grasshopper

algorithmic modeling for Rhino

Relatively new to C# and I'm looking to work with the Facebook C# SDK to make a component, can you import another SDK into the Grasshopper template for VS? Or, has anybody ever worked with the Facebook SDK?

Views: 259

Replies to This Discussion

I have never worked with the Facebook SDK but it's usually possible to reference a .NET SDK in any project. The only time it won't work is if you're compiling against a radically earlier version of the .NET framework than the assembly you're trying to reference or if your assembly is signed and theirs is not.

According to their GitHub page they have several solutions targeting various frameworks. Since the code is open source you can even decide whether or not to sign it. 

You can either compile the project as a separate dll or merge the source into your own C# project.

--

David Rutten

david@mcneel.com

Poprad, Slovakia

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

© 2025   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service