Jump to content

tsdevelopment

Clients
  • Posts

    125
  • Joined

  • Last visited

  • Days Won

    1

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by tsdevelopment

  1. Better late than never. Facebook updated their docs and it seems to be possible to use their API without reviewing your app. So I updated the plugin with a new field where you can put your access token. You can read in the plugin description how to create a never expiring token. Hope that helps! Works like a charme!

  2. 6 hours ago, Wayne B said:

    Is there an option to make the verification time limited? So the verification expires after 1 year or 3 years etc and the member reverts back to original group and then must complete the verification process again to ensure they still meet the criteria?

    We have members that are members of a particular company and we get them to send us their company ID however we want this to be limited to re-verifying every 3 years to ensure that people who leave the company no longer have access.

     Thanks

     

    @tsdevelopment

    Currently is not possible. I will put it on the feature list.

  3. On 6/25/2018 at 11:48 PM, broni said:

    What do you mean by " disagreed "?

    Facebook wants you to make a screencast to review your app since they have new standards. There you must show how your app interacts with their login data and several tings more. But here comes the problem: my app does not interact with login data or anything else. I only need an active app to fetch posts from their API. I wrote that in the review description and they did not accepted that. Now I have to discuss with them how they accept my app in their forum. Seems to become a long way... ? 

  4. On 6/13/2018 at 8:05 PM, Husky_Jim said:

    Hi can this app work with Facebook Group instead of Page?

    Should work with all endpoints of type 'posts'. Currently I am still waiting until Facebook reviewed my app. I don't know why it costs so much time. I am really sorry for that ?

  5. 11 hours ago, broni said:

    What about my earlier post?

    I'm with IPB 4.3.3 and all I'm getting is " No posts were found. "

    Any solution to it?

    At FB page: https://developers.facebook.com/status/issues/205942813488872/

    " This should be resolved now as part of the announcement at F8. "

    What do you mean by " So far I can see you must approve your app to use it. "
    Approve what and where?

    I am currently waiting until facebook reviewed my app so that I can say whether this is the solution or not. Seems without approved App you will always get no data back. I am waiting since more than one week ?

  6. On 5/31/2018 at 2:27 AM, Mythis said:

    Hello! This is a great app! I'm wondering, do you know if there's a way to configure this to stream Tumblr posts?

    Looked it up right now. What exactly do you want to display from Tumblr? Blog Posts?

  7. 2 hours ago, Priyesh said:

    we need two files feature for extra verification. One for holding Photo ID and second one is for uploading proof of address (utility bill).

    Okay, I understand this. I will see whether I can implement that in an easy way or not. But please give me some time.
    I will look at this during the next week.

  8. 10 hours ago, Stefan Johansson_72643 said:

    Would it be possible to feed a certain hashtag also?

    If no, would be a great feature - I would like to create a page with the #foamneo hashtag on our site 99nicu.org

    If not a planned feature, is there another plugin out there?

    I will put it on my list. Only for me to understand: You want to see a list of posts wit a given hashtag everywhere at facebook? Or do you want to create a page and then filter the posts with a given hashtag?

    Actually I am waiting until facebook updates its policies so my plugin will work again.

  9. 8 hours ago, Mike111 said:

    Hi, after upgrading Community to 4.3 and the widget to 4.1.2. it no longer works. It was fine before but now it shows the "No posts were found." message. I have created a new App ID (+secret) in facebook but still no luck. It is possible I am missing some setting in Facebook because the short guide is no longer applicable, Facebook has changed too many settings. Any help is appreciated!

    Thank you for your post. I will look at this the next few days. It's possible that Facebook updated several things.

    Update: Okay, I debugged my application in the Facebook Graph API Explorer and got the following error:

    Access to this data is temporarily disabled for non-active apps or apps that have not recently accessed this data due to changes we are making to the Facebook Platform. https://developers.facebook.com/status/issues/205942813488872/

    It's an issue with the facebook platform. A fter searching on the internet I found several articles about the big data error with about 50 million people. Now Facebook changes their policies. Until then I can not do anything. I am really sorry ? 

    More information:
    https://developers.facebook.com/status/issues/205942813488872/

    Maybe there is another way to authenticate. I will have a look at this. Sorry ?

  10. On 21.3.2018 at 5:41 PM, ArMaTeC said:

    any chance of some php examples?

    Sorry, I didn't get a notification about your answer. What exactly do you want? Raw PHP? Curl? Guzzle?
    By the way: since we can use oauth2 I don't know if it makes sense to continue the plugin... maybe other people can say if they would use it or not.

  11. 19 hours ago, Brogrammer said:

    Hello @tsdevelopment, nice work! 

    Can we Add or Edit a topic (or post or message) for example? or can we just GET that information

    is meaning like official API

    https://invisioncommunity.com/developers/rest-api?endpoint=forums/posts/POSTindex

    Great!
    I suggest adding the member ID and
    photoUrl to it as well.

    Of course, if we can get the all information like official api, it will be much better.

    https://invisioncommunity.com/developers/rest-api?endpoint=core/members/GETitem

    This app is great and I think it will be very useful!

    even may be much better than official API !

    Thank you.

     

    Hello,

    thank you for your post. At the moment it is only possible to GET data from the api. But I am working very hard to implement other methods like POST, PUT and DELETE. It costs a lot of time to test everything and implement the different validators for the different Nodes and its fields.

    The API was introduced to myself for one of my projects. So the returned data is different from the official API. If you need more output I can implement it in a few hours.

  12. On 13.12.2017 at 7:25 PM, DrumScorps said:

    Excellent! Thanks for putting this together, btw. I've been looking for a way to authenticate users via http requests and this does just the trick.

    I uploaded a new version a few moments ago. The member structure now includes the following fields:

    • name - The display name
    • nameSeo - The seo name
    • profileUrl - The url to the member profile of the user
    • email - The member email address. Be careful with this value. Maybe I will implement a little bit more security so that a this value will only be set if a mamber is admin or the member equals the current one.

    Hope that will help you!

  13. On 12.12.2017 at 6:02 PM, DrumScorps said:

    Would it be possible to add a few more user data items to the login endpoint response?

    • user email
    • user profile url
    • username/display name (i'm not sure whats returned in your "name" field, but in my case i need both username and displayname)

    Yes, it is possible. I will do it during the next few days.

  14. 10 hours ago, superj707 said:

    But I use the starting group as the verification group

    That does not make sense. In this case every member would be verified automatically. You must use a seperate group. Otherwise the plugin can not differentiate whether a member is verified or not.

  15. On 26.10.2017 at 6:58 PM, Gilly said:

    Hey tsdevelopment,

    What is the proper argument to pass when authenticating and login with the 32 key

    Sorry, did not get a notification about your post. Everything you need is described here:

    Make authorized requests

    For authorized requests you need an access token. Append the access token as authorization header and make your request:

    curl \
        -H "Authorization: Bearer <token>" \
        -X <baseurl>/restapi/forums

    You can validate if your token is valid by sending a request to the /auth/authenticate endpoint:

    curl \
        -H "Authorization: Bearer <token>" \
        -X POST <baseurl>/restapi/auth/authenticate

    In this example I use curl, but you can use other clients. Does it help or can you please specify your question a little bit more?

×
×
  • Create New...