facebook connect with grails spring security rest plugin - facebook

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.

Related

Magento Implementing token based authentication

I saw some documentation here to create token based authentication.
http://devdocs.magento.com/guides/v1.0/get-started/authentication/gs-authentication-token.html
But i cant make it work. The urls in this example are not working.
I am new to magento. Please help in integrating token authentication, because i have to integrate it with mobile app.
Which Magento version are you using? I ran into the same problem until I found out that the token based authentication is available for Magento 2 which is still in Beta while I'm posting this. I'm currently using Magento 1.9.1.1 hence the 404 ;)
There is no direct way to use token based authentication on the Magento 1.x version. You need to write this functionality to you for your own. You can also follow this article for more details.
https://www.ipragmatech.com/magento-token-base-rest-api-for-authentication-and-authorization

connect mule and facebook tutorial

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

cakephp 2.1 Facebook Connect with Auth

Can any one help me in getting facebook connect working in my cakephp 2.1 app.
Now I am able to user authentication with Auth, I need to add facebook connect to the same.
where users can register themselves by filling a user form or they can sign up through facebook. Googled a lot but not able to get it working.
A tutorial link or an example with complete code will be very useful, I am new to cakephp.
Thanks in advance.
I'm using this plugin and it's working well with my Cake 2.1
https://github.com/webtechnick/CakePHP-Facebook-Plugin
There is a readme on that page ;)

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.

iPhone Google Docs API issue

I am working on one sample app in which I need to use Google Docs API. I have found GoogleDocs demo app. But I am facing one authentication issue in login process. I am getting following error.
<GDataServiceGoogleDocs: 0x1e4f00> objectFetcher:<GDataHTTPFetcher: 0x1eb930> failedWithStatus:403 data:<errors xmlns='http://schemas.google.com/g/2005'><error><domain>GData</domain><code>ServiceForbiddenException</code><internalReason>403.4 SSL required</internalReason></error></errors>
and so I am not getting access token from Google.
I did some research regarding but not getting success.
If you are using http in your urls, please change to https. In general all
your requests to the APIs should use https.
Please refer to this link.
Based on "SSL required": did you try the https: schema in your query URL?