Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • carney 14 posts 20 karma points
    May 01, 2009 @ 06:16
    carney
    0

    Facebook API with-in Umbraco?

    A Client wants me too have there site connected to the Facebook API after reasearch it seems there is plenty support for PHP in the Facebook API area but very little for Umbraco and ASP servers. I have come across some things which seem to make it plausible to work alright, But to be honest, im not sure how i would go hooking it up to Umbraco?

    Is it possible as a custom job inside umbraco? or am i going to have to think more outside the square?

  • Soeren Sprogoe 575 posts 259 karma points
    May 01, 2009 @ 09:14
    Soeren Sprogoe
    0

    You need to use one of the two Facebook .NET libraries available on Codeplex:
    http://www.codeplex.com/FacebookToolkit
    http://www.codeplex.com/FacebookNET

    Can't remember which one is best :-/

    Then you just need to write your own usercontrols that uses these libraries, and insert them as macro's in Umbraco.

    /SoerenS

  • Warren Buckley 2106 posts 4836 karma points MVP ∞ admin hq c-trib
    May 01, 2009 @ 09:15
    Warren Buckley
    0

    Is it the frontend site or the back end umbraco admin tools you are talking about.

    I dont know too much about Facebook API, but I am pretty sure there is a .NET wrapper version on codeplex. You could then create .NET usercontrols (wrapped in a macro) to put onto your front end website for them to use.

    Hope that helps.
    Warren

  • carney 14 posts 20 karma points
    May 01, 2009 @ 10:37
    carney
    0

    [quote=SoerenS]You need to use one of the two Facebook .NET libraries available on Codeplex:
    http://www.codeplex.com/FacebookToolkit
    http://www.codeplex.com/FacebookNET

    Can't remember which one is best :-/

    Then you just need to write your own usercontrols that uses these libraries, and insert them as macro's in Umbraco.

    /SoerenS[/quote]
    Thanks SoerenS, I was looking at these the other day, just seems a bit above my head prob a bit more studying and trial and error and i might get it working :P

    [quote=warren]Is it the frontend site or the back end umbraco admin tools you are talking about.

    I dont know too much about Facebook API, but I am pretty sure there is a .NET wrapper version on codeplex. You could then create .NET usercontrols (wrapped in a macro) to put onto your front end website for them to use.

    Hope that helps.
    Warren[/quote]
    Hey again Warren, Well i mainly need the Facebook to work on the Front end, But i guess if it was possibly to have some backend it would always be better on my client(s).

    Ill work on my .NET Usercontrol Skills and of course i will get a better grasp of how macros work in umbraco! Thanks!



    Also if anyone has anything else they can help me to make this a simple task it will be much appreciated =D

  • Warren Buckley 2106 posts 4836 karma points MVP ∞ admin hq c-trib
    May 01, 2009 @ 10:42
    Warren Buckley
    0

    Yeh your going have to get stuck in with some .NET code.

    The ASP.NET site has some great videos and thats where I first learnt.

    [url]http://www.asp.net/learn/[/url]

    General Videos - [url]http://www.asp.net/learn/videos/[/url]
    Masterpages (which umbraco uses for templates) - [url]http://www.asp.net/learn/master-pages/[/url]

    Another good point of reference - [url]http://quickstarts.asp.net/QuickStartv20/aspnet/Default.aspx[/url]

    Warren :)

  • carney 14 posts 20 karma points
    May 01, 2009 @ 11:24
    carney
    0

    [quote=warren]Yeh your going have to get stuck in with some .NET code.

    The ASP.NET site has some great videos and thats where I first learnt.

    [url]http://www.asp.net/learn/[/url]

    General Videos - [url]http://www.asp.net/learn/videos/[/url]
    Masterpages (which umbraco uses for templates) - [url]http://www.asp.net/learn/master-pages/[/url]

    Another good point of reference - [url]http://quickstarts.asp.net/QuickStartv20/aspnet/Default.aspx[/url]

    Warren :)[/quote]

    Another Awesome Comment and Recommendation, Thanks heaps warren, ill get stuck into some, im not bad at CSS now so i guess ill dig into ASP.NET.

  • dillorscroft 198 posts 192 karma points
    May 01, 2009 @ 11:43
    dillorscroft
    0

    [quote=carney]A Client wants me too have there site connected to the Facebook API after reasearch it seems there is plenty support for PHP in the Facebook API area but very little for Umbraco and ASP servers. I have come across some things which seem to make it plausible to work alright, But to be honest, im not sure how i would go hooking it up to Umbraco?

    Is it possible as a custom job inside umbraco? or am i going to have to think more outside the square? [/quote]

    Hi,

    I'm at exactly the same stage in my Facebook API research but I have had quite a bit of experience with Umbraco and User Controls. If I pick up anything I will let you know.

    I'm looking at sending status updates and posting items into the news stream after publishing a page in Umbraco. Facebook released a Twitter like API a few days ago.

    http://developers.facebook.com/news.php?blog=1&story=225

    I hope to have something finalised on a clients site by this time next week so anything I pick up I will post here.

    Thanks

    DC.

  • carney 14 posts 20 karma points
    May 01, 2009 @ 12:20
    carney
    0

    [quote=dillorscroft][quote=carney]A Client wants me too have there site connected to the Facebook API after reasearch it seems there is plenty support for PHP in the Facebook API area but very little for Umbraco and ASP servers. I have come across some things which seem to make it plausible to work alright, But to be honest, im not sure how i would go hooking it up to Umbraco?

    Is it possible as a custom job inside umbraco? or am i going to have to think more outside the square? [/quote]

    Hi,

    I'm at exactly the same stage in my Facebook API research but I have had quite a bit of experience with Umbraco and User Controls. If I pick up anything I will let you know.

    I'm looking at sending status updates and posting items into the news stream after publishing a page in Umbraco. Facebook released a Twitter like API a few days ago.

    http://developers.facebook.com/news.php?blog=1&story=225

    I hope to have something finalised on a clients site by this time next week so anything I pick up I will post here.

    Thanks

    DC.[/quote]

    Thanks heaps mate i appreciate your intentions on sharing, Likewise if i find anything out or figure anything out ill post in here to let you know :) Goodluck with it mate!

  • dillorscroft 198 posts 192 karma points
    May 01, 2009 @ 12:32
    dillorscroft
    0

    Facebook themselves are pushing this one quite heavily for .net development.

    http://facebook.codeplex.com/

    DC

  • carney 14 posts 20 karma points
    May 01, 2009 @ 12:41
    carney
    0

    [quote=dillorscroft]Facebook themselves are pushing this one quite heavily for .net development.

    http://facebook.codeplex.com/

    DC[/quote]

    Oh, great! hopefully it wont take long haha!

  • Soeren Sprogoe 575 posts 259 karma points
    May 01, 2009 @ 13:00
    Soeren Sprogoe
    0

    [quote=dillorscroft]Facebook themselves are pushing this one quite heavily for .net development.

    http://facebook.codeplex.com/

    DC[/quote]
    Nice!

    I've dug around in my bookmarks from when I played around with the API, and apparently I found this article helpfull enough to save it:
    http://www.nikhilk.net/FacebookNET.aspx

    /Soeren S.

  • Niels Lynggaard 190 posts 548 karma points
    Aug 31, 2012 @ 11:53
    Niels Lynggaard
    0

    The facebook project has moved here:

    http://csharpsdk.org/

    Also I found this little thingy pretty interesting for creating signups and share stuff with other social media platforms than facebook;

    http://janrain.com/products/engage/

    That link I found on this post about facebook integration.

    http://our.umbraco.org/forum/developers/extending-umbraco/18870-Members-and-Facebook

  • Arun 1 post 21 karma points
    Apr 10, 2013 @ 14:39
    Arun
    0

    Hi ,

    There is a requirement to post the message to Facebook through the application. The application is developed using Java language. 

    I have created a  App in the facebook and I got the API_ID /API_KEY and API_SECRET. Using the API ID and API SECRET I got the access_token.

    Can anybody knows how to post the message in the wall of Facebook using the access_token in java ?

    If anybody has done this please help me on this.

    I am waiting for your response.

     

    Thanks,

    Arun

  • Rich Green 2246 posts 4008 karma points
    Apr 10, 2013 @ 14:45
    Rich Green
    0

    Hi Arun,

    You know this is an Umbraco forum right? :)

    Rich

Please Sign in or register to post replies

Write your reply to:

Draft