Examples of OembedInformation


Examples of org.jinstagram.entity.oembed.OembedInformation

     * @throws org.jinstagram.exceptions.InstagramException if any error occurs.
     */
    public OembedInformation getOembedInformation(String url)
            throws InstagramException {
        String apiMethod = String.format(Methods.OEMBED_INFORMATION, url);
        OembedInformation information = createInstagramObject(Verbs.GET,
                OembedInformation.class, apiMethod, null);
        return information;
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.