Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道有没有办法让我拉出 facebook 相册并将其显示在我的应用程序中?
有什么方法可以链接 Android 图片库以从 FB 中提取照片,以便当他们的 FB 相册更新时,我的应用程序将动态获取最新的照片更新?
谢谢
I have an AlbumArtist class (which is my EF Entity):
public class AlbumArtist : IEquatable<AlbumArtist> { public int Id { get; set; } public string Title { get; set; } public