Cheatsrichter
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Connect] Twitter REST API v1 no longer activeNope. It looks like you can’t get the profile picture with a simple combination of url and a user id. It’s generated with the use of access tokens.
Bad Authentication data:
https://api.twitter.com/1.1/users/profile_image?id=2406724063&size=biggerThis is what I need.
https://pbs.twimg.com/profile_images/447829695199866880/9R_WcZCz_normal.pngThere are some tutorials for this but I don’t know how to merge them with your plugin. Maybe you know (For example http://codedsack.com/get-user-profile-image-twitter-api-v1-1/).
There is one line for the user picture I think for the callback.php. But I don’t know how to call it from the sc_filter_avatar function.
$img = $user -> profile_image_url_https;I hope this helps a bit.
Forum: Plugins
In reply to: [Social Connect] Twitter REST API v1 no longer activeYep. This is the link to the twitter profile picture that the user gets after register with twitter.
https://api.twitter.com/1/users/profile_image?id=2406724063&size=normalForum: Plugins
In reply to: [Social Connect] Twitter REST API v1 no longer activeSame here. The Link to the profile image shows:
“The Twitter REST API v1 is no longer active. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview.”
Forum: Plugins
In reply to: [Frontend Uploader] Uploaded Image as featured imageNevermind.
WP User Frontend does this.
Thank you.
Forum: Plugins
In reply to: [Simple Staff List] Another groups Issue when using the shortcodeYeah that’s right. But if there is no member in the group it shows up all the other members. I need it the other way around. So if nobody is in the group there should be no output.
Do you understand what I mean?
Thanks for your quick reply!