I see. Yeah sadly I only have one api done on our side which is post to share which posts a message, url and title posting with (XmlRootElement and that format instead of json as the rest of your...
Type: Posts; User: goatboy; Keyword(s):
I see. Yeah sadly I only have one api done on our side which is post to share which posts a message, url and title posting with (XmlRootElement and that format instead of json as the rest of your...
I'm looking for this and i can't find it. I know there are download links to core/facebook/twitter but none for linkedin. Will this be added later or should we just compile from source or just pull a...
I'm sorry. I put my foot in my mouth there :)
ended up reading your other post on the forum about the same issue and i realized I made the same mistake thinking the two are related. I'll pull that...
hey guys,
i don't know why but it seems this slipped by you guys and the release is not backwards compatible to 3.0.5 as mentioned on the news page and else where and most of our past discussions...
This controller was flexible and allowed you to pass in a Provider<ConnectionRepository> to be used as your connectionRepository factory/finder. Now it seems it's a singleton connectionRepository and...
created jira task for above.
https://jira.springsource.org/browse/SOCIAL-199
Testing with the new daily snapshot and I was on a much older daily snapshot so I see alot of chagnes in ConnectController. any possibility to request
private addConnection(...) method be declared...
you pass in one extra param to the oauth url like so
scope=offline_access
and if you need more permission say posting on their wall you would use a comma to add extra permissions...
created issue in jira to keep track of this. https://jira.springsource.org/browse/SOCIAL-179
hey guys,
i was working with Bitly using spring social and extending oauth2 related service provider, template to make it work and it's been great. So kudos on giving us a nice library that is...
Hi guys,
i was hoping to talk a little on what we are currently doing and hoping to request a few changes for ConnectController. We are extending ConnectController and using that to make oauth to...
thank you. Yes the latest build works fine with your changes. Hope this will make it to m4 and you guys don't remove support for 3.0 anytime soon since 3.1 is not yet released and we are using 3.0.5...
hi,
we been using m2 for a bit now and i figured i play around and see if i can make m3 work with our code. We are mainly using TwitterServiceProvider and FacebookServiceProvider. in new m3 there...
thanks but i figured it out.. just had to add a new call to facebooktemplate of our own that used graph api but asked for accounts
hi,
in our app we already oauthed a user and facebook returns back to our controller and we save the access token for later usage. At this point we wanted to call the graph api (from spring...