Quantcast
Channel: Spring Community Forums - Social
Browsing all 145 articles
Browse latest View live
↧

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 Article


Facebook 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 Article


Spring 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 Article

How 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 Article

Spring 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 Article


Spring 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 Article

Facebook 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 Article

talking_about_count

http://forum.springsource.org/showth...ng_about_count Code: {   "id": "11803178355",   "name": "A Scanner Darkly",   "picture":...

View Article


Twitter 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 Article


Facebook 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 Article

Creating 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 Article

Getting 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 Article

Where 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 Article


Image may be NSFW.
Clik here to view.

LinkedIn-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 Article

Redirect_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 Article


Posting 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 Article

Facebook 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 Article


Backend 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 Article

Is LinkedInTemplate(consumerKey, consumerSecret, accessToken) extinct?

If LinkedIn linkedin = new LinkedInTemplate(consumerKey, consumerSecret, accessToken, accessTokenSecret); no longer available?

View Article

Simple 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
Browsing all 145 articles
Browse latest View live