Search:

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

Search: Search took 0.01 seconds.

  1. I vote for this. I can extend the...

    I vote for this.
    I can extend the feedsOperations to solve it but if it is going to change soon to support also picture I can wait.
  2. Replies
    3
    Views
    940

    I could not find equivalent Graph API call for...

    I could not find equivalent Graph API call for friends.getAppUsers, however i can get this data bu running a query using Facebook FQL: SELECT uid FROM user WHERE uid IN (SELECT uid2 FROM friend...
  3. Replies
    3
    Views
    940

    API for facebook friends.getAppUsers

    Hi,

    Currently we are using https://api.facebook.com/method/friends.getAppUsers to get all the user friends that authorize our app. I could not find any API for that in the facebook template in...
  4. I register FacebookConnectionFactory for every...

    I register FacebookConnectionFactory for every appId that we have. I did it by creating my on FacebookConnectionFactory that changed the getProviderId API to be facebook-"appId". I also created my...
  5. Thanks for you replay, I will try to explain the...

    Thanks for you replay, I will try to explain the motivation for my request.
    We have one application server that serves many client widgets that located on client pages. Each client widget can be for...
  6. signin multiple appilication with one provider (facebook)

    Hi,

    I have multiple Facebook applications that my spring social app will handle. From reading the doc and view the source it looks like that I will need to create multiple...
  7. Change DispatcherServlet map not to be the root of the app in social samples

    Hi,

    I made a change in quickstart social sample by changing the appServlet mapping url to be /social/ instead of / since I don't want it to be the root of my app.
    From that point the quickstart...
  8. connect to facebook using popup without the need of post request

    Hi,

    I see from the javadoc that I can connect to facebook using post method to connect/facebook.
    I would like to be able to connect to facebook by opening popup window to facebook auth url...
  9. Replies
    0
    Views
    533

    https with spring and xfire

    Hi,

    currently all our services are exposed using http.
    applicationContext-xfire.xml:


    <import resource="classpath:org/codehaus/xfire/spring/xfire.xml"/>

    <bean id="webAnnotations"...
  10. How to define interceptor interface for annotation

    Hi All,

    Currently we use BeanNameAutoProxyCreator with a list of beans that we want to intercept. The problem with this solution is that we have to handle the list in out application context and...
  11. Replies
    1
    Views
    974

    handle exceptions within interceptor

    Hi All,

    I have many services that need to have the same logic in case of exceptions. The logic is to print the message and return some base object. The thing is that I do not want to place try{}...
Results 1 to 11 of 11