Search:

Type: Posts; User: goatboy; Keyword(s):

Search: Search took 0.01 seconds.

  1. I see. Yeah sadly I only have one api done on our...

    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...
  2. will a maven or fully built version of spring-social-linkedin1.0.0.RC1 be available?

    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...
  3. I'm sorry. I put my foot in my mouth there :)...

    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...
  4. spring social 1RC1 IS NOT SPRING 3 compatible

    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...
  5. Replies
    1
    Views
    461

    issues with 1.0.0.RC1 ConnectController

    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...
  6. created jira task for above....

    created jira task for above.
    https://jira.springsource.org/browse/SOCIAL-199
  7. Testing with the new daily snapshot and I was on...

    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...
  8. Replies
    1
    Views
    898

    you pass in one extra param to the oauth url like...

    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...
  9. created issue in jira to keep track of this....

    created issue in jira to keep track of this. https://jira.springsource.org/browse/SOCIAL-179
  10. Suggestion: Please allow extra params to be saved in AccessGrant upon oauth

    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...
  11. Suggestion.. please make callbackUrl() protected

    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...
  12. Replies
    4
    Views
    1,032

    thank you. Yes the latest build works fine with...

    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...
  13. Replies
    4
    Views
    1,032

    any way to make m3 work with spring 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...
  14. thanks but i figured it out.. just had to add a...

    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
  15. how to retrive a list of fan pages for oauthed user on facebook

    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...
Results 1 to 15 of 15