What to pass to Pinterest's iOS 8 app extension? - ios8

Is there documentation somewhere? If I just pass the URL I want to Pin, all the images on the webpage for that URL are shown in the Pinterest share sheet.

Pass:
The url that you want to pin (NSURL)
The image you want the pin to have (UIImage)

Related

How to add an image to a Teams App manifest for a local app

For a local App that will be only available on our own tenant (so no publishing to the MS app store), I want to display an image / image carrousel on the app's "splash screen", just like the image below:
The image markdown seems to be supported, however when I add the image markdown, like so:
![No Image](https://test.com/test_picture.png)
It does not show the image, but the alternative text and a link to the image:
How can I display images like the example?
This is not part of the manifest. You can set this while submitting your app to the app store. Please reach out to teamsubm#microsoft.com for any further queries on this.

Get Save Photo + Instagram option in UIDocumentInteractionController

I ran into a problem which I can not seem to solve. I have a photo editing app and I want the user to be able to share the image on Instagram as well as, save it to the camera roll.
My problem is: For Instagram sharing I have to save the image with an .ig extension, however this way I don't get the "save photo"or any other option in the document controller. If I save the image with a .pngextension, I don't get Instagram as an option. Is there a way to overcome this issue?
Thanks!

Wrong OG image when sharing to Facebook despite FB Debugger displaying correctly

I just added an OpenGraph image to a site I'm working on and using the FB Debugger the info retrieves the correct image, however when sharing the url I still see default images being displayed (there was no specified OG image before). Is there something I'm missing here? The site uses a custom Python based framework and image is served via gzip from an Amazon EC2 instance, if that would affect the output in any way.
The problem is not with your website.
Facebook takes some time to refresh images inside facebook.com even though you can see the changes on Facebook Debug Tool.
In order to view your new image inside Facebook you can do two things:
Manipulate a little the URL you are trying to share, this way
Facebook will fetch the open graph data again.
Just give it some
time, it will be refreshed after a few hours.
There are three way to change your image you need to clear the
1) Manually clear facebook catch using the https://developers.facebook.com/tools/debug/ facebook tool
2) Add version code end of the url like ?v=1
3) write the GraphAPI code from when you click on the share button it will clear the facebook page cache.

Can add cookies to image control in WP7

I am displaying image by setting the source of an Image element directly to an URI.
Like
But for security purpose now the URI has a cookie attached with it.
Can someone please tell me if it is possible to attach cookie to a URI and display it in an image control in WP7?.
Thanks,
Kanaya
You'll need to download the image with WebClient and then assign the image directly after downloading it.

RPX/Janrain - using an image map instead of the widget

I would like to use an image map for my Rpx/Janrain basic account instead of the widget they provide. I have tried looking through the javascript file, but it is minified so useless to me.
I just want the "login buttons" to be displayed in my header image with an area map and depending on the image area clicked launch in to the login for that service.
Thanks!
A bit late to the game but I will answer this for posterity. Unfortunately this isn't possible with the Basic app. Pro level and up allows you to customize your method of login. You would set janrain.settings.custom = true; in the settings in the head and use the janrain.engage.signin.triggerFlow(provider) function in the image map areas to kick off the various identity provider sign in pages.
See http://developers.janrain.com/documentation/widgets/social-sign-in-widget/users-guide/coding-the-widget-appearance/ for examples.

Resources