Spring Social Twitter v1.0.4.BUILD-SNAPSHOT and application authorization
On June 11, 2013, Twitter will retire version 1.0 of their API and all applications will be expected to use version 1.1. One of the implications of this change is that *all* requests must be authorized...
View ArticleFacebook phishing problem
First of all, sorry my english is very bad. I have a problem with facebook I have a web app that ask user to register with facebook or twitter or some other social network. When the user is...
View ArticleSpring Social Twitter Search does not return any tweets
I am using Spring Social to have twitter search. In my controller I have: Code: @RequestMapping(value="/twitter/search", method=RequestMethod.GET) public String showTweets(@RequestParam("query") String...
View ArticleHow to cast from object_id to Post
I've started to use spring social facebook recently. However, I can not understand how to cast from facebook obj_id to Post.class (assuming that obj_id is a id of a post)? I've tried Code:...
View ArticleSpring social 1.0.3
I saw that Spring social 1.0.3 was released but I can't find it on Jira. BTW, when can we look forward to 1.1.0? Kind regards, Marc
View ArticleSpring Social affected by Facebook "July 2013 Breaking Changes"?
Facebook reminded me yesterday about breaking changes getting into effect on July 10, 2013. Is any version of Spring Social affected by them. I couldn't spot any problems, but I may be wrong.
View ArticleFacebook feedOperations().postLink no longer working
Due to some changes in the API at facebook, feedOperations().postLink doesn't work anymore, basically killing the most viral aspect of the api. https://developers.facebook.com/road...leted-changes/...
View Articletalking_about_count
http://forum.springsource.org/showth...ng_about_count Code: { Â "id": "11803178355", Â "name": "A Scanner Darkly", Â "picture":...
View ArticleTwitter single-user OAuth
Hi, I'm trying to adapt my code to the twitter API changes. As I only use the search endpoint I want to use the client authorization. In TwitterTemplate doc I see that I should check out the new...
View ArticleFacebook July 2013 Breaking Changes and Spring Social Facebook 1.0.3
Earlier this week I made Spring Social Facebook 1.0.3.BUILD-SNAPSHOT available in SpringSource's snapshot repository (http://repo.springsource.org/snapshot/). The changes in that build were primarily...
View ArticleCreating Events in Facebook using Spring Social
Hello, I am developing an application using Spring Social that will be integrated in Facebook. For this app I want to use the Facebook Event model to create an event and I want to define different...
View ArticleGetting ExpiredAuthorizationException for valid FB access token
Hi, I am getting an ExpiredAuthorizationException even though I have procured a fresh access token from FB. I have confirmed via the FB validation link that the access token carries a long lived...
View ArticleWhere to specify permissions in Facebook Canvas?
Hello, I am using the Facebook Canvas example and I want to define several permissions that the app will use to get and post for a user. In the other examples they are specified in the signin.jsp but...
View ArticleLinkedIn-Retrieve User Updates-Similar to retrieving tweets in Twitter
Hi Guys, I am struggling to find which function in Spring LinkedIn Social API can retrieve User Updates.- The Updates tht users publish on their page . I tried a few api functions but all I could get...
View ArticleRedirect_uri in Facebook Canvas
Hello, I am building an app within Facebook canvas and I am encountering a problem when I use a javascript code to send requests. The error says that: API Error Code: 191 API Error Description: The...
View ArticlePosting on a page in group if the URL is given
I am using spring social with my application and I have a requirement for posting on a particular page of the group. The user is expected to provide page of the group.(This group has like billions of...
View ArticleFacebook Open Graph.publishAction()
Hello, I have been struggling these days a lot on creating and publishing actions in Facebook. In the new release of Spring Social Facebook there is the OpenGraphOperation interface with...
View ArticleBackend admin account to maintain facebook operation
I am exploring Spring social facebook. I need to achieve the following: 1 backend account(web server manage) to maintain entries in a facebook album user account (signin from web page) 1) Basically,...
View ArticleIs LinkedInTemplate(consumerKey, consumerSecret, accessToken) extinct?
If LinkedIn linkedin = new LinkedInTemplate(consumerKey, consumerSecret, accessToken, accessTokenSecret); no longer available?
View ArticleSimple LinkedIN object by using OAUTH2.0
Hi guys, Today there has been a new release of LinkedIn 1.0.0 RC2 which has only OAUTH 2.0 now. Could someone please tell me how to generate a LinkedIn Object using Oauth2.0. (I used to do it using...
View Article