connect mule and facebook tutorial - facebook

anybody knows a good tutorial on connect Facebook and mule
i just started learning Mule today and i found a punch of very good tutorial on how to integrate mule with twitter and it worked fine, but i couldn't find anything related to Facebook connection.
when i search the youtubefor tutorial almost everything is there (dropbox, salesforce, Linkedin ....)
am i missing something?

The Twitter and Facebook connector are extremely similar (they both require an OAuth dance, not the same version but similar), so if you are able to use the Twitter one, you should have no problem using the Facebook one.
To help you going further, here are two good resources:
A tutorial: https://github.com/mulesoft/facebook-connector/blob/master/doc/sample.md
The connector's doc: http://mulesoft.github.io/facebook-connector/mule/facebook-config-with-oauth.html

Related

facebook connect with grails spring security rest plugin

Seems like facebook has changed the response format of api call now my code is not working as it suppose to be. I've followed exact same steps to configure plugin mention # plugin docs
I'm facing exact same issue mentioned in grails-spring-security-rest/issues/327
Any workaround/hints to get facebook connect work with grails-spring-security-rest plugin?
https://github.com/alvarosanchez/grails-spring-security-rest/issues/327#issuecomment-296610128
Someone has posted a workaround.

OAuth integration in iphone app

I have one problem regarding OAuth integration in iPhone App.
Can anyone help me how to integrate OAuth 2.0 with facebook in iPhone ?
I have referred so many sites about OAuth but I haven't got satisfied answer yet. I referred this question of stackoverflow. There is one good option about ShareKit. But my client wants only OAuth 2.0.
I downloaded framework from google code. I integrated it in my application. But How to use it ? Without guidance I can't implement it in proper way.
I have got stuck between my application and 0Auth 2.0 since last 3 days. Please can anyone give me idea or demo project or any another tutorial ?
Rather than implement OAuth for Facebook, make use of the Facebook iOS SDK which makes handling Facebook Auth and Requests much easier. You can read about it and download it here... http://developers.facebook.com/ios/
I just done a research
This post will really help you
Also please look at the below posts
iphone-facebook-oauth2-graph-api
OAuth and Facebook iPhone SDK
The framework you mentioned in your post is not for OAuth 2, but for OAuth 1.0a.
You can try the OAuth2Client we developed for talking to the SoundCloud API. It's build against draft 10 of the spec. I'm not sure which one is used by Facebook. Unfortunately the spec is not final yet and over the years different services adopted different drafts of the spec.
If you're able to argue with your client I'd try to convince him to let you go with the official iOS SDK. This gives you many benefits like automatic token refresh, single sign on via the official app & much more.

Where can I find this LinkedIn Plugin?

Recently, I had a client send me a screenshot of what appeared to be a LinkedIn Plugin. I asked the client where they got it from, but they couldn't remember, but wanted me to replicate it on their new site... I've looked all over and couldn't seem to find anything exactly like this. I am not very well-versed when it comes to LinkedIn, so the answer may be right under my nose.
Would anyone out there know where I can find this?
http://i.stack.imgur.com/HCxUj.png
I've looked through http://developer.linkedin.com/plugins, but couldn't find anything that had 'Latest Discussions' or 'Most Popular'.
The screenshot you've attached looks like a custom API integration emulating the widget that is found in LinkedIn hosted groups on LinkedIn.com. There are no LinkedIn-supported plugins available that can provide this functionality at this time. From the forums, a post from a LinkedIn employee:
https://developer.linkedin.com/comment/12044#comment-12044
Agorava LinkedIn is an connector to LinkedIn for Agorava. And Agorava Socializer also supports LinkedIn beside other popular social networking services like Facebook or Twitter.

Framework using OAuth on iPhone for my site

I've been searching for a long while for a framework that will connect my iphone to any site using OAuth, int his case my own site.
I've seen MPOAuthMobile and OAuthConsumer, none of them worked for me and reading the comments many people are having issues.
There are plenty of libraris to connect to Twitter, but could someone tell me if there is a good framework with a good tutorial that explains how to get it done. Even changing an actual framework for twitter to make it work for my site would be great.
Thanks.
Try this:
// See tutorial on OAuth integration with twitter.
// http://icodeblog.com/2010/09/16/dealing-with-the-twitter-oauth-apocalypse/

How long would it take to integrate Facebook Connect with a website?

I have a website where users can buy deals posted by the site owner/admin and I would like to integrate Facebook Connect with it. Can you please answer the following:
What tasks are involved with integrating Facebook Connect?
How difficult would it be for a programmer to integrate Facebook Connect?
How long would it take for an average programmer to integrate Facebook Connect?
I think it's a bit difficult, yes, but it's not impossible. It shoud be about 2-5 days to study, understand, make tests and make it works (it also depends on how much you know of the facebook platfrm):
Here is a tuorial I wrote:
http://www.barattalo.it/facebook-connect-tutorial/
it explains how to give the facebook login and how to post on users' wall.
There are multiple good tutorials available. I would say an average programmer (with some familiarity in JavaScript) would be able to do this fairly easily.
Facebook Connect Wiki
How to quickly add Facebook Connect
I have integrated Facebook Connect into 2 sites and the time it took varied from 3 days to 2 weeks. The time requirement depends on the size of the application you are integrating. It only took me 3 days to integrate Facebook Connect into a new site which did not have any existing users.
Putting in a Facebook connect or login button can be pretty easy now since there are some copy-and-paste solutions out there. If you're looking for a copy/paste solution that does some pretty simple members-only page protection, you can try this Facebook Login tool. It's free and gives some basic analytics, I think.
My point of view Facebook connect can be implemented by average programmer with in 2-3 hours If you aware about Facebook document and sound knowledge of API Key Secret.
Following documents that help for integrating Facebook into websites.
Document use PHP for server-side programming and HTML/JavaScript for client-side code. These examples are very straightforward and easily translatable to other languages.
Facebook Developer Tutorials.
This article shows few steps that describes how to integrate Facebook Connect into your
existing site.
efpa is brilliant for this, its easy to use and saves you hours, it would take you less than 20 min, there is a really good youtube tutorial on this, they use efpa to create a web application, let users connect using their facebook accounts and then present them their home feed, from creating a facebook app to writing the code in 20 min;
http://www.youtube.com/watch?v=ri8io0bmKOc
btw efpa stand for (Easy Facebook PHP API), the library was written to make facebook intergration easy and usable by anyone. Check out their documentations page http://labs.gurron.com/projects.php?proj=efpa&pg=docs